Searched refs:tr_type (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/staging/media/zoran/ |
D | videocodec.h | 297 int tr_type, 304 int tr_type,
|
/Linux-v4.19/drivers/usb/dwc2/ |
D | hcd_ddma.c | 1305 enum dwc2_transaction_type tr_type; in dwc2_hcd_complete_xfer_ddma() local 1367 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_hcd_complete_xfer_ddma() 1368 if (tr_type != DWC2_TRANSACTION_NONE || continue_isoc_xfer) { in dwc2_hcd_complete_xfer_ddma() 1370 if (tr_type == DWC2_TRANSACTION_NONE) in dwc2_hcd_complete_xfer_ddma() 1371 tr_type = DWC2_TRANSACTION_PERIODIC; in dwc2_hcd_complete_xfer_ddma() 1372 else if (tr_type == DWC2_TRANSACTION_NON_PERIODIC) in dwc2_hcd_complete_xfer_ddma() 1373 tr_type = DWC2_TRANSACTION_ALL; in dwc2_hcd_complete_xfer_ddma() 1375 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_hcd_complete_xfer_ddma()
|
D | hcd_intr.c | 144 enum dwc2_transaction_type tr_type; in dwc2_sof_intr() local 176 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_sof_intr() 177 if (tr_type != DWC2_TRANSACTION_NONE) in dwc2_sof_intr() 178 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_sof_intr() 709 enum dwc2_transaction_type tr_type; in dwc2_release_channel() local 788 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_release_channel() 789 if (tr_type != DWC2_TRANSACTION_NONE) in dwc2_release_channel() 790 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_release_channel()
|
D | hcd_queue.c | 1481 enum dwc2_transaction_type tr_type; in dwc2_wait_timer_fn() local 1488 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_wait_timer_fn() 1489 if (tr_type != DWC2_TRANSACTION_NONE) in dwc2_wait_timer_fn() 1490 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_wait_timer_fn()
|
D | hcd.c | 2118 enum dwc2_transaction_type tr_type; in dwc2_hcd_urb_enqueue() local 2128 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_hcd_urb_enqueue() 2129 if (tr_type != DWC2_TRANSACTION_NONE) in dwc2_hcd_urb_enqueue() 2130 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_hcd_urb_enqueue() 3326 enum dwc2_transaction_type tr_type) in dwc2_hcd_queue_transactions() argument 3332 if (tr_type == DWC2_TRANSACTION_PERIODIC || in dwc2_hcd_queue_transactions() 3333 tr_type == DWC2_TRANSACTION_ALL) in dwc2_hcd_queue_transactions() 3337 if (tr_type == DWC2_TRANSACTION_NON_PERIODIC || in dwc2_hcd_queue_transactions() 3338 tr_type == DWC2_TRANSACTION_ALL) { in dwc2_hcd_queue_transactions()
|
D | hcd.h | 553 enum dwc2_transaction_type tr_type);
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pal.h | 1700 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 1703 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 | 199 u8 tr_type; /* 0 == instruction, 1 == data */ member
|