Home
last modified time | relevance | path

Searched refs:td_count (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dccid-card-passthru.c158 int td_count = 0; in check_atr() local
171 td_count = 0; in check_atr()
173 while (td && td_count < 2 && opt_bytes + historical_length + 2 < len) { in check_atr()
174 td_count++; in check_atr()
H A Dhcd-uhci.c953 uint32_t curr_qh, td_count = 0; in uhci_process_frame() local
988 if (td_count == 0) { in uhci_process_frame()
993 td_count = 0; in uhci_process_frame()
1045 td_count++; in uhci_process_frame()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-trace.h46 __field(int, td_count)
56 __entry->td_count = pep->stream_info.td_count;
63 __entry->enabled, __entry->num_streams, __entry->td_count,
H A Dcdnsp-ring.c733 pep->stream_info.td_count--; in cdnsp_remove_request()
910 preq->pep->stream_info.td_count--; in cdnsp_td_cleanup()
1695 preq->pep->stream_info.td_count++; in cdnsp_prepare_transfer()
H A Dcdnsp-gadget.h779 int td_count; member
H A Dcdnsp-gadget.c796 pep->stream_info.td_count = 0; in cdnsp_alloc_streams()