Home
last modified time | relevance | path

Searched refs:tr_type (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H A 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,
/kernel/linux/linux-6.6/drivers/media/pci/zoran/
H A 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,
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dhcd_ddma.c1305 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()
H A Dhcd_intr.c144 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()
H A Dhcd_queue.c1483 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()
H A Dhcd.c1920 enum dwc2_transaction_type tr_type; in dwc2_hcd_urb_enqueue() local
1930 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_hcd_urb_enqueue()
1931 if (tr_type != DWC2_TRANSACTION_NONE) in dwc2_hcd_urb_enqueue()
1932 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_hcd_urb_enqueue()
3132 * @tr_type: The type(s) of transactions to queue (non-periodic, periodic,
3138 enum dwc2_transaction_type tr_type) in dwc2_hcd_queue_transactions()
3144 if (tr_type == DWC2_TRANSACTION_PERIODIC || in dwc2_hcd_queue_transactions()
3145 tr_type == DWC2_TRANSACTION_ALL) in dwc2_hcd_queue_transactions()
3149 if (tr_type == DWC2_TRANSACTION_NON_PERIODIC || in dwc2_hcd_queue_transactions()
3150 tr_type in dwc2_hcd_queue_transactions()
3137 dwc2_hcd_queue_transactions(struct dwc2_hsotg *hsotg, enum dwc2_transaction_type tr_type) dwc2_hcd_queue_transactions() argument
[all...]
H A Dhcd.h561 enum dwc2_transaction_type tr_type);
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd_ddma.c1275 enum dwc2_transaction_type tr_type; in dwc2_hcd_complete_xfer_ddma() local
1337 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_hcd_complete_xfer_ddma()
1338 if (tr_type != DWC2_TRANSACTION_NONE || continue_isoc_xfer) { in dwc2_hcd_complete_xfer_ddma()
1340 if (tr_type == DWC2_TRANSACTION_NONE) in dwc2_hcd_complete_xfer_ddma()
1341 tr_type = DWC2_TRANSACTION_PERIODIC; in dwc2_hcd_complete_xfer_ddma()
1342 else if (tr_type == DWC2_TRANSACTION_NON_PERIODIC) in dwc2_hcd_complete_xfer_ddma()
1343 tr_type = DWC2_TRANSACTION_ALL; in dwc2_hcd_complete_xfer_ddma()
1345 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_hcd_complete_xfer_ddma()
H A 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()
H A Dhcd_queue.c1453 enum dwc2_transaction_type tr_type; in dwc2_wait_timer_fn() local
1460 tr_type = dwc2_hcd_select_transactions(hsotg); in dwc2_wait_timer_fn()
1461 if (tr_type != DWC2_TRANSACTION_NONE) in dwc2_wait_timer_fn()
1462 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_wait_timer_fn()
H A 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()
3097 * @tr_type: The type(s) of transactions to queue (non-periodic, periodic,
3103 enum dwc2_transaction_type tr_type) in dwc2_hcd_queue_transactions()
3109 if (tr_type == DWC2_TRANSACTION_PERIODIC || in dwc2_hcd_queue_transactions()
3110 tr_type == DWC2_TRANSACTION_ALL) in dwc2_hcd_queue_transactions()
3114 if (tr_type == DWC2_TRANSACTION_NON_PERIODIC || in dwc2_hcd_queue_transactions()
3115 tr_type in dwc2_hcd_queue_transactions()
3102 dwc2_hcd_queue_transactions(struct dwc2_hsotg *hsotg, enum dwc2_transaction_type tr_type) dwc2_hcd_queue_transactions() argument
[all...]
H A Dhcd.h532 enum dwc2_transaction_type tr_type);
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dioam6_parser.c612 __u32 tr_type; in main() local
625 if (get_u32(&tr_type, argv[5], 16) || in main()
662 tr_type, ioam_ns); in main()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dpal.h1700 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()
H A Dsal.h200 u8 tr_type; /* 0 == instruction, 1 == data */ member
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dpal.h1701 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
1704 PAL_CALL_PHYS_STK(iprv, PAL_VM_TR_READ, reg_num, tr_type,(u64)ia64_tpa(tr_buffer)); in ia64_pal_tr_read()
H A Dsal.h200 u8 tr_type; /* 0 == instruction, 1 == data */ member

Completed in 39 milliseconds