Searched refs:notif_cb_arg (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/usb/ |
D | hub.c | 186 void *notif_cb_arg; member 706 …ver_obj->constant.notif_cb(USB_NOTIF_SOURCE_HUB, in_isr, p_hub_driver_obj->constant.notif_cb_arg);; in root_port_callback() 715 …iver_obj->constant.notif_cb(USB_NOTIF_SOURCE_HUB, in_isr, p_hub_driver_obj->constant.notif_cb_arg); in enum_dflt_pipe_callback() 738 …river_obj->constant.notif_cb(USB_NOTIF_SOURCE_HUB, false, p_hub_driver_obj->constant.notif_cb_arg); in usbh_hub_req_callback() 900 hub_driver_obj->constant.notif_cb_arg = hub_config->notif_cb_arg; in hub_install()
|
D | usbh.c | 91 void *notif_cb_arg; member 257 … = p_usbh_obj->constant.notif_cb(USB_NOTIF_SOURCE_USBH, in_isr, p_usbh_obj->constant.notif_cb_arg); in default_pipe_callback() 325 usbh_obj->constant.notif_cb_arg = usbh_config->notif_cb_arg; 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 | 397 .notif_cb_arg = NULL, in usb_host_install() 413 .notif_cb_arg = NULL, in usb_host_install()
|
/hal_espressif-3.6.0/components/usb/private_include/ |
D | hub.h | 26 void *notif_cb_arg; /**< Notification callback argument */ member
|
D | usbh.h | 107 void *notif_cb_arg; /**< Notification callback argument */ member
|