Home
last modified time | relevance | path

Searched refs:runtime_pwctrl (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/usb/renesas_usbhs/
Dcommon.c477 if (usbhs_get_dparam(priv, runtime_pwctrl)) in usbhsc_hotplug()
497 if (usbhs_get_dparam(priv, runtime_pwctrl)) in usbhsc_hotplug()
669 usbhs_get_dparam(priv, runtime_pwctrl) = 1; in usbhs_probe()
742 if (!usbhs_get_dparam(priv, runtime_pwctrl)) { in usbhs_probe()
781 if (!usbhs_get_dparam(priv, runtime_pwctrl)) in usbhs_remove()
806 if (mod || !usbhs_get_dparam(priv, runtime_pwctrl)) in usbhsc_suspend()
817 if (!usbhs_get_dparam(priv, runtime_pwctrl)) { in usbhsc_resume()
/Linux-v5.4/include/linux/usb/
Drenesas_usbhs.h179 u32 runtime_pwctrl:1; member