Searched refs:qtd_fill (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 1747 static int qtd_fill(struct isp1760_qtd *qtd, void *databuffer, size_t len) in qtd_fill() function 1802 qtd_fill(qtd, urb->setup_packet, sizeof(struct usb_ctrlrequest)); in packetize_urb() 1832 this_qtd_len = qtd_fill(qtd, buf, this_qtd_len); in packetize_urb() 1867 qtd_fill(qtd, NULL, 0); in packetize_urb()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 1987 static int qtd_fill(struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd, in qtd_fill() function 2550 qtd_fill(fotg210, qtd, urb->setup_dma, in qh_urb_transaction() 2601 this_qtd_len = qtd_fill(fotg210, qtd, buf, this_sg_len, token, in qh_urb_transaction() 2672 qtd_fill(fotg210, qtd, 0, 0, token, 0); in qh_urb_transaction()
|