/hal_espressif-3.6.0/components/lwip/test_afl_host/ |
D | dns_di.h | 32 …const char *name, size_t hostnamelen, dns_found_callback found, void *callback_arg, u8_t dns_addrt… 36 …const char *name, size_t hostnamelen, dns_found_callback found, void *callback_arg, u8_t dns_addrt… 45 …const char *name, size_t hostnamelen, dns_found_callback found, void *callback_arg, u8_t dns_addrt… in dns_test_dns_enqueue() argument 47 return dns_test_static_dns_enqueue(name, hostnamelen, found, callback_arg, dns_addrtype); in dns_test_dns_enqueue()
|
D | test_dns.c | 25 …const char *name, size_t hostnamelen, dns_found_callback found, void *callback_arg, u8_t dns_addrt…
|
/hal_espressif-3.6.0/components/usb/private_include/ |
D | hcd.h | 159 void *callback_arg; /**< User argument for HCD port callback */ member 170 void *callback_arg; /**< User argument for HCD pipe callback */ member
|
D | usbh.h | 328 esp_err_t usbh_hub_is_installed(usbh_hub_req_cb_t hub_req_callback, void *callback_arg);
|
/hal_espressif-3.6.0/components/usb/test/usb_host/ |
D | test_usb_host_async.c | 238 .callback_arg = (void *)&client0_stage, 244 client_config.async.callback_arg = (void *)&client1_stage;
|
D | msc_client_async_enum.c | 85 .callback_arg = (void *)&msc_obj, in msc_client_async_enum_task()
|
D | ctrl_client_async_seq.c | 104 .callback_arg = (void *)&ctrl_obj, in ctrl_client_async_seq_task()
|
D | msc_client_async_seq.c | 136 .callback_arg = (void *)&msc_obj, in msc_client_async_seq_task()
|
D | msc_client_async_dconn.c | 137 .callback_arg = (void *)&msc_obj, in msc_client_async_dconn_task()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/include/ |
D | msc_host.h | 58 void *callback_arg; /**< User provided argument passed to callback */ member
|
/hal_espressif-3.6.0/components/usb/test/hcd/ |
D | test_hcd_common.c | 154 .callback_arg = (void *)port_evt_queue, in test_hcd_setup() 233 .callback_arg = (void *)pipe_evt_queue, in test_hcd_pipe_alloc()
|
/hal_espressif-3.6.0/components/usb/ |
D | hcd.c | 274 void *callback_arg; member 312 void *callback_arg; member 933 yield |= pipe->callback((hcd_pipe_handle_t)pipe, event, pipe->callback_arg, true); in intr_hdlr_main() 946 … yield |= port->callback((hcd_port_handle_t)port, port_event, port->callback_arg, true); in intr_hdlr_main() 1342 port_obj->callback_arg = port_config->callback_arg; in hcd_port_init() 1782 pipe->callback((hcd_pipe_handle_t)pipe, HCD_PIPE_EVENT_URB_DONE, pipe->callback_arg, false); in _pipe_cmd_flush() 1874 pipe->callback_arg = pipe_config->callback_arg; in hcd_pipe_alloc() 1974 pipe->callback_arg = user_arg; in hcd_pipe_update_callback()
|
D | usbh.c | 141 .callback_arg = NULL, in device_alloc() 756 .callback_arg = ep_config->pipe_cb_arg, in usbh_ep_alloc() 886 esp_err_t usbh_hub_is_installed(usbh_hub_req_cb_t hub_req_callback, void *callback_arg) in usbh_hub_is_installed() argument 896 p_usbh_obj->constant.hub_req_cb_arg = callback_arg; in usbh_hub_is_installed()
|
D | usb_host.c | 119 void *callback_arg; member 639 client_obj->constant.callback_arg = client_config->async.callback_arg; in usb_host_client_register() 761 client_obj->constant.event_callback(&event_msg, client_obj->constant.callback_arg); in usb_host_client_handle_events()
|
D | hub.c | 886 .callback_arg = NULL, in hub_install()
|
/hal_espressif-3.6.0/components/usb/include/usb/ |
D | usb_host.h | 122 … void *callback_arg; /**< Event callback function argument */ member
|
/hal_espressif-3.6.0/components/esp_hid/include/ |
D | esp_hidh.h | 127 void *callback_arg; member
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/main/ |
D | class_driver.c | 149 .callback_arg = (void *)&driver_obj, in class_driver_task()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/ |
D | esp_hid_host_main.c | 147 .callback_arg = NULL, in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/ |
D | msc_host.c | 282 driver->user_arg = config->callback_arg; in msc_host_install() 286 .async.callback_arg = NULL, in msc_host_install()
|
/hal_espressif-3.6.0/components/lwip/port/esp32/debug/ |
D | lwip_debug.c | 84 ESP_LWIP_LOGI("pcb=%p next=%p cb_arg=%p", pcb, pcb->next, pcb->callback_arg); in dbg_lwip_tcp_pcb_one_show()
|
/hal_espressif-3.6.0/docs/en/api-reference/ |
D | api-conventions.rst | 35 .arg = callback_arg,
|
/hal_espressif-3.6.0/components/esp_hid/src/ |
D | ble_hidh.c | 665 config->callback_arg); in esp_ble_hidh_init()
|
D | bt_hidh.c | 1022 config->callback, config->callback_arg); in esp_bt_hidh_init()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/ |
D | cdc_acm_host.c | 423 .async.callback_arg = NULL in cdc_acm_host_install()
|