/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885-cards.c | 1876 struct cx23885_tsport *ts1 = &dev->ts1; in cx23885_card_setup() local 1925 ts1->gen_ctrl_val = 0x4; /* Parallel */ in cx23885_card_setup() 1926 ts1->ts_clk_en_val = 0x1; /* Enable TS_CLK */ in cx23885_card_setup() 1927 ts1->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO; in cx23885_card_setup() 1942 ts1->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */ in cx23885_card_setup() 1943 ts1->ts_clk_en_val = 0x1; /* Enable TS_CLK */ in cx23885_card_setup() 1944 ts1->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO; in cx23885_card_setup() 1950 ts1->gen_ctrl_val = 0x10e; in cx23885_card_setup() 1951 ts1->ts_clk_en_val = 0x1; /* Enable TS_CLK */ in cx23885_card_setup() 1952 ts1->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO; in cx23885_card_setup() [all …]
|
D | cx23885-417.c | 1029 dev->ts1.height = 480; in cx23885_codec_settings() 1031 dev->ts1.height = 576; in cx23885_codec_settings() 1035 dev->ts1.height, dev->ts1.width); in cx23885_codec_settings() 1037 dev->cxhdl.width = dev->ts1.width; in cx23885_codec_settings() 1038 dev->cxhdl.height = dev->ts1.height; in cx23885_codec_settings() 1147 dev->ts1.ts_packet_size = mpeglinesize; in queue_setup() 1148 dev->ts1.ts_packet_count = mpeglines; in queue_setup() 1163 return cx23885_buf_prepare(buf, &dev->ts1); in buffer_prepare() 1183 cx23885_buf_queue(&dev->ts1, buf); in buffer_queue() 1189 struct cx23885_dmaqueue *dmaq = &dev->ts1.mpegq; in cx23885_start_streaming() [all …]
|
D | cx23885-core.c | 911 cx23885_init_tsport(dev, &dev->ts1, 1); in cx23885_dev_setup() 980 dev->ts1.num_frontends = in cx23885_dev_setup() 982 if (cx23885_dvb_register(&dev->ts1) < 0) { in cx23885_dev_setup() 1041 cx23885_dvb_unregister(&dev->ts1); in cx23885_dev_unregister() 1554 struct cx23885_tsport *port = &dev->ts1; in cx23885_irq_417() 1661 struct cx23885_tsport *ts1 = &dev->ts1; in cx23885_irq() local 1688 ts1_count = cx_read(ts1->reg_gpcnt); in cx23885_irq() 1775 handled += cx23885_irq_ts(ts1, ts1_status); in cx23885_irq()
|
D | cimax2.c | 395 port = &dev->ts1; in netup_ci_slot_status()
|
D | cx23885.h | 382 struct cx23885_tsport ts1, ts2; member
|
D | cx23885-dvb.c | 1252 tda18271_attach(&dev->ts1.analog_fe, in dvb_register() 1660 tda18271_attach(&dev->ts1.analog_fe, in dvb_register()
|
D | cx23885-video.c | 959 fe = &dev->ts1.analog_fe; in cx23885_set_freq_via_ops()
|
/linux-4.4.14/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()
|
/linux-4.4.14/kernel/time/ |
D | test_udelay.c | 46 struct timespec ts1, ts2; in udelay_test_single() local 49 ktime_get_ts(&ts1); in udelay_test_single() 52 time_passed = timespec_to_ns(&ts2) - timespec_to_ns(&ts1); in udelay_test_single()
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-417.c | 1101 dev->ts1.height, dev->ts1.width); in cx231xx_codec_settings() 1103 dev->mpeg_ctrl_handler.width = dev->ts1.width; in cx231xx_codec_settings() 1104 dev->mpeg_ctrl_handler.height = dev->ts1.height; in cx231xx_codec_settings() 1237 fh->dev->ts1.ts_packet_size = mpeglinesize; in bb_buf_setup() 1238 fh->dev->ts1.ts_packet_count = mpeglines; in bb_buf_setup() 1240 *size = fh->dev->ts1.ts_packet_size * fh->dev->ts1.ts_packet_count; in bb_buf_setup() 1405 int size = fh->dev->ts1.ts_packet_size * fh->dev->ts1.ts_packet_count; in bb_buf_prepare() 1409 buf->vb.width = fh->dev->ts1.ts_packet_size; in bb_buf_prepare() 1410 buf->vb.height = fh->dev->ts1.ts_packet_count; in bb_buf_prepare() 1520 dev->ts1.height = 480; in vidioc_s_std() [all …]
|
D | cx231xx.h | 727 struct cx231xx_tsport ts1, ts2; member
|
/linux-4.4.14/drivers/mmc/card/ |
D | mmc_test.c | 542 struct timespec *ts1, struct timespec *ts2) in mmc_test_print_rate() argument 547 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_rate() 566 unsigned int count, struct timespec *ts1, 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 1420 getnstimeofday(&ts1); 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 1703 getnstimeofday(&ts1); 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/Documentation/mic/mpssd/ |
D | mpssd.c | 1773 char ts[52], *ts1; in mpsslog() local 1784 ts1 = ctime_r(&t, ts); in mpsslog() 1785 ts1[strlen(ts1) - 1] = '\0'; in mpsslog() 1786 fprintf(logfp, "%s: %s", ts1, buffer); in mpsslog()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 662 ent->ts1 = ktime_get_ns(); in cmd_work_handler() 792 ds = ent->ts2 - ent->ts1; in mlx5_cmd_invoke() 1291 ds = ent->ts2 - ent->ts1; in mlx5_cmd_comp_handler()
|
/linux-4.4.14/include/linux/mlx5/ |
D | driver.h | 579 u64 ts1; member
|