Searched refs:c67x00_fill_from_list (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/usb/c67x00/ |
D | c67x00-sched.c | 777 static void c67x00_fill_from_list(struct c67x00_hcd *c67x00, int type, in c67x00_fill_from_list() function 818 c67x00_fill_from_list(c67x00, PIPE_ISOCHRONOUS, c67x00_add_iso_urb); in c67x00_fill_frame() 819 c67x00_fill_from_list(c67x00, PIPE_INTERRUPT, c67x00_add_int_urb); in c67x00_fill_frame() 820 c67x00_fill_from_list(c67x00, PIPE_CONTROL, c67x00_add_ctrl_urb); in c67x00_fill_frame() 821 c67x00_fill_from_list(c67x00, PIPE_BULK, c67x00_add_data_urb); in c67x00_fill_frame()
|