Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/pci/zoran/
Dvideocodec.h269 long (*put_image)(struct videocodec *codec, int tr_type, int block,
271 long (*get_image)(struct videocodec *codec, int tr_type, int block,
/linux-6.12.1/drivers/usb/dwc2/
Dhcd_ddma.c1282 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()
Dhcd_intr.c114 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()
Dhcd_queue.c1417 enum dwc2_transaction_type tr_type; in dwc2_wait_timer_fn() local
1424 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_wait_timer_fn()
1425 if (tr_type != DWC2_TRANSACTION_NONE) in dwc2_wait_timer_fn()
1426 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_wait_timer_fn()
Dhcd.c1885 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()
Dhcd.h532 enum dwc2_transaction_type tr_type);
/linux-6.12.1/tools/testing/selftests/net/
Dioam6_parser.c603 __u32 tr_type; in main() local
614 if (get_u32(&tr_type, argv[2], 16) || in main()
659 tr_type, ioam_ns); in main()