Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/dwc2/
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->duration_us, in dwc2_hs_pmap_unschedule()
[all …]
/linux-6.1.9/fs/jbd2/
Dtransaction.c1891 u64 commit_time, trans_time; in jbd2_journal_stop() local
1899 trans_time = ktime_to_ns(ktime_sub(ktime_get(), in jbd2_journal_stop()
1907 if (trans_time < commit_time) { in jbd2_journal_stop()
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3pf/
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()
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/
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()
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/
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()