Searched refs:tr_type (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | ioam6.sh | 943 local tr_type=0x800000 993 local tr_type=0xc00000 1043 local tr_type=0x000002 1153 local tr_type=0x800000 1208 local tr_type=0xfff002 1272 local tr_type=0x800000 1315 local tr_type=0xc00000 1358 local tr_type=0x000002 1401 local tr_type=0x800000 1454 local tr_type=0xc00000 [all …]
|
| H A D | ioam6_parser.c | 1013 __u32 tr_type; in main() local 1024 get_u32(&tr_type, argv[5], 16) || in main() 1096 ret = check_ioam_trace(testname_id, trace, tr_type, tr_size, ioam_ns); in main()
|
| /linux-6.15/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-6.15/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_queue.c | 1417 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()
|
| 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);
|