Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c113 static void notif_cb(cdc_acm_dev_hdl_t cdc_hdl, const cdc_acm_host_dev_event_data_t *event, void *u… in notif_cb() function
146 .event_cb = notif_cb,
195 .event_cb = notif_cb,
256 .event_cb = notif_cb,
289 .event_cb = notif_cb,
326 .event_cb = notif_cb,
/hal_espressif-3.6.0/components/usb/
Dhub.c185 usb_notif_cb_t notif_cb; member
706 …return p_hub_driver_obj->constant.notif_cb(USB_NOTIF_SOURCE_HUB, in_isr, p_hub_driver_obj->constan… in root_port_callback()
715 …return p_hub_driver_obj->constant.notif_cb(USB_NOTIF_SOURCE_HUB, in_isr, p_hub_driver_obj->constan… in enum_dflt_pipe_callback()
738 …p_hub_driver_obj->constant.notif_cb(USB_NOTIF_SOURCE_HUB, false, p_hub_driver_obj->constant.notif_… in usbh_hub_req_callback()
899 hub_driver_obj->constant.notif_cb = hub_config->notif_cb; in hub_install()
Dusbh.c90 usb_notif_cb_t notif_cb; member
257 …yield = p_usbh_obj->constant.notif_cb(USB_NOTIF_SOURCE_USBH, in_isr, p_usbh_obj->constant.notif_cb… in default_pipe_callback()
324 usbh_obj->constant.notif_cb = usbh_config->notif_cb; in usbh_install()
589 … p_usbh_obj->constant.notif_cb(USB_NOTIF_SOURCE_USBH, false, p_usbh_obj->constant.notif_cb_arg); in usbh_dev_close()
632 … p_usbh_obj->constant.notif_cb(USB_NOTIF_SOURCE_USBH, false, p_usbh_obj->constant.notif_cb_arg); in usbh_dev_mark_all_free()
956 … p_usbh_obj->constant.notif_cb(USB_NOTIF_SOURCE_USBH, false, p_usbh_obj->constant.notif_cb_arg); in usbh_hub_pass_event()
1052 … p_usbh_obj->constant.notif_cb(USB_NOTIF_SOURCE_USBH, false, p_usbh_obj->constant.notif_cb_arg); in usbh_hub_enum_done()
Dusb_host.c396 .notif_cb = notif_callback, in usb_host_install()
412 .notif_cb = notif_callback, in usb_host_install()
/hal_espressif-3.6.0/components/usb/private_include/
Dhub.h25 usb_notif_cb_t notif_cb; /**< Notification callback */ member
Dusbh.h106 usb_notif_cb_t notif_cb; /**< Notification callback */ member