Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_it82xx2.c173 usb_dc_status_callback usb_status_cb; member
874 if (udata0.usb_status_cb) { in emit_resume_event()
875 (*(udata0.usb_status_cb))(USB_DC_RESUME, NULL); in emit_resume_event()
937 if (udata->usb_status_cb) { in suspended_check_handler()
938 (*(udata->usb_status_cb))(USB_DC_SUSPEND, NULL); in suspended_check_handler()
1047 if (udata0.usb_status_cb) { in usb_dc_reset()
1048 (*(udata0.usb_status_cb))(USB_DC_RESET, NULL); in usb_dc_reset()
1063 udata0.usb_status_cb = cb; in usb_dc_set_status_callback()