Home
last modified time | relevance | path

Searched refs:ts1 (Results 1 – 15 of 15) sorted by relevance

/drivers/media/pci/cx23885/
A Dcx23885-cards.c2163 struct cx23885_tsport *ts1 = &dev->ts1; in cx23885_card_setup() local
2226 ts1->gen_ctrl_val = 0x4; /* Parallel */ in cx23885_card_setup()
2251 ts1->gen_ctrl_val = 0x10e; in cx23885_card_setup()
2256 ts1->vld_misc_val = 0x2000; in cx23885_card_setup()
2266 ts1->gen_ctrl_val = 0x4; /* Parallel */ in cx23885_card_setup()
2278 ts1->gen_ctrl_val = 0x5; /* Parallel */ in cx23885_card_setup()
2305 ts1->gen_ctrl_val = 0x5; /* Parallel */ in cx23885_card_setup()
2310 ts1->gen_ctrl_val = 0x5; /* Parallel */ in cx23885_card_setup()
2332 ts1->gen_ctrl_val = 0x5; /* Parallel */ in cx23885_card_setup()
2340 ts1->gen_ctrl_val = 0x5; /* Parallel */ in cx23885_card_setup()
[all …]
A Dcx23885-417.c1013 dev->ts1.height = 480; in cx23885_codec_settings()
1015 dev->ts1.height = 576; in cx23885_codec_settings()
1019 dev->ts1.height, dev->ts1.width); in cx23885_codec_settings()
1021 dev->cxhdl.width = dev->ts1.width; in cx23885_codec_settings()
1164 cx23885_buf_queue(&dev->ts1, buf); in buffer_queue()
1205 cx23885_cancel_buffers(&dev->ts1); in cx23885_stop_streaming()
1353 dev->ts1.ts_packet_size * dev->ts1.ts_packet_count; in vidioc_g_fmt_vid_cap()
1359 dev->ts1.width, dev->ts1.height); in vidioc_g_fmt_vid_cap()
1371 dev->ts1.ts_packet_size * dev->ts1.ts_packet_count; in vidioc_try_fmt_vid_cap()
1375 dev->ts1.width, dev->ts1.height); in vidioc_try_fmt_vid_cap()
[all …]
A Dcx23885-core.c977 cx23885_init_tsport(dev, &dev->ts1, 1); in cx23885_dev_setup()
1055 dev->ts1.num_frontends = in cx23885_dev_setup()
1057 if (cx23885_dvb_register(&dev->ts1) < 0) { in cx23885_dev_setup()
1113 cx23885_dvb_unregister(&dev->ts1); in cx23885_dev_unregister()
1676 struct cx23885_tsport *port = &dev->ts1; in cx23885_irq_417()
1783 struct cx23885_tsport *ts1 = &dev->ts1; in cx23885_irq() local
1818 ts1_count = cx_read(ts1->reg_gpcnt); in cx23885_irq()
1905 handled += cx23885_irq_ts(ts1, ts1_status); in cx23885_irq()
A Dcx23885-dvb.c1261 tda18271_attach(&dev->ts1.analog_fe, in dvb_register()
1669 tda18271_attach(&dev->ts1.analog_fe, in dvb_register()
2316 dev->ts1.analog_fe.tuner_priv = client_tuner; in dvb_register()
2317 memcpy(&dev->ts1.analog_fe.ops.tuner_ops, in dvb_register()
2379 dev->ts1.analog_fe.tuner_priv = client_tuner; in dvb_register()
2380 memcpy(&dev->ts1.analog_fe.ops.tuner_ops, in dvb_register()
2472 dev->ts1.analog_fe.tuner_priv = client_tuner; in dvb_register()
2473 memcpy(&dev->ts1.analog_fe.ops.tuner_ops, in dvb_register()
2543 dev->ts1.analog_fe.tuner_priv = client_tuner; in dvb_register()
2544 memcpy(&dev->ts1.analog_fe.ops.tuner_ops, in dvb_register()
A Dcimax2.c382 port = &dev->ts1; in netup_ci_slot_status()
A Dcx23885.h383 struct cx23885_tsport ts1, ts2; member
A Dcx23885-video.c1051 fe = &dev->ts1.analog_fe; in cx23885_set_freq_via_ops()
/drivers/pps/generators/
A Dpps_gen_parport.c57 struct timespec64 expire_time, ts1, ts2, ts3, dts; in hrtimer_event() local
75 ktime_get_real_ts64(&ts1); in hrtimer_event()
81 if (expire_time.tv_sec != ts1.tv_sec || ts1.tv_nsec > lim) { in hrtimer_event()
84 (s64)ts1.tv_sec, ts1.tv_nsec); in hrtimer_event()
117 dts = timespec64_sub(ts1, expire_time); in hrtimer_event()
/drivers/crypto/intel/qat/qat_common/
A Dadf_clock.c43 struct timespec64 ts1, ts2, ts3, ts4; in measure_clock() local
50 ktime_get_real_ts64(&ts1); in measure_clock()
58 delta_us = timespec_to_us(&ts2) - timespec_to_us(&ts1); in measure_clock()
85 delta_us = timespec_to_us(&ts3) - timespec_to_us(&ts1); in measure_clock()
/drivers/media/usb/cx231xx/
A Dcx231xx-417.c1084 dev->ts1.height, dev->ts1.width); in cx231xx_codec_settings()
1223 dev->ts1.ts_packet_size = mpeglinesize; in queue_setup()
1224 dev->ts1.ts_packet_count = mpeglines; in queue_setup()
1493 s->r.width = dev->ts1.width; in vidioc_g_selection()
1494 s->r.height = dev->ts1.height; in vidioc_g_selection()
1525 dev->ts1.height = 480; in vidioc_s_std()
1530 dev->ts1.height = 576; in vidioc_s_std()
1562 f->fmt.pix.width = dev->ts1.width; in vidioc_g_fmt_vid_cap()
1563 f->fmt.pix.height = dev->ts1.height; in vidioc_g_fmt_vid_cap()
1566 dev->ts1.width, dev->ts1.height); in vidioc_g_fmt_vid_cap()
[all …]
A Dcx231xx.h707 struct cx231xx_tsport ts1, ts2; member
/drivers/mmc/core/
A Dmmc_test.c1442 struct timespec64 ts1, ts2; in mmc_test_area_io_seq() local
1467 ktime_get_ts64(&ts1); in mmc_test_area_io_seq()
1746 struct timespec64 ts1, ts2; in mmc_test_profile_trim_perf() local
1757 ktime_get_ts64(&ts1); in mmc_test_profile_trim_perf()
1765 ktime_get_ts64(&ts1); in mmc_test_profile_trim_perf()
1778 struct timespec64 ts1, ts2; in mmc_test_seq_read_perf() local
1783 ktime_get_ts64(&ts1); in mmc_test_seq_read_perf()
1825 ktime_get_ts64(&ts1); in mmc_test_seq_write_perf()
1881 ktime_get_ts64(&ts1); in mmc_test_profile_seq_trim_perf()
1920 ktime_get_ts64(&ts1); in mmc_test_rnd_perf()
[all …]
/drivers/ptp/
A Dptp_idt82p33.c732 struct timespec64 ts1 = {0, 0}; in idt82p33_measure_settime_gettime_gap_overhead() local
738 err = _idt82p33_settime(channel, &ts1); in idt82p33_measure_settime_gettime_gap_overhead()
746 *overhead_ns = timespec64_to_ns(&ts2) - timespec64_to_ns(&ts1); in idt82p33_measure_settime_gettime_gap_overhead()
A Dptp_ocp.c351 struct ptp_ocp_ext_src *ts1; member
521 OCP_EXT_RESOURCE(ts1),
774 OCP_EXT_RESOURCE(ts1),
889 OCP_EXT_RESOURCE(ts1),
1390 ext = bp->ts1; in ptp_ocp_enable()
4142 if (bp->ts1) { in ptp_ocp_summary_show()
4143 ts_reg = bp->ts1->mem; in ptp_ocp_summary_show()
4564 if (bp->ts1) in ptp_ocp_detach()
4565 ptp_ocp_unregister_ext(bp->ts1); in ptp_ocp_detach()
/drivers/net/ethernet/mellanox/mlx5/core/
A Dcmd.c1049 ent->ts1 = ktime_get_ns(); in cmd_work_handler()
1264 ds = ent->ts2 - ent->ts1; in mlx5_cmd_invoke()
1737 ds = ent->ts2 - ent->ts1; in mlx5_cmd_comp_handler()

Completed in 81 milliseconds