| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | pata_mpc52xx.c | 106 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 …]
|
| /OK3568_Linux_fs/kernel/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-hcd.c | 434 urb_priv->tds = kcalloc(size, sizeof(*urb_priv->tds), mem_flags); in fhci_urb_enqueue() 435 if (!urb_priv->tds) { in fhci_urb_enqueue() 457 kfree(urb_priv->tds); in fhci_urb_enqueue()
|
| 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
|
| H A D | fhci-sched.c | 889 fhci_add_tds_to_ed(ed, urb_priv->tds, urb_priv->num_of_tds); in fhci_queue_urb()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci-hcd.c | 1170 struct qTD *tds; member 1271 result->tds = memalign(USB_DMA_MINALIGN, in _ehci_create_int_queue() 1273 if (!result->tds) { in _ehci_create_int_queue() 1278 memset(result->tds, 0, sizeof(struct qTD) * queuesize); in _ehci_create_int_queue() 1284 struct qTD *td = result->tds + i; in _ehci_create_int_queue() 1339 flush_dcache_range((unsigned long)result->tds, in _ehci_create_int_queue() 1340 ALIGN_END_ADDR(struct qTD, result->tds, in _ehci_create_int_queue() 1369 if (result->tds) in _ehci_create_int_queue() 1370 free(result->tds); in _ehci_create_int_queue() 1394 cur_td = &queue->tds[queue->current - queue->first]; in _ehci_poll_int_queue() [all …]
|
| H A D | ohci.h | 370 td_t tds[NUM_TD] __aligned(TD_ALIGNMENT);
|
| H A D | ohci-hcd.c | 231 if (ohci_dev->tds[i].usb_dev == NULL) in td_alloc() 233 td = &ohci_dev->tds[i]; in td_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/usb/chipidea/ |
| H A D | udc.c | 401 if (!list_empty(&hwreq->tds)) { in add_td_to_list() 403 lastnode = list_entry(hwreq->tds.prev, in add_td_to_list() 409 list_add_tail(&node->td, &hwreq->tds); in add_td_to_list() 530 node = list_entry(hwreq->tds.prev, in prepare_td_for_sg() 572 firstnode = list_first_entry(&hwreq->tds, struct td_node, td); in _hardware_enqueue() 574 lastnode = list_entry(hwreq->tds.prev, in _hardware_enqueue() 592 prevlastnode = list_entry(hwreqprev->tds.prev, in _hardware_enqueue() 672 list_for_each_entry_safe(node, tmpnode, &hwreq->tds, td) { in _hardware_dequeue() 752 list_for_each_entry_safe(node, tmpnode, &hwreq->tds, td) { in _ep_nuke() 1460 INIT_LIST_HEAD(&hwreq->tds); in ep_alloc_request() [all …]
|
| H A D | udc.h | 76 struct list_head tds; member
|
| H A D | debug.c | 169 list_for_each_entry_safe(node, tmpnode, &req->tds, td) { in ci_requests_show()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | ctl_reg.h | 111 unsigned long tds : 1; member
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/ |
| H A D | qtbase_git.bb | 126 PACKAGECONFIG[sql-tds] = "-sql-tds,-no-sql-tds"
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A 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()
|
| /OK3568_Linux_fs/buildroot/package/asterisk/ |
| H A D | asterisk.mk | 91 --without-tds \
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | configure | 3218 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 3244 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 3312 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 3421 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | configure | 4657 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 4683 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 4751 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 4860 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 6713 …���������Ŷ�r�������������Ŀ�ä�v7FHDA;ASO]����������������������������z�����tds������������������U�… 7444 …���������������������������������������������������������������������������tds����ʺ���������������…
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |