Searched refs:ocic_notify (Results 1 – 4 of 4) sorted by relevance
28 int (*ocic_notify)(da8xx_ocic_handler_t handler); member
233 if (hub && hub->ocic_notify) { in ohci_da8xx_register_notify()234 ret = hub->ocic_notify(ohci_da8xx_ocic_handler); in ohci_da8xx_register_notify()252 if (hub && hub->ocic_notify) in ohci_da8xx_unregister_notify()253 hub->ocic_notify(NULL); in ohci_da8xx_unregister_notify()
346 .ocic_notify = hawk_usb_ocic_notify,
98 .ocic_notify = da830_evm_usb_ocic_notify,