Searched refs:report_oc (Results 1 – 3 of 3) sorted by relevance
28 void (*report_oc)(struct s3c2410_hcd_info *, int ports); member33 if (info->report_oc != NULL) { in s3c2410_usb_report_oc()34 (info->report_oc)(info, ports); in s3c2410_usb_report_oc()
71 info->report_oc = s3c2410_hcd_oc; in s3c2410_start_hc()85 info->report_oc = NULL; in s3c2410_stop_hc()
72 report_oc: