Home
last modified time | relevance | path

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

/openbmc/linux/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->duration_us, in dwc2_hs_pmap_unschedule()
[all …]
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/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()