Searched defs:pSetup (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/samples/subsys/usb/webusb/src/ |
D | webusb.c | 90 int webusb_custom_handle_req(struct usb_setup_packet *pSetup, in webusb_custom_handle_req() 112 int webusb_vendor_handle_req(struct usb_setup_packet *pSetup, in webusb_vendor_handle_req()
|
D | main.c | 255 int custom_handle_req(struct usb_setup_packet *pSetup, in custom_handle_req() 285 int vendor_handle_req(struct usb_setup_packet *pSetup, in vendor_handle_req()
|
/Zephyr-latest/subsys/usb/device/class/audio/ |
D | audio.c | 638 struct usb_setup_packet *pSetup, in handle_feature_unit_req() 712 static int handle_interface_req(struct usb_setup_packet *pSetup, in handle_interface_req() 768 static int audio_custom_handler(struct usb_setup_packet *pSetup, int32_t *len, in audio_custom_handler() 838 static int audio_class_handle_req(struct usb_setup_packet *pSetup, in audio_class_handle_req()
|
/Zephyr-latest/subsys/usb/device/ |
D | usb_device.c | 1458 static int class_handler(struct usb_setup_packet *pSetup, in class_handler() 1487 static int custom_handler(struct usb_setup_packet *pSetup, in custom_handler() 1530 static int vendor_handler(struct usb_setup_packet *pSetup, in vendor_handler()
|