Searched refs:handle_control_request (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | vudc_transfer.c | 45 * handle_control_request() - handles all control transfers 58 static int handle_control_request(struct vudc *udc, struct urb *urb, in handle_control_request() function 373 ret = handle_control_request(udc, urb, in v_timer()
|
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | vudc_transfer.c | 45 * handle_control_request() - handles all control transfers 58 static int handle_control_request(struct vudc *udc, struct urb *urb, in handle_control_request() function 373 ret = handle_control_request(udc, urb, in v_timer()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_ep.c | 1431 static int handle_control_request(struct bdc *bdc) in handle_control_request() function 1528 ret = handle_control_request(bdc); in bdc_xsf_ep0_data_start() 1590 ret = handle_control_request(bdc); in bdc_xsf_ep0_status_start()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_ep.c | 1431 static int handle_control_request(struct bdc *bdc) in handle_control_request() function 1528 ret = handle_control_request(bdc); in bdc_xsf_ep0_data_start() 1590 ret = handle_control_request(bdc); in bdc_xsf_ep0_status_start()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 1590 * handle_control_request() - handles all control transfers 1601 static int handle_control_request(struct dummy_hcd *dum_hcd, struct urb *urb, in handle_control_request() function 1897 value = handle_control_request(dum_hcd, urb, &setup, in dummy_timer()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 1601 * handle_control_request() - handles all control transfers 1612 static int handle_control_request(struct dummy_hcd *dum_hcd, struct urb *urb, in handle_control_request() function 1910 value = handle_control_request(dum_hcd, urb, &setup, in dummy_timer()
|
Completed in 12 milliseconds