Home
last modified time | relevance | path

Searched refs:ts2 (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/pps/generators/
Dpps_gen_parport.c73 struct timespec expire_time, ts1, ts2, ts3, dts; in hrtimer_event() local
106 getnstimeofday(&ts2); in hrtimer_event()
107 } while (expire_time.tv_sec == ts2.tv_sec && ts2.tv_nsec < lim); in hrtimer_event()
116 getnstimeofday(&ts2); in hrtimer_event()
117 } while (expire_time.tv_sec == ts2.tv_sec && ts2.tv_nsec < lim); in hrtimer_event()
127 dts = timespec_sub(ts3, ts2); in hrtimer_event()
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-cards.c1877 struct cx23885_tsport *ts2 = &dev->ts2; in cx23885_card_setup() local
1930 ts2->gen_ctrl_val = 0x10e; in cx23885_card_setup()
1931 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */ in cx23885_card_setup()
1932 ts2->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO; in cx23885_card_setup()
1937 ts2->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */ in cx23885_card_setup()
1938 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */ in cx23885_card_setup()
1939 ts2->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO; in cx23885_card_setup()
1960 ts2->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */ in cx23885_card_setup()
1961 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */ in cx23885_card_setup()
1962 ts2->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO; in cx23885_card_setup()
[all …]
Dcx23885-core.c915 cx23885_init_tsport(dev, &dev->ts2, 2); in cx23885_dev_setup()
997 dev->ts2.num_frontends = in cx23885_dev_setup()
999 if (cx23885_dvb_register(&dev->ts2) < 0) { in cx23885_dev_setup()
1047 cx23885_dvb_unregister(&dev->ts2); in cx23885_dev_unregister()
1662 struct cx23885_tsport *ts2 = &dev->ts2; in cx23885_irq() local
1689 ts2_count = cx_read(ts2->reg_gpcnt); in cx23885_irq()
1783 handled += cx23885_irq_ts(ts2, ts2_status); in cx23885_irq()
Dcimax2.c402 port = &dev->ts2; in netup_ci_slot_status()
Dcx23885.h382 struct cx23885_tsport ts1, ts2; member
Dcx23885-video.c949 vfe = vb2_dvb_get_frontend(&dev->ts2.frontends, 1); in cx23885_set_freq_via_ops()
/linux-4.4.14/kernel/time/
Dtest_udelay.c46 struct timespec ts1, ts2; in udelay_test_single() local
51 ktime_get_ts(&ts2); in udelay_test_single()
52 time_passed = timespec_to_ns(&ts2) - timespec_to_ns(&ts1); in udelay_test_single()
/linux-4.4.14/drivers/mmc/card/
Dmmc_test.c542 struct timespec *ts1, struct timespec *ts2) in mmc_test_print_rate() argument
547 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_rate()
567 struct timespec *ts2) in mmc_test_print_avg_rate() argument
573 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_avg_rate()
1394 struct timespec ts1, ts2; in mmc_test_area_io_seq() local
1434 getnstimeofday(&ts2); in mmc_test_area_io_seq()
1437 mmc_test_print_avg_rate(test, sz, count, &ts1, &ts2); in mmc_test_area_io_seq()
1692 struct timespec ts1, ts2; in mmc_test_profile_trim_perf() local
1707 getnstimeofday(&ts2); in mmc_test_profile_trim_perf()
1708 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
[all …]
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dcmd.c792 ds = ent->ts2 - ent->ts1; in mlx5_cmd_invoke()
1272 ent->ts2 = ktime_get_ns(); in mlx5_cmd_comp_handler()
1291 ds = ent->ts2 - ent->ts1; in mlx5_cmd_comp_handler()
/linux-4.4.14/include/linux/mlx5/
Ddriver.h580 u64 ts2; member
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx.h727 struct cx231xx_tsport ts1, ts2; member