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

/linux-4.4.14/drivers/usb/renesas_usbhs/
H A Dcommon.c58 #define usbhsc_flags_has(p, b) ((p)->flags & (b)) macro
407 if (usbhsc_flags_has(priv, USBHSF_RUNTIME_PWCTRL)) usbhsc_hotplug()
427 if (usbhsc_flags_has(priv, USBHSF_RUNTIME_PWCTRL)) usbhsc_hotplug()
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 31 milliseconds