Searched refs:tr_type (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/media/pci/zoran/ |
H A 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,
|
/linux/drivers/usb/dwc2/ |
H A D | hcd_ddma.c | 1282 enum dwc2_transaction_type tr_type; in dwc2_hcd_complete_xfer_ddma() local 1344 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_hcd_complete_xfer_ddma() 1345 if (tr_type != DWC2_TRANSACTION_NONE || continue_isoc_xfer) { in dwc2_hcd_complete_xfer_ddma() 1347 if (tr_type == DWC2_TRANSACTION_NONE) in dwc2_hcd_complete_xfer_ddma() 1348 tr_type = DWC2_TRANSACTION_PERIODIC; in dwc2_hcd_complete_xfer_ddma() 1349 else if (tr_type == DWC2_TRANSACTION_NON_PERIODIC) in dwc2_hcd_complete_xfer_ddma() 1350 tr_type = DWC2_TRANSACTION_ALL; in dwc2_hcd_complete_xfer_ddma() 1352 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_hcd_complete_xfer_ddma()
|
H A D | hcd_intr.c | 114 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() 679 enum dwc2_transaction_type tr_type; in dwc2_release_channel() local 758 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_release_channel() 759 if (tr_type != DWC2_TRANSACTION_NONE) in dwc2_release_channel() 760 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_release_channel()
|
H A D | hcd.c | 1885 enum dwc2_transaction_type tr_type; in dwc2_hcd_urb_enqueue() local 1895 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_hcd_urb_enqueue() 1896 if (tr_type != DWC2_TRANSACTION_NONE) in dwc2_hcd_urb_enqueue() 1897 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_hcd_urb_enqueue() 3109 enum dwc2_transaction_type tr_type) in dwc2_hcd_queue_transactions() argument 3115 if (tr_type == DWC2_TRANSACTION_PERIODIC || in dwc2_hcd_queue_transactions() 3116 tr_type == DWC2_TRANSACTION_ALL) in dwc2_hcd_queue_transactions() 3120 if (tr_type == DWC2_TRANSACTION_NON_PERIODIC || in dwc2_hcd_queue_transactions() 3121 tr_type == DWC2_TRANSACTION_ALL) { in dwc2_hcd_queue_transactions()
|
H A D | hcd.h | 532 enum dwc2_transaction_type tr_type);
|