Searched refs:tds (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/ata/ |
| H A D | pata_mpc52xx.c | 108 u8 tds; member 126 { .tcyc = 8, .t2cyc = 16, .tds = 1, .tdh = 1, .tdvs = 5, .tdvh = 1, 130 { .tcyc = 5, .t2cyc = 11, .tds = 1, .tdh = 1, .tdvs = 4, .tdvh = 1, 134 { .tcyc = 4, .t2cyc = 8, .tds = 1, .tdh = 1, .tdvs = 3, .tdvh = 1, 138 { .tcyc = 3, .t2cyc = 6, .tds = 1, .tdh = 1, .tdvs = 2, .tdvh = 1, 142 { .tcyc = 2, .t2cyc = 4, .tds = 1, .tdh = 1, .tdvs = 1, .tdvh = 1, 146 { .tcyc = 2, .t2cyc = 2, .tds = 1, .tdh = 1, .tdvs = 1, .tdvh = 1, 153 { .tcyc = 15, .t2cyc = 31, .tds = 2, .tdh = 1, .tdvs = 10, .tdvh = 1, 157 { .tcyc = 10, .t2cyc = 21, .tds = 2, .tdh = 1, .tdvs = 7, .tdvh = 1, 161 { .tcyc = 6, .t2cyc = 12, .tds = 1, .tdh = 1, .tdvs = 5, .tdvh = 1, [all …]
|
| /linux/drivers/usb/host/ |
| H A 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()
|
| H A D | fhci-mem.c | 107 urb_priv->tds[index] = td; in fhci_td_fill()
|
| H A D | Makefile | 10 fhci-y += fhci-mem.o fhci-tds.o fhci-sched.o
|
| H A D | fhci.h | 390 struct td **tds; member
|
| /linux/drivers/usb/chipidea/ |
| H A D | udc.c | 405 if (!list_empty(&hwreq->tds)) { in add_td_to_list() 407 lastnode = list_entry(hwreq->tds.prev, in add_td_to_list() 413 list_add_tail(&node->td, &hwreq->tds); in add_td_to_list() 534 node = list_entry(hwreq->tds.prev, in prepare_td_for_sg() 716 lastnode = list_entry(hwreq->tds.prev, in _hardware_enqueue() 723 list_for_each_entry_safe(firstnode, lastnode, &hwreq->tds, td) in _hardware_enqueue() 726 firstnode = list_first_entry(&hwreq->tds, struct td_node, td); in _hardware_enqueue() 740 prevlastnode = list_entry(hwreqprev->tds.prev, in _hardware_enqueue() 834 list_for_each_entry_safe(node, tmpnode, &hwreq->tds, td) { in _hardware_dequeue() 924 list_for_each_entry_safe(node, tmpnode, &hwreq->tds, td) { in _ep_nuke() [all …]
|
| H A D | debug.c | 169 list_for_each_entry_safe(node, tmpnode, &req->tds, td) { in ci_requests_show()
|
| /linux/arch/s390/include/asm/ |
| H A D | ctlreg.h | 231 unsigned long tds : 1; member
|