Home
last modified time | relevance | path

Searched refs:control_dev (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/phy/ti/
Dphy-ti-pipe3.c169 struct device *control_dev; member
326 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()
706 phy->control_dev = &control_pdev->dev; in ti_pipe3_get_sysctrl()
Dphy-omap-usb2.c60 struct device *control_dev; member
161 omap_control_phy_power(phy->control_dev, on); in omap_usb_phy_power()
425 phy->control_dev = &control_pdev->dev; in omap_usb2_probe()
/linux-6.12.1/drivers/accel/habanalabs/common/
Ddevice.c1423 static int device_kill_open_processes(struct hl_device *hdev, u32 timeout, bool control_dev) in device_kill_open_processes() argument
1431 hpriv_lock = control_dev ? &hdev->fpriv_ctrl_list_lock : &hdev->fpriv_list_lock; in device_kill_open_processes()
1432 hpriv_list = control_dev ? &hdev->fpriv_ctrl_list : &hdev->fpriv_list; in device_kill_open_processes()
1508 static void device_disable_open_processes(struct hl_device *hdev, bool control_dev) in device_disable_open_processes() argument
1514 hpriv_lock = control_dev ? &hdev->fpriv_ctrl_list_lock : &hdev->fpriv_list_lock; in device_disable_open_processes()
1515 hpriv_list = control_dev ? &hdev->fpriv_ctrl_list : &hdev->fpriv_list; in device_disable_open_processes()