Searched refs:ts2 (Results 1 – 12 of 12) sorted by relevance
| /drivers/pps/generators/ |
| A D | pps_gen_parport.c | 57 struct timespec64 expire_time, ts1, ts2, ts3, dts; in hrtimer_event() local 90 ktime_get_real_ts64(&ts2); in hrtimer_event() 91 } while (expire_time.tv_sec == ts2.tv_sec && ts2.tv_nsec < lim); in hrtimer_event() 100 ktime_get_real_ts64(&ts2); in hrtimer_event() 101 } while (expire_time.tv_sec == ts2.tv_sec && ts2.tv_nsec < lim); in hrtimer_event() 111 dts = timespec64_sub(ts3, ts2); in hrtimer_event()
|
| /drivers/media/pci/cx23885/ |
| A D | cx23885-cards.c | 2164 struct cx23885_tsport *ts2 = &dev->ts2; in cx23885_card_setup() local 2231 ts2->gen_ctrl_val = 0x10e; in cx23885_card_setup() 2232 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */ in cx23885_card_setup() 2239 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */ in cx23885_card_setup() 2262 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */ in cx23885_card_setup() 2289 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */ in cx23885_card_setup() 2298 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */ in cx23885_card_setup() 2314 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */ in cx23885_card_setup() 2322 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */ in cx23885_card_setup() 2335 ts2->gen_ctrl_val = 0x8; /* Serial bus */ in cx23885_card_setup() [all …]
|
| A D | cx23885-core.c | 981 cx23885_init_tsport(dev, &dev->ts2, 2); in cx23885_dev_setup() 1071 dev->ts2.num_frontends = in cx23885_dev_setup() 1073 if (cx23885_dvb_register(&dev->ts2) < 0) { in cx23885_dev_setup() 1119 cx23885_dvb_unregister(&dev->ts2); in cx23885_dev_unregister() 1784 struct cx23885_tsport *ts2 = &dev->ts2; in cx23885_irq() local 1819 ts2_count = cx_read(ts2->reg_gpcnt); in cx23885_irq() 1913 handled += cx23885_irq_ts(ts2, ts2_status); in cx23885_irq()
|
| A D | cimax2.c | 389 port = &dev->ts2; in netup_ci_slot_status()
|
| A D | cx23885.h | 383 struct cx23885_tsport ts1, ts2; member
|
| A D | cx23885-video.c | 1037 vfe = vb2_dvb_get_frontend(&dev->ts2.frontends, 1); in cx23885_set_freq_via_ops()
|
| /drivers/crypto/intel/qat/qat_common/ |
| A D | adf_clock.c | 43 struct timespec64 ts1, ts2, ts3, ts4; in measure_clock() local 57 ktime_get_real_ts64(&ts2); in measure_clock() 58 delta_us = timespec_to_us(&ts2) - timespec_to_us(&ts1); in measure_clock()
|
| /drivers/mmc/core/ |
| A D | mmc_test.c | 1442 struct timespec64 ts1, ts2; in mmc_test_area_io_seq() local 1480 ktime_get_ts64(&ts2); in mmc_test_area_io_seq() 1746 struct timespec64 ts1, ts2; in mmc_test_profile_trim_perf() local 1761 ktime_get_ts64(&ts2); in mmc_test_profile_trim_perf() 1769 ktime_get_ts64(&ts2); in mmc_test_profile_trim_perf() 1778 struct timespec64 ts1, ts2; in mmc_test_seq_read_perf() local 1790 ktime_get_ts64(&ts2); in mmc_test_seq_read_perf() 1832 ktime_get_ts64(&ts2); in mmc_test_seq_write_perf() 1889 ktime_get_ts64(&ts2); in mmc_test_profile_seq_trim_perf() 1922 ktime_get_ts64(&ts2); in mmc_test_rnd_perf() [all …]
|
| /drivers/ptp/ |
| A D | ptp_idt82p33.c | 733 struct timespec64 ts2; in idt82p33_measure_settime_gettime_gap_overhead() local 743 err = _idt82p33_gettime(channel, &ts2); in idt82p33_measure_settime_gettime_gap_overhead() 746 *overhead_ns = timespec64_to_ns(&ts2) - timespec64_to_ns(&ts1); in idt82p33_measure_settime_gettime_gap_overhead()
|
| A D | ptp_ocp.c | 352 struct ptp_ocp_ext_src *ts2; member 530 OCP_EXT_RESOURCE(ts2), 783 OCP_EXT_RESOURCE(ts2), 898 OCP_EXT_RESOURCE(ts2), 1393 ext = bp->ts2; in ptp_ocp_enable() 4150 if (bp->ts2) { in ptp_ocp_summary_show() 4151 ts_reg = bp->ts2->mem; in ptp_ocp_summary_show() 4566 if (bp->ts2) in ptp_ocp_detach() 4567 ptp_ocp_unregister_ext(bp->ts2); in ptp_ocp_detach()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | cmd.c | 1264 ds = ent->ts2 - ent->ts1; in mlx5_cmd_invoke() 1719 ent->ts2 = ktime_get_ns(); in mlx5_cmd_comp_handler() 1737 ds = ent->ts2 - ent->ts1; in mlx5_cmd_comp_handler()
|
| /drivers/media/usb/cx231xx/ |
| A D | cx231xx.h | 707 struct cx231xx_tsport ts1, ts2; member
|
Completed in 52 milliseconds