Searched refs:tr_type (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_hcdddma.c1307 enum dwc2_transaction_type tr_type; local
1369 tr_type = dwc2_hcd_select_transactions(hsotg);
1370 if (tr_type != DWC2_TRANSACTION_NONE || continue_isoc_xfer) {
1372 if (tr_type == DWC2_TRANSACTION_NONE)
1373 tr_type = DWC2_TRANSACTION_PERIODIC;
1374 else if (tr_type == DWC2_TRANSACTION_NON_PERIODIC)
1375 tr_type = DWC2_TRANSACTION_ALL;
1377 dwc2_hcd_queue_transactions(hsotg, tr_type);
H A Ddwc2_hcdintr.c153 enum dwc2_transaction_type tr_type; local
185 tr_type = dwc2_hcd_select_transactions(hsotg);
186 if (tr_type != DWC2_TRANSACTION_NONE)
187 dwc2_hcd_queue_transactions(hsotg, tr_type);
731 enum dwc2_transaction_type tr_type; local
810 tr_type = dwc2_hcd_select_transactions(hsotg);
811 if (tr_type != DWC2_TRANSACTION_NONE)
812 dwc2_hcd_queue_transactions(hsotg, tr_type);
H A Ddwc2_hcdqueue.c1488 enum dwc2_transaction_type tr_type; local
1495 tr_type = dwc2_hcd_select_transactions(hsotg);
1496 if (tr_type != DWC2_TRANSACTION_NONE)
1497 dwc2_hcd_queue_transactions(hsotg, tr_type);
H A Ddwc2_hcd.h572 enum dwc2_transaction_type tr_type);
H A Ddwc2_hcd.c1959 enum dwc2_transaction_type tr_type; local
1969 tr_type = dwc2_hcd_select_transactions(hsotg);
1970 if (tr_type != DWC2_TRANSACTION_NONE)
1971 dwc2_hcd_queue_transactions(hsotg, tr_type);
3177 * @tr_type: The type(s) of transactions to queue (non-periodic, periodic,
3183 enum dwc2_transaction_type tr_type)
3189 if (tr_type == DWC2_TRANSACTION_PERIODIC ||
3190 tr_type == DWC2_TRANSACTION_ALL)
3194 if (tr_type == DWC2_TRANSACTION_NON_PERIODIC ||
3195 tr_type
3182 dwc2_hcd_queue_transactions(struct dwc2_hsotg *hsotg, enum dwc2_transaction_type tr_type) argument
[all...]

Completed in 163 milliseconds