Searched refs:qtd_fill (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-q.c | 46 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, in qtd_fill() function 604 qtd_fill(ehci, qtd, urb->setup_dma, in qh_urb_transaction() 655 this_qtd_len = qtd_fill(ehci, qtd, buf, this_sg_len, token, in qh_urb_transaction() 726 qtd_fill(ehci, qtd, 0, 0, token, 0); in qh_urb_transaction() 1198 qtd_fill(ehci, qtd, urb->setup_dma, in submit_single_step_set_feature() 1217 qtd_fill(ehci, qtd, buf, len, token, maxpacket); in submit_single_step_set_feature() 1238 qtd_fill(ehci, qtd, 0, 0, token, 0); in submit_single_step_set_feature()
|
D | oxu210hp-hcd.c | 782 static int qtd_fill(struct ehci_qtd *qtd, dma_addr_t buf, size_t len, in qtd_fill() function 1230 qtd_fill(qtd, qtd->buffer_dma, sizeof(struct usb_ctrlrequest), in qh_urb_transaction() 1278 this_qtd_len = qtd_fill(qtd, buf, len, token, maxpacket); in qh_urb_transaction() 1340 qtd_fill(qtd, 0, 0, token, 0); in qh_urb_transaction()
|
D | fusbh200-hcd.c | 2038 qtd_fill(struct fusbh200_hcd *fusbh200, struct fusbh200_qtd *qtd, dma_addr_t buf, in qtd_fill() function 2629 qtd_fill(fusbh200, qtd, urb->setup_dma, in qh_urb_transaction() 2680 this_qtd_len = qtd_fill(fusbh200, qtd, buf, this_sg_len, token, in qh_urb_transaction() 2751 qtd_fill(fusbh200, qtd, 0, 0, token, 0); in qh_urb_transaction()
|
D | fotg210-hcd.c | 2085 qtd_fill(struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd, dma_addr_t buf, in qtd_fill() function 2680 qtd_fill(fotg210, qtd, urb->setup_dma, in qh_urb_transaction() 2731 this_qtd_len = qtd_fill(fotg210, qtd, buf, this_sg_len, token, in qh_urb_transaction() 2802 qtd_fill(fotg210, qtd, 0, 0, token, 0); in qh_urb_transaction()
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 1365 static int qtd_fill(struct isp1760_qtd *qtd, void *databuffer, size_t len) in qtd_fill() function 1421 qtd_fill(qtd, urb->setup_packet, sizeof(struct usb_ctrlrequest)); in packetize_urb() 1446 this_qtd_len = qtd_fill(qtd, buf, len); in packetize_urb() 1481 qtd_fill(qtd, NULL, 0); in packetize_urb()
|