Searched refs:custom_handler (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/samples/subsys/usb/webusb/src/ |
D | webusb.h | 28 usb_request_handler custom_handler; member
|
D | webusb.c | 96 if (req_handlers && req_handlers->custom_handler) { in webusb_custom_handle_req() 97 return req_handlers->custom_handler(pSetup, len, data); in webusb_custom_handle_req() 220 .custom_handler = webusb_custom_handle_req,
|
D | main.c | 341 .custom_handler = custom_handle_req,
|
/Zephyr-latest/samples/subsys/modbus/tcp_server/src/ |
D | main.c | 31 static bool custom_handler(const int iface, in custom_handler() function 64 MODBUS_CUSTOM_FC_DEFINE(custom, custom_handler, 101, &custom_read_count);
|
/Zephyr-latest/subsys/tracing/ |
D | tracing_backend_usb.c | 136 .custom_handler = NULL,
|
/Zephyr-latest/subsys/usb/device/class/ |
D | loopback.c | 176 .custom_handler = NULL,
|
D | bluetooth.c | 453 .custom_handler = NULL,
|
D | msc.c | 969 .custom_handler = NULL,
|
D | cdc_acm.c | 1199 .custom_handler = NULL, \
|
/Zephyr-latest/include/zephyr/usb/ |
D | usb_device.h | 166 usb_request_handler custom_handler; member
|
/Zephyr-latest/tests/subsys/usb/device/src/ |
D | main.c | 88 .custom_handler = NULL,
|
/Zephyr-latest/subsys/usb/device/ |
D | usb_device.c | 1487 static int custom_handler(struct usb_setup_packet *pSetup, in custom_handler() function 1507 if (iface->custom_handler == NULL) { in custom_handler() 1512 return iface->custom_handler(pSetup, len, data); in custom_handler() 1522 (void)iface->custom_handler(pSetup, len, data); in custom_handler() 1590 usb_register_custom_req_handler(custom_handler); in usb_set_config()
|
/Zephyr-latest/tests/subsys/usb/desc_sections/src/ |
D | desc_sections.c | 104 .custom_handler = NULL, \
|
/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | function_eem.c | 288 .custom_handler = NULL,
|
D | function_ecm.c | 431 .custom_handler = NULL,
|
D | function_rndis.c | 1136 .custom_handler = NULL,
|
/Zephyr-latest/samples/subsys/dap/src/ |
D | main.c | 309 .custom_handler = NULL,
|
/Zephyr-latest/subsys/usb/device/class/dfu/ |
D | usb_dfu.c | 857 .custom_handler = dfu_custom_handle_req, 873 .custom_handler = dfu_custom_handle_req,
|
/Zephyr-latest/subsys/usb/device/class/hid/ |
D | core.c | 641 .custom_handler = hid_custom_handle_req, \
|
/Zephyr-latest/subsys/usb/device/class/audio/ |
D | audio.c | 1009 .custom_handler = audio_custom_handler, \
|