Home
last modified time | relevance | path

Searched refs:trans_time (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dhcd_queue.c546 struct dwc2_hs_transfer_time *trans_time = qh->hs_transfers + i; in dwc2_qh_schedule_print() local
547 int uframe = trans_time->start_schedule_us / in dwc2_qh_schedule_print()
549 int rel_us = trans_time->start_schedule_us % in dwc2_qh_schedule_print()
554 qh, i, trans_time->duration_us, uframe, rel_us); in dwc2_qh_schedule_print()
661 struct dwc2_hs_transfer_time *trans_time = qh->hs_transfers + index; in dwc2_hs_pmap_schedule() local
666 DWC2_HS_SCHEDULE_UFRAMES, trans_time->duration_us, in dwc2_hs_pmap_schedule()
667 qh->host_interval, trans_time->start_schedule_us, in dwc2_hs_pmap_schedule()
673 trans_time->start_schedule_us = us; in dwc2_hs_pmap_schedule()
687 struct dwc2_hs_transfer_time *trans_time = qh->hs_transfers + index; in dwc2_hs_pmap_unschedule() local
691 DWC2_HS_SCHEDULE_UFRAMES, trans_time in dwc2_hs_pmap_unschedule()
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd_queue.c516 struct dwc2_hs_transfer_time *trans_time = qh->hs_transfers + i; in dwc2_qh_schedule_print() local
517 int uframe = trans_time->start_schedule_us / in dwc2_qh_schedule_print()
519 int rel_us = trans_time->start_schedule_us % in dwc2_qh_schedule_print()
524 qh, i, trans_time->duration_us, uframe, rel_us); in dwc2_qh_schedule_print()
631 struct dwc2_hs_transfer_time *trans_time = qh->hs_transfers + index; in dwc2_hs_pmap_schedule() local
636 DWC2_HS_SCHEDULE_UFRAMES, trans_time->duration_us, in dwc2_hs_pmap_schedule()
637 qh->host_interval, trans_time->start_schedule_us, in dwc2_hs_pmap_schedule()
643 trans_time->start_schedule_us = us; in dwc2_hs_pmap_schedule()
657 struct dwc2_hs_transfer_time *trans_time = qh->hs_transfers + index; in dwc2_hs_pmap_unschedule() local
661 DWC2_HS_SCHEDULE_UFRAMES, trans_time in dwc2_hs_pmap_unschedule()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.c208 u16 trans_time; in hclge_pause_addr_cfg() local
221 trans_time = le16_to_cpu(pause_param->pause_trans_time); in hclge_pause_addr_cfg()
223 return hclge_pause_param_cfg(hdev, mac_addr, trans_gap, trans_time); in hclge_pause_addr_cfg()
/kernel/linux/linux-5.10/fs/jbd2/
H A Dtransaction.c1873 u64 commit_time, trans_time; in jbd2_journal_stop() local
1881 trans_time = ktime_to_ns(ktime_sub(ktime_get(), in jbd2_journal_stop()
1889 if (trans_time < commit_time) { in jbd2_journal_stop()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.c210 u16 trans_time; in hclge_pause_addr_cfg() local
223 trans_time = le16_to_cpu(pause_param->pause_trans_time); in hclge_pause_addr_cfg()
225 return hclge_pause_param_cfg(hdev, mac_addr, trans_gap, trans_time); in hclge_pause_addr_cfg()
/kernel/linux/linux-6.6/fs/jbd2/
H A Dtransaction.c1894 u64 commit_time, trans_time; in jbd2_journal_stop() local
1902 trans_time = ktime_to_ns(ktime_sub(ktime_get(), in jbd2_journal_stop()
1910 if (trans_time < commit_time) { in jbd2_journal_stop()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c546 ktime_t t, setup_time, trans_time; in dsi_perf_show() local
560 trans_time = ktime_sub(t, dsi->perf_start_time); in dsi_perf_show()
561 trans_us = (u32)ktime_to_us(trans_time); in dsi_perf_show()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c551 ktime_t t, setup_time, trans_time; in dsi_perf_show() local
565 trans_time = ktime_sub(t, dsi->perf_start_time); in dsi_perf_show()
566 trans_us = (u32)ktime_to_us(trans_time); in dsi_perf_show()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c551 ktime_t t, setup_time, trans_time; in dsi_perf_show() local
565 trans_time = ktime_sub(t, dsi->perf_start_time); in dsi_perf_show()
566 trans_us = (u32)ktime_to_us(trans_time); in dsi_perf_show()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c177 ktime_t t, setup_time, trans_time; in dsi_perf_show() local
191 trans_time = ktime_sub(t, dsi->perf_start_time); in dsi_perf_show()
192 trans_us = (u32)ktime_to_us(trans_time); in dsi_perf_show()

Completed in 40 milliseconds