Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Drenesas_usbhs.h43 int (*notify_hotplug)(struct platform_device *pdev); member
238 if (dc && dc->notify_hotplug) \
239 dc->notify_hotplug(pdev); \
/Linux-v4.19/drivers/usb/renesas_usbhs/
Dcommon.c620 dfunc->notify_hotplug = usbhsc_drvcllbck_notify_hotplug; in usbhs_probe()
733 dfunc->notify_hotplug = NULL; in usbhs_remove()