Searched defs:ts2 (Results 1 - 6 of 6) sorted by relevance

/drivers/pps/generators/
H A Dpps_gen_parport.c73 struct timespec expire_time, ts1, ts2, ts3, dts; local
106 getnstimeofday(&ts2);
107 } while (expire_time.tv_sec == ts2.tv_sec && ts2.tv_nsec < lim);
116 getnstimeofday(&ts2);
117 } while (expire_time.tv_sec == ts2.tv_sec && ts2.tv_nsec < lim);
127 dts = timespec_sub(ts3, ts2);
/drivers/media/video/cx23885/
H A Dcx23885-cards.c1387 struct cx23885_tsport *ts2 = &dev->ts2; local
1430 ts2->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */
1431 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */
1432 ts2->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
1453 ts2->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */
1454 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */
1455 ts2->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
1474 ts2->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */
1475 ts2
[all...]
H A Dcx23885-core.c945 cx23885_init_tsport(dev, &dev->ts2, 2);
1027 dev->ts2.num_frontends =
1029 if (cx23885_dvb_register(&dev->ts2) < 0) {
1070 cx23885_dvb_unregister(&dev->ts2);
1796 struct cx23885_tsport *ts2 = &dev->ts2; local
1823 ts2_count = cx_read(ts2->reg_gpcnt);
1917 handled += cx23885_irq_ts(ts2, ts2_status);
H A Dcx23885.h387 struct cx23885_tsport ts1, ts2; member in struct:cx23885_dev
/drivers/mmc/card/
H A Dmmc_test.c546 struct timespec *ts1, struct timespec *ts2)
551 ts = timespec_sub(*ts2, *ts1);
571 struct timespec *ts2)
577 ts = timespec_sub(*ts2, *ts1);
1464 struct timespec ts1, ts2; local
1504 getnstimeofday(&ts2);
1507 mmc_test_print_avg_rate(test, sz, count, &ts1, &ts2);
1762 struct timespec ts1, ts2; local
1777 getnstimeofday(&ts2);
1778 mmc_test_print_rate(test, sz, &ts1, &ts2);
545 mmc_test_print_rate(struct mmc_test_card *test, uint64_t bytes, struct timespec *ts1, struct timespec *ts2) argument
569 mmc_test_print_avg_rate(struct mmc_test_card *test, uint64_t bytes, unsigned int count, struct timespec *ts1, struct timespec *ts2) argument
1794 struct timespec ts1, ts2; local
1833 struct timespec ts1, ts2; local
1879 struct timespec ts1, ts2; local
1927 struct timespec ts1, ts2, ts; local
2013 struct timespec ts1, ts2; local
[all...]
/drivers/media/video/cx231xx/
H A Dcx231xx.h739 struct cx231xx_tsport ts1, ts2; member in struct:cx231xx

Completed in 143 milliseconds