Home
last modified time | relevance | path

Searched refs:tds (Results 1 – 11 of 11) sorted by relevance

/drivers/ata/
Dpata_mpc52xx.c106 u8 tds; member
124 { .tcyc = 8, .t2cyc = 16, .tds = 1, .tdh = 1, .tdvs = 5, .tdvh = 1,
128 { .tcyc = 5, .t2cyc = 11, .tds = 1, .tdh = 1, .tdvs = 4, .tdvh = 1,
132 { .tcyc = 4, .t2cyc = 8, .tds = 1, .tdh = 1, .tdvs = 3, .tdvh = 1,
136 { .tcyc = 3, .t2cyc = 6, .tds = 1, .tdh = 1, .tdvs = 2, .tdvh = 1,
140 { .tcyc = 2, .t2cyc = 4, .tds = 1, .tdh = 1, .tdvs = 1, .tdvh = 1,
144 { .tcyc = 2, .t2cyc = 2, .tds = 1, .tdh = 1, .tdvs = 1, .tdvh = 1,
151 { .tcyc = 15, .t2cyc = 31, .tds = 2, .tdh = 1, .tdvs = 10, .tdvh = 1,
155 { .tcyc = 10, .t2cyc = 21, .tds = 2, .tdh = 1, .tdvs = 7, .tdvh = 1,
159 { .tcyc = 6, .t2cyc = 12, .tds = 1, .tdh = 1, .tdvs = 5, .tdvh = 1,
[all …]
/drivers/usb/host/
Dfhci-q.c172 list_del_init(&urb_priv->tds[i]->node); in free_urb_priv()
173 fhci_recycle_empty_td(fhci, urb_priv->tds[i]); in free_urb_priv()
182 kfree(urb_priv->tds); in free_urb_priv()
Dfhci-hcd.c437 urb_priv->tds = kcalloc(size, sizeof(*urb_priv->tds), mem_flags); in fhci_urb_enqueue()
438 if (!urb_priv->tds) { in fhci_urb_enqueue()
460 kfree(urb_priv->tds); in fhci_urb_enqueue()
Dfhci-mem.c111 urb_priv->tds[index] = td; in fhci_td_fill()
DMakefile9 fhci-y += fhci-mem.o fhci-tds.o fhci-sched.o
Dfhci.h396 struct td **tds; member
Dfhci-sched.c896 fhci_add_tds_to_ed(ed, urb_priv->tds, urb_priv->num_of_tds); in fhci_queue_urb()
/drivers/usb/chipidea/
Dudc.c383 if (!list_empty(&hwreq->tds)) { in add_td_to_list()
385 lastnode = list_entry(hwreq->tds.prev, in add_td_to_list()
391 list_add_tail(&node->td, &hwreq->tds); in add_td_to_list()
460 firstnode = list_first_entry(&hwreq->tds, struct td_node, td); in _hardware_enqueue()
462 lastnode = list_entry(hwreq->tds.prev, in _hardware_enqueue()
480 prevlastnode = list_entry(hwreqprev->tds.prev, in _hardware_enqueue()
560 list_for_each_entry_safe(node, tmpnode, &hwreq->tds, td) { in _hardware_dequeue()
639 list_for_each_entry_safe(node, tmpnode, &hwreq->tds, td) { in _ep_nuke()
1343 INIT_LIST_HEAD(&hwreq->tds); in ep_alloc_request()
1370 list_for_each_entry_safe(node, tmpnode, &hwreq->tds, td) { in ep_free_request()
[all …]
Dudc.h81 struct list_head tds; member
Ddebug.c190 list_for_each_entry_safe(node, tmpnode, &req->tds, td) { in ci_requests_show()
/drivers/net/wireless/ath/ath9k/
Drecv.c729 struct ath_desc *tds; in ath_get_next_rx_buf() local
750 tds = tbf->bf_desc; in ath_get_next_rx_buf()
751 ret = ath9k_hw_rxprocdesc(ah, tds, &trs); in ath_get_next_rx_buf()