/linux-5.19.10/drivers/ata/ |
D | pata_mpc52xx.c | 107 u8 tds; member 125 { .tcyc = 8, .t2cyc = 16, .tds = 1, .tdh = 1, .tdvs = 5, .tdvh = 1, 129 { .tcyc = 5, .t2cyc = 11, .tds = 1, .tdh = 1, .tdvs = 4, .tdvh = 1, 133 { .tcyc = 4, .t2cyc = 8, .tds = 1, .tdh = 1, .tdvs = 3, .tdvh = 1, 137 { .tcyc = 3, .t2cyc = 6, .tds = 1, .tdh = 1, .tdvs = 2, .tdvh = 1, 141 { .tcyc = 2, .t2cyc = 4, .tds = 1, .tdh = 1, .tdvs = 1, .tdvh = 1, 145 { .tcyc = 2, .t2cyc = 2, .tds = 1, .tdh = 1, .tdvs = 1, .tdvh = 1, 152 { .tcyc = 15, .t2cyc = 31, .tds = 2, .tdh = 1, .tdvs = 10, .tdvh = 1, 156 { .tcyc = 10, .t2cyc = 21, .tds = 2, .tdh = 1, .tdvs = 7, .tdvh = 1, 160 { .tcyc = 6, .t2cyc = 12, .tds = 1, .tdh = 1, .tdvs = 5, .tdvh = 1, [all …]
|
/linux-5.19.10/drivers/usb/host/ |
D | fhci-q.c | 168 list_del_init(&urb_priv->tds[i]->node); in free_urb_priv() 169 fhci_recycle_empty_td(fhci, urb_priv->tds[i]); in free_urb_priv() 178 kfree(urb_priv->tds); in free_urb_priv()
|
D | fhci-hcd.c | 433 urb_priv->tds = kcalloc(size, sizeof(*urb_priv->tds), mem_flags); in fhci_urb_enqueue() 434 if (!urb_priv->tds) { in fhci_urb_enqueue() 456 kfree(urb_priv->tds); in fhci_urb_enqueue()
|
D | fhci-mem.c | 107 urb_priv->tds[index] = td; in fhci_td_fill()
|
D | Makefile | 10 fhci-y += fhci-mem.o fhci-tds.o fhci-sched.o
|
D | fhci.h | 390 struct td **tds; member
|
D | fhci-sched.c | 889 fhci_add_tds_to_ed(ed, urb_priv->tds, urb_priv->num_of_tds); in fhci_queue_urb()
|
/linux-5.19.10/drivers/usb/chipidea/ |
D | udc.c | 404 if (!list_empty(&hwreq->tds)) { in add_td_to_list() 406 lastnode = list_entry(hwreq->tds.prev, in add_td_to_list() 412 list_add_tail(&node->td, &hwreq->tds); in add_td_to_list() 533 node = list_entry(hwreq->tds.prev, in prepare_td_for_sg() 575 lastnode = list_entry(hwreq->tds.prev, in _hardware_enqueue() 582 list_for_each_entry_safe(firstnode, lastnode, &hwreq->tds, td) in _hardware_enqueue() 585 firstnode = list_first_entry(&hwreq->tds, struct td_node, td); in _hardware_enqueue() 599 prevlastnode = list_entry(hwreqprev->tds.prev, in _hardware_enqueue() 685 list_for_each_entry_safe(node, tmpnode, &hwreq->tds, td) { in _hardware_dequeue() 766 list_for_each_entry_safe(node, tmpnode, &hwreq->tds, td) { in _ep_nuke() [all …]
|
D | udc.h | 76 struct list_head tds; member
|
D | debug.c | 169 list_for_each_entry_safe(node, tmpnode, &req->tds, td) { in ci_requests_show()
|
/linux-5.19.10/arch/s390/include/asm/ |
D | ctl_reg.h | 122 unsigned long tds : 1; member
|
/linux-5.19.10/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 730 struct ath_desc *tds; in ath_get_next_rx_buf() local 751 tds = tbf->bf_desc; in ath_get_next_rx_buf() 752 ret = ath9k_hw_rxprocdesc(ah, tds, &trs); in ath_get_next_rx_buf()
|