/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-q.c | 37 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, in qtd_fill() function 606 qtd_fill(ehci, qtd, urb->setup_dma, in qh_urb_transaction() 657 this_qtd_len = qtd_fill(ehci, qtd, buf, this_sg_len, token, in qh_urb_transaction() 728 qtd_fill(ehci, qtd, 0, 0, token, 0); in qh_urb_transaction() 1203 qtd_fill(ehci, qtd, urb->setup_dma, in submit_single_step_set_feature() 1222 qtd_fill(ehci, qtd, buf, len, token, maxpacket); in submit_single_step_set_feature() 1243 qtd_fill(ehci, qtd, 0, 0, token | QTD_IOC, 0); in submit_single_step_set_feature()
|
H A D | oxu210hp-hcd.c | 1206 static int qtd_fill(struct ehci_qtd *qtd, dma_addr_t buf, size_t len, in qtd_fill() function 1649 qtd_fill(qtd, qtd->buffer_dma, sizeof(struct usb_ctrlrequest), in qh_urb_transaction() 1697 this_qtd_len = qtd_fill(qtd, buf, len, token, maxpacket); in qh_urb_transaction() 1759 qtd_fill(qtd, 0, 0, token, 0); in qh_urb_transaction()
|
H A D | fotg210-hcd.c | 1990 static int qtd_fill(struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd, in qtd_fill() function 2553 qtd_fill(fotg210, qtd, urb->setup_dma, in qh_urb_transaction() 2604 this_qtd_len = qtd_fill(fotg210, qtd, buf, this_sg_len, token, in qh_urb_transaction() 2675 qtd_fill(fotg210, qtd, 0, 0, token, 0); in qh_urb_transaction()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-q.c | 37 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, in qtd_fill() function 607 qtd_fill(ehci, qtd, urb->setup_dma, in qh_urb_transaction() 658 this_qtd_len = qtd_fill(ehci, qtd, buf, this_sg_len, token, in qh_urb_transaction() 729 qtd_fill(ehci, qtd, 0, 0, token, 0); in qh_urb_transaction() 1204 qtd_fill(ehci, qtd, urb->setup_dma, in ehci_submit_single_step_set_feature() 1223 qtd_fill(ehci, qtd, buf, len, token, maxpacket); in ehci_submit_single_step_set_feature() 1244 qtd_fill(ehci, qtd, 0, 0, token | QTD_IOC, 0); in ehci_submit_single_step_set_feature()
|
H A D | oxu210hp-hcd.c | 1206 static int qtd_fill(struct ehci_qtd *qtd, dma_addr_t buf, size_t len, in qtd_fill() function 1650 qtd_fill(qtd, qtd->buffer_dma, sizeof(struct usb_ctrlrequest), in qh_urb_transaction() 1698 this_qtd_len = qtd_fill(qtd, buf, len, token, maxpacket); in qh_urb_transaction() 1760 qtd_fill(qtd, 0, 0, token, 0); in qh_urb_transaction()
|
/kernel/linux/linux-5.10/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 1362 static int qtd_fill(struct isp1760_qtd *qtd, void *databuffer, size_t len) in qtd_fill() function 1418 qtd_fill(qtd, urb->setup_packet, sizeof(struct usb_ctrlrequest)); in packetize_urb() 1443 this_qtd_len = qtd_fill(qtd, buf, len); in packetize_urb() 1478 qtd_fill(qtd, NULL, 0); in packetize_urb()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 1991 static int qtd_fill(struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd, in qtd_fill() function 2554 qtd_fill(fotg210, qtd, urb->setup_dma, in qh_urb_transaction() 2605 this_qtd_len = qtd_fill(fotg210, qtd, buf, this_sg_len, token, in qh_urb_transaction() 2676 qtd_fill(fotg210, qtd, 0, 0, token, 0); in qh_urb_transaction()
|