Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/renesas_usbhs/
Dcommon.c476 if (usbhs_get_dparam(priv, runtime_pwctrl)) in usbhsc_hotplug()
496 if (usbhs_get_dparam(priv, runtime_pwctrl)) in usbhsc_hotplug()
665 usbhs_get_dparam(priv, runtime_pwctrl) = 1; in usbhs_probe()
733 if (!usbhs_get_dparam(priv, runtime_pwctrl)) { in usbhs_probe()
772 if (!usbhs_get_dparam(priv, runtime_pwctrl)) in usbhs_remove()
797 if (mod || !usbhs_get_dparam(priv, runtime_pwctrl)) in usbhsc_suspend()
808 if (!usbhs_get_dparam(priv, runtime_pwctrl)) { in usbhsc_resume()
/linux-5.19.10/include/linux/usb/
Drenesas_usbhs.h177 u32 runtime_pwctrl:1; member