Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.c914 cx23885_init_tsport(dev, &dev->ts2, 2); in cx23885_dev_setup()
996 dev->ts2.num_frontends = in cx23885_dev_setup()
998 if (cx23885_dvb_register(&dev->ts2) < 0) { in cx23885_dev_setup()
1046 cx23885_dvb_unregister(&dev->ts2); in cx23885_dev_unregister()
1660 struct cx23885_tsport *ts2 = &dev->ts2; in cx23885_irq() local
1687 ts2_count = cx_read(ts2->reg_gpcnt); in cx23885_irq()
1781 handled += cx23885_irq_ts(ts2, ts2_status); in cx23885_irq()
Dcimax2.c402 port = &dev->ts2; in netup_ci_slot_status()
Dcx23885.h381 struct cx23885_tsport ts1, ts2; member
Dcx23885-video.c944 vfe = vb2_dvb_get_frontend(&dev->ts2.frontends, 1); in cx23885_set_freq_via_ops()
/linux-4.1.27/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.1.27/drivers/mmc/card/
Dmmc_test.c548 struct timespec *ts1, struct timespec *ts2) in mmc_test_print_rate() argument
553 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_rate()
573 struct timespec *ts2) in mmc_test_print_avg_rate() argument
579 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_avg_rate()
1466 struct timespec ts1, ts2; in mmc_test_area_io_seq() local
1506 getnstimeofday(&ts2); in mmc_test_area_io_seq()
1509 mmc_test_print_avg_rate(test, sz, count, &ts1, &ts2); in mmc_test_area_io_seq()
1764 struct timespec ts1, ts2; in mmc_test_profile_trim_perf() local
1779 getnstimeofday(&ts2); in mmc_test_profile_trim_perf()
1780 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf()
[all …]
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dcmd.c638 ds = ent->ts2 - ent->ts1; in mlx5_cmd_invoke()
1115 ent->ts2 = ktime_get_ns(); in mlx5_cmd_comp_handler()
1129 ds = ent->ts2 - ent->ts1; in mlx5_cmd_comp_handler()
/linux-4.1.27/include/linux/mlx5/
Ddriver.h578 u64 ts2; member
/linux-4.1.27/drivers/media/usb/cx231xx/
Dcx231xx.h726 struct cx231xx_tsport ts1, ts2; member