Home
last modified time | relevance | path

Searched refs:trans_time (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/usb/dwc2/
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->duration_us, in dwc2_hs_pmap_unschedule()
[all …]
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_tm.c206 u16 trans_time; in hclge_pause_addr_cfg() local
219 trans_time = le16_to_cpu(pause_param->pause_trans_time); in hclge_pause_addr_cfg()
222 trans_time); in hclge_pause_addr_cfg()
/Linux-v4.19/fs/jbd2/
Dtransaction.c1704 u64 commit_time, trans_time; in jbd2_journal_stop() local
1712 trans_time = ktime_to_ns(ktime_sub(ktime_get(), in jbd2_journal_stop()
1720 if (trans_time < commit_time) { in jbd2_journal_stop()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Ddsi.c577 ktime_t t, setup_time, trans_time; in dsi_perf_show() local
591 trans_time = ktime_sub(t, dsi->perf_start_time); in dsi_perf_show()
592 trans_us = (u32)ktime_to_us(trans_time); in dsi_perf_show()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c562 ktime_t t, setup_time, trans_time; in dsi_perf_show() local
576 trans_time = ktime_sub(t, dsi->perf_start_time); in dsi_perf_show()
577 trans_us = (u32)ktime_to_us(trans_time); in dsi_perf_show()