Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dcommon.c515 notify_hotplug_work.work); in usbhsc_notify_hotplug()
529 schedule_delayed_work(&priv->notify_hotplug_work, in usbhsc_schedule_notify_hotplug()
674 INIT_DELAYED_WORK(&priv->notify_hotplug_work, usbhsc_notify_hotplug); in usbhs_probe()
773 flush_delayed_work(&priv->notify_hotplug_work); in usbhs_remove()
H A Dcommon.h259 struct delayed_work notify_hotplug_work; member