Searched refs:control_dev (Results 1 – 3 of 3) sorted by relevance
60 struct device *control_dev; member161 omap_control_phy_power(phy->control_dev, on); in omap_usb_phy_power()433 phy->control_dev = &control_pdev->dev; in omap_usb2_probe()436 phy->control_dev); in omap_usb2_probe()
169 struct device *control_dev; member326 omap_control_phy_power(phy->control_dev, 0); in ti_pipe3_power_off()346 omap_control_phy_power(phy->control_dev, 1); in ti_pipe3_power_on()511 omap_control_pcie_pcs(phy->control_dev, 0x96); in ti_pipe3_init()714 phy->control_dev = &control_pdev->dev; in ti_pipe3_get_sysctrl()717 phy->control_dev); in ti_pipe3_get_sysctrl()
1403 static int device_kill_open_processes(struct hl_device *hdev, u32 timeout, bool control_dev) in device_kill_open_processes() argument1411 hpriv_lock = control_dev ? &hdev->fpriv_ctrl_list_lock : &hdev->fpriv_list_lock; in device_kill_open_processes()1412 hpriv_list = control_dev ? &hdev->fpriv_ctrl_list : &hdev->fpriv_list; in device_kill_open_processes()1488 static void device_disable_open_processes(struct hl_device *hdev, bool control_dev) in device_disable_open_processes() argument1494 hpriv_lock = control_dev ? &hdev->fpriv_ctrl_list_lock : &hdev->fpriv_list_lock; in device_disable_open_processes()1495 hpriv_list = control_dev ? &hdev->fpriv_ctrl_list : &hdev->fpriv_list; in device_disable_open_processes()