Searched refs:custom_handler (Results 1 – 10 of 10) sorted by relevance
/subsys/usb/device/ |
A 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()
|
/subsys/usb/device/class/netusb/ |
A D | function_eem.c | 288 .custom_handler = NULL,
|
A D | function_ecm.c | 431 .custom_handler = NULL,
|
A D | function_rndis.c | 1136 .custom_handler = NULL,
|
/subsys/usb/device/class/dfu/ |
A D | usb_dfu.c | 857 .custom_handler = dfu_custom_handle_req, 873 .custom_handler = dfu_custom_handle_req,
|
/subsys/usb/device/class/ |
A D | bluetooth.c | 355 .custom_handler = NULL,
|
A D | msc.c | 969 .custom_handler = NULL,
|
A D | cdc_acm.c | 1199 .custom_handler = NULL, \
|
/subsys/usb/device/class/hid/ |
A D | core.c | 641 .custom_handler = hid_custom_handle_req, \
|
/subsys/usb/device/class/audio/ |
A D | audio.c | 1009 .custom_handler = audio_custom_handler, \
|
Completed in 34 milliseconds