Searched refs:tr_type (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/media/zoran/ |
D | videocodec.h | 269 long (*put_image)(struct videocodec *codec, int tr_type, int block, 271 long (*get_image)(struct videocodec *codec, int tr_type, int block,
|
/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 | 1483 enum dwc2_transaction_type tr_type; in dwc2_wait_timer_fn() local 1490 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_wait_timer_fn() 1491 if (tr_type != DWC2_TRANSACTION_NONE) in dwc2_wait_timer_fn() 1492 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_wait_timer_fn()
|
D | hcd.c | 1918 enum dwc2_transaction_type tr_type; in dwc2_hcd_urb_enqueue() local 1928 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_hcd_urb_enqueue() 1929 if (tr_type != DWC2_TRANSACTION_NONE) in dwc2_hcd_urb_enqueue() 1930 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_hcd_urb_enqueue() 3136 enum dwc2_transaction_type tr_type) in dwc2_hcd_queue_transactions() argument 3142 if (tr_type == DWC2_TRANSACTION_PERIODIC || in dwc2_hcd_queue_transactions() 3143 tr_type == DWC2_TRANSACTION_ALL) in dwc2_hcd_queue_transactions() 3147 if (tr_type == DWC2_TRANSACTION_NON_PERIODIC || in dwc2_hcd_queue_transactions() 3148 tr_type == DWC2_TRANSACTION_ALL) { in dwc2_hcd_queue_transactions()
|
D | hcd.h | 561 enum dwc2_transaction_type tr_type);
|