Home
last modified time | relevance | path

Searched refs:custom_handler (Results 1 – 10 of 10) sorted by relevance

/subsys/usb/device/
A Dusb_device.c1487 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 Dfunction_eem.c288 .custom_handler = NULL,
A Dfunction_ecm.c431 .custom_handler = NULL,
A Dfunction_rndis.c1136 .custom_handler = NULL,
/subsys/usb/device/class/dfu/
A Dusb_dfu.c857 .custom_handler = dfu_custom_handle_req,
873 .custom_handler = dfu_custom_handle_req,
/subsys/usb/device/class/
A Dbluetooth.c355 .custom_handler = NULL,
A Dmsc.c969 .custom_handler = NULL,
A Dcdc_acm.c1199 .custom_handler = NULL, \
/subsys/usb/device/class/hid/
A Dcore.c641 .custom_handler = hid_custom_handle_req, \
/subsys/usb/device/class/audio/
A Daudio.c1009 .custom_handler = audio_custom_handler, \

Completed in 34 milliseconds