Home
last modified time | relevance | path

Searched refs:tr_type (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/media/pci/zoran/
Dvideocodec.h301 int tr_type,
308 int tr_type,
/linux-4.1.27/drivers/usb/dwc2/
Dhcd_ddma.c1160 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()
Dhcd_intr.c123 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()
682 enum dwc2_transaction_type tr_type; in dwc2_release_channel() local
761 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_release_channel()
762 if (tr_type != DWC2_TRANSACTION_NONE) in dwc2_release_channel()
763 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_release_channel()
Dhcd.c406 enum dwc2_transaction_type tr_type; in dwc2_hcd_urb_enqueue() local
417 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_hcd_urb_enqueue()
418 if (tr_type != DWC2_TRANSACTION_NONE) in dwc2_hcd_urb_enqueue()
419 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_hcd_urb_enqueue()
1322 enum dwc2_transaction_type tr_type) in dwc2_hcd_queue_transactions() argument
1328 if ((tr_type == DWC2_TRANSACTION_PERIODIC || in dwc2_hcd_queue_transactions()
1329 tr_type == DWC2_TRANSACTION_ALL) && in dwc2_hcd_queue_transactions()
1334 if (tr_type == DWC2_TRANSACTION_NON_PERIODIC || in dwc2_hcd_queue_transactions()
1335 tr_type == DWC2_TRANSACTION_ALL) { in dwc2_hcd_queue_transactions()
Dhcd.h466 enum dwc2_transaction_type tr_type);
/linux-4.1.27/arch/ia64/include/asm/
Dpal.h1699 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()
Dsal.h198 u8 tr_type; /* 0 == instruction, 1 == data */ member