Searched defs:tr_type (Results 1 - 3 of 3) sorted by last modified time

/drivers/usb/dwc2/
H A Dhcd.c396 enum dwc2_transaction_type tr_type; local
407 tr_type = dwc2_hcd_select_transactions(hsotg);
408 if (tr_type != DWC2_TRANSACTION_NONE)
409 dwc2_hcd_queue_transactions(hsotg, tr_type);
1306 * @tr_type: The type(s) of transactions to queue (non-periodic, periodic,
1312 enum dwc2_transaction_type tr_type)
1318 if ((tr_type == DWC2_TRANSACTION_PERIODIC ||
1319 tr_type == DWC2_TRANSACTION_ALL) &&
1324 if (tr_type == DWC2_TRANSACTION_NON_PERIODIC ||
1325 tr_type
1311 dwc2_hcd_queue_transactions(struct dwc2_hsotg *hsotg, enum dwc2_transaction_type tr_type) argument
[all...]
H A Dhcd_ddma.c1160 enum dwc2_transaction_type tr_type; local
1202 tr_type = dwc2_hcd_select_transactions(hsotg);
1203 if (tr_type != DWC2_TRANSACTION_NONE || continue_isoc_xfer) {
1205 if (tr_type == DWC2_TRANSACTION_NONE)
1206 tr_type = DWC2_TRANSACTION_PERIODIC;
1207 else if (tr_type == DWC2_TRANSACTION_NON_PERIODIC)
1208 tr_type = DWC2_TRANSACTION_ALL;
1210 dwc2_hcd_queue_transactions(hsotg, tr_type);
H A Dhcd_intr.c123 enum dwc2_transaction_type tr_type; local
146 tr_type = dwc2_hcd_select_transactions(hsotg);
147 if (tr_type != DWC2_TRANSACTION_NONE)
148 dwc2_hcd_queue_transactions(hsotg, tr_type);
682 enum dwc2_transaction_type tr_type; local
761 tr_type = dwc2_hcd_select_transactions(hsotg);
762 if (tr_type != DWC2_TRANSACTION_NONE)
763 dwc2_hcd_queue_transactions(hsotg, tr_type);

Completed in 46 milliseconds