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/ |
D | test_cdc_acm_host.c | 113 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/ |
D | hub.c | 185 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()
|
D | usbh.c | 90 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()
|
D | usb_host.c | 396 .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/ |
D | hub.h | 25 usb_notif_cb_t notif_cb; /**< Notification callback */ member
|
D | usbh.h | 106 usb_notif_cb_t notif_cb; /**< Notification callback */ member
|