Searched refs:tr_type (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/drivers/usb/dwc2/ |
H A D | hcd_ddma.c | 1160 enum dwc2_transaction_type tr_type; dwc2_hcd_complete_xfer_ddma() local 1202 tr_type = dwc2_hcd_select_transactions(hsotg); dwc2_hcd_complete_xfer_ddma() 1203 if (tr_type != DWC2_TRANSACTION_NONE || continue_isoc_xfer) { dwc2_hcd_complete_xfer_ddma() 1205 if (tr_type == DWC2_TRANSACTION_NONE) dwc2_hcd_complete_xfer_ddma() 1206 tr_type = DWC2_TRANSACTION_PERIODIC; dwc2_hcd_complete_xfer_ddma() 1207 else if (tr_type == DWC2_TRANSACTION_NON_PERIODIC) dwc2_hcd_complete_xfer_ddma() 1208 tr_type = DWC2_TRANSACTION_ALL; dwc2_hcd_complete_xfer_ddma() 1210 dwc2_hcd_queue_transactions(hsotg, tr_type); dwc2_hcd_complete_xfer_ddma()
|
H A D | hcd_intr.c | 123 enum dwc2_transaction_type tr_type; dwc2_sof_intr() local 146 tr_type = dwc2_hcd_select_transactions(hsotg); dwc2_sof_intr() 147 if (tr_type != DWC2_TRANSACTION_NONE) dwc2_sof_intr() 148 dwc2_hcd_queue_transactions(hsotg, tr_type); dwc2_sof_intr() 700 enum dwc2_transaction_type tr_type; dwc2_release_channel() local 779 tr_type = dwc2_hcd_select_transactions(hsotg); dwc2_release_channel() 780 if (tr_type != DWC2_TRANSACTION_NONE) dwc2_release_channel() 781 dwc2_hcd_queue_transactions(hsotg, tr_type); dwc2_release_channel()
|
H A D | hcd.c | 403 enum dwc2_transaction_type tr_type; dwc2_hcd_urb_enqueue() local 413 tr_type = dwc2_hcd_select_transactions(hsotg); dwc2_hcd_urb_enqueue() 414 if (tr_type != DWC2_TRANSACTION_NONE) dwc2_hcd_urb_enqueue() 415 dwc2_hcd_queue_transactions(hsotg, tr_type); dwc2_hcd_urb_enqueue() 1318 * @tr_type: The type(s) of transactions to queue (non-periodic, periodic, 1324 enum dwc2_transaction_type tr_type) dwc2_hcd_queue_transactions() 1330 if ((tr_type == DWC2_TRANSACTION_PERIODIC || dwc2_hcd_queue_transactions() 1331 tr_type == DWC2_TRANSACTION_ALL) && dwc2_hcd_queue_transactions() 1336 if (tr_type == DWC2_TRANSACTION_NON_PERIODIC || dwc2_hcd_queue_transactions() 1337 tr_type == DWC2_TRANSACTION_ALL) { dwc2_hcd_queue_transactions() 1323 dwc2_hcd_queue_transactions(struct dwc2_hsotg *hsotg, enum dwc2_transaction_type tr_type) dwc2_hcd_queue_transactions() argument
|
H A D | hcd.h | 461 enum dwc2_transaction_type tr_type);
|
/linux-4.4.14/drivers/media/pci/zoran/ |
H A D | videocodec.h | 305 int tr_type, 312 int tr_type,
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | sal.h | 198 u8 tr_type; /* 0 == instruction, 1 == data */ member in struct:ia64_sal_desc_tr
|
H A D | pal.h | 1699 ia64_pal_tr_read (u64 reg_num, u64 tr_type, u64 *tr_buffer, pal_tr_valid_u_t *tr_valid) ia64_pal_tr_read() argument 1702 PAL_CALL_PHYS_STK(iprv, PAL_VM_TR_READ, reg_num, tr_type,(u64)ia64_tpa(tr_buffer)); ia64_pal_tr_read()
|
Completed in 285 milliseconds