Searched refs:USBHSF_RUNTIME_PWCTRL (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/renesas_usbhs/
H A Dcommon.c52 #define USBHSF_RUNTIME_PWCTRL (1 << 0) macro
407 if (usbhsc_flags_has(priv, USBHSF_RUNTIME_PWCTRL)) usbhsc_hotplug()
427 if (usbhsc_flags_has(priv, USBHSF_RUNTIME_PWCTRL)) usbhsc_hotplug()
599 usbhsc_flags_set(priv, USBHSF_RUNTIME_PWCTRL); usbhs_probe()
665 if (!usbhsc_flags_has(priv, USBHSF_RUNTIME_PWCTRL)) { usbhs_probe()
702 if (!usbhsc_flags_has(priv, USBHSF_RUNTIME_PWCTRL)) usbhs_remove()
725 if (mod || !usbhsc_flags_has(priv, USBHSF_RUNTIME_PWCTRL)) usbhsc_suspend()
736 if (!usbhsc_flags_has(priv, USBHSF_RUNTIME_PWCTRL)) usbhsc_resume()

Completed in 48 milliseconds