Home
last modified time | relevance | path

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

/linux/drivers/usb/renesas_usbhs/
H A Dcommon.c478 if (usbhs_get_dparam(priv, runtime_pwctrl)) in usbhsc_hotplug()
498 if (usbhs_get_dparam(priv, runtime_pwctrl)) in usbhsc_hotplug()
678 usbhs_get_dparam(priv, runtime_pwctrl) = 1; in usbhs_probe()
766 if (!usbhs_get_dparam(priv, runtime_pwctrl)) { in usbhs_probe()
813 if (!usbhs_get_dparam(priv, runtime_pwctrl)) in usbhs_remove()
836 if (mod || !usbhs_get_dparam(priv, runtime_pwctrl)) in usbhsc_suspend()
847 if (!usbhs_get_dparam(priv, runtime_pwctrl)) { in usbhsc_resume()
/linux/include/linux/usb/
H A Drenesas_usbhs.h167 u32 runtime_pwctrl:1; member