Home
last modified time | relevance | path

Searched defs:event_msg (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/usb/test/usb_host/
Dtest_usb_host_async.c195 static void test_async_client_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in test_async_client_cb()
Dmsc_client_async_enum.c54 static void msc_client_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in msc_client_event_cb()
Dmsc_client_async_seq.c103 static void msc_client_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in msc_client_event_cb()
Dctrl_client_async_seq.c76 static void ctrl_client_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in ctrl_client_event_cb()
Dmsc_client_async_dconn.c97 static void msc_client_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in msc_client_event_cb()
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/main/
Dclass_driver.c32 static void client_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in client_event_cb()
/hal_espressif-3.6.0/components/usb/
Dusb_host.c230 static void send_event_msg_to_clients(const usb_host_client_event_msg_t *event_msg, bool send_to_al… in send_event_msg_to_clients()
302 usb_host_client_event_msg_t event_msg = { in dev_event_callback() local
313 usb_host_client_event_msg_t event_msg = { in dev_event_callback() local
758 usb_host_client_event_msg_t event_msg; in usb_host_client_handle_events() local
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c993 static void usb_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in usb_event_cb()