Go to the documentation of this file.
20 #include <linux/usb/ch9.h>
194 #define renesas_usbhs_get_info(pdev)\
195 ((struct renesas_usbhs_platform_info *)(pdev)->dev.platform_data)
197 #define renesas_usbhs_call_notify_hotplug(pdev) \
199 struct renesas_usbhs_driver_callback *dc; \
200 dc = &(renesas_usbhs_get_info(pdev)->driver_callback); \
201 if (dc && dc->notify_hotplug) \
202 dc->notify_hotplug(pdev); \