Searched refs:ts1 (Results 1 – 11 of 11) sorted by relevance
/drivers/media/video/cx23885/ |
D | cx23885-cards.c | 1386 struct cx23885_tsport *ts1 = &dev->ts1; in cx23885_card_setup() local 1435 ts1->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */ in cx23885_card_setup() 1436 ts1->ts_clk_en_val = 0x1; /* Enable TS_CLK */ in cx23885_card_setup() 1437 ts1->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO; in cx23885_card_setup() 1443 ts1->gen_ctrl_val = 0x10e; in cx23885_card_setup() 1444 ts1->ts_clk_en_val = 0x1; /* Enable TS_CLK */ in cx23885_card_setup() 1445 ts1->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO; in cx23885_card_setup() 1448 ts1->vld_misc_val = 0x2000; in cx23885_card_setup() 1449 ts1->hw_sop_ctrl_val = (0x47 << 16 | 188 << 4 | 0xc); in cx23885_card_setup() 1458 ts1->gen_ctrl_val = 0x4; /* Parallel */ in cx23885_card_setup() [all …]
|
D | cx23885-417.c | 1028 dev->ts1.height = 480; in cx23885_codec_settings() 1030 dev->ts1.height = 576; in cx23885_codec_settings() 1034 dev->ts1.height, dev->ts1.width); in cx23885_codec_settings() 1036 dev->mpeg_params.width = dev->ts1.width; in cx23885_codec_settings() 1037 dev->mpeg_params.height = dev->ts1.height; in cx23885_codec_settings() 1145 fh->dev->ts1.ts_packet_size = mpeglinesize; in bb_buf_setup() 1146 fh->dev->ts1.ts_packet_count = mpeglines; in bb_buf_setup() 1148 *size = fh->dev->ts1.ts_packet_size * fh->dev->ts1.ts_packet_count; in bb_buf_setup() 1158 return cx23885_buf_prepare(q, &fh->dev->ts1, in bb_buf_prepare() 1167 cx23885_buf_queue(&fh->dev->ts1, (struct cx23885_buffer *)vb); in bb_buf_queue() [all …]
|
D | cx23885-core.c | 941 cx23885_init_tsport(dev, &dev->ts1, 1); in cx23885_dev_setup() 1010 dev->ts1.num_frontends = in cx23885_dev_setup() 1012 if (cx23885_dvb_register(&dev->ts1) < 0) { in cx23885_dev_setup() 1064 cx23885_dvb_unregister(&dev->ts1); in cx23885_dev_unregister() 1675 struct cx23885_tsport *port = &dev->ts1; in cx23885_irq_417() 1795 struct cx23885_tsport *ts1 = &dev->ts1; in cx23885_irq() local 1822 ts1_count = cx_read(ts1->reg_gpcnt); in cx23885_irq() 1909 handled += cx23885_irq_ts(ts1, ts1_status); in cx23885_irq()
|
D | cimax2.c | 386 port = &dev->ts1; in netup_ci_slot_status()
|
D | cx23885.h | 387 struct cx23885_tsport ts1, ts2; member
|
D | cx23885-dvb.c | 1063 tda18271_attach(&dev->ts1.analog_fe, in dvb_register()
|
D | cx23885-video.c | 1582 fe = &dev->ts1.analog_fe; in cx23885_set_freq_via_ops()
|
/drivers/pps/generators/ |
D | pps_gen_parport.c | 73 struct timespec expire_time, ts1, ts2, ts3, dts; in hrtimer_event() local 91 getnstimeofday(&ts1); in hrtimer_event() 97 if (expire_time.tv_sec != ts1.tv_sec || ts1.tv_nsec > lim) { in hrtimer_event() 100 ts1.tv_sec, ts1.tv_nsec); in hrtimer_event() 133 dts = timespec_sub(ts1, expire_time); in hrtimer_event()
|
/drivers/media/video/cx231xx/ |
D | cx231xx-417.c | 1083 dev->ts1.height, dev->ts1.width); in cx231xx_codec_settings() 1085 dev->mpeg_params.width = dev->ts1.width; in cx231xx_codec_settings() 1086 dev->mpeg_params.height = dev->ts1.height; in cx231xx_codec_settings() 1213 fh->dev->ts1.ts_packet_size = mpeglinesize; in bb_buf_setup() 1214 fh->dev->ts1.ts_packet_count = mpeglines; in bb_buf_setup() 1216 *size = fh->dev->ts1.ts_packet_size * fh->dev->ts1.ts_packet_count; in bb_buf_setup() 1389 int size = fh->dev->ts1.ts_packet_size * fh->dev->ts1.ts_packet_count; in bb_buf_prepare() 1395 buf->vb.width = fh->dev->ts1.ts_packet_size; in bb_buf_prepare() 1396 buf->vb.height = fh->dev->ts1.ts_packet_count; in bb_buf_prepare() 1534 dev->ts1.height = 480; in vidioc_s_std() [all …]
|
D | cx231xx.h | 739 struct cx231xx_tsport ts1, ts2; member
|
/drivers/mmc/card/ |
D | mmc_test.c | 546 struct timespec *ts1, struct timespec *ts2) in mmc_test_print_rate() argument 551 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_rate() 570 unsigned int count, struct timespec *ts1, in mmc_test_print_avg_rate() argument 577 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_avg_rate() 1464 struct timespec ts1, ts2; in mmc_test_area_io_seq() local 1490 getnstimeofday(&ts1); in mmc_test_area_io_seq() 1507 mmc_test_print_avg_rate(test, sz, count, &ts1, &ts2); in mmc_test_area_io_seq() 1762 struct timespec ts1, ts2; in mmc_test_profile_trim_perf() local 1773 getnstimeofday(&ts1); in mmc_test_profile_trim_perf() 1778 mmc_test_print_rate(test, sz, &ts1, &ts2); in mmc_test_profile_trim_perf() [all …]
|