Home
last modified time | relevance | path

Searched refs:handle_control_request (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/usbip/
Dvudc_transfer.c58 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/
Dbdc_ep.c1431 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/
Ddummy_hcd.c1601 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()