Searched defs:ts1 (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
91 getnstimeofday(&ts1);
97 if (expire_time.tv_sec != ts1.tv_sec || ts1.tv_nsec > lim) {
100 ts1.tv_sec, ts1.tv_nsec);
133 dts = timespec_sub(ts1, expire_time);
/drivers/media/pci/cx23885/
H A Dcx23885-cards.c1725 struct cx23885_tsport *ts1 = &dev->ts1; local
1772 ts1->gen_ctrl_val = 0x4; /* Parallel */
1773 ts1->ts_clk_en_val = 0x1; /* Enable TS_CLK */
1774 ts1->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
1789 ts1->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */
1790 ts1->ts_clk_en_val = 0x1; /* Enable TS_CLK */
1791 ts1->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
1797 ts1->gen_ctrl_val = 0x10e;
1798 ts1
[all...]
H A Dcx23885-core.c909 cx23885_init_tsport(dev, &dev->ts1, 1);
978 dev->ts1.num_frontends =
980 if (cx23885_dvb_register(&dev->ts1) < 0) {
1039 cx23885_dvb_unregister(&dev->ts1);
1556 struct cx23885_tsport *port = &dev->ts1;
1663 struct cx23885_tsport *ts1 = &dev->ts1; local
1690 ts1_count = cx_read(ts1->reg_gpcnt);
1777 handled += cx23885_irq_ts(ts1, ts1_status);
H A Dcx23885.h372 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);
570 unsigned int count, struct timespec *ts1,
577 ts = timespec_sub(*ts2, *ts1);
1464 struct timespec ts1, ts2; local
1490 getnstimeofday(&ts1);
1507 mmc_test_print_avg_rate(test, sz, count, &ts1, &ts2);
1762 struct timespec ts1, ts2; local
1773 getnstimeofday(&ts1);
1778 mmc_test_print_rate(test, sz, &ts1,
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/usb/cx231xx/
H A Dcx231xx.h722 struct cx231xx_tsport ts1, ts2; member in struct:cx231xx

Completed in 108 milliseconds