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