Home
last modified time | relevance | path

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

/linux/drivers/media/pci/cx23885/
A Dcx23885-cards.c2134 struct cx23885_tsport *ts1 = &dev->ts1; in cx23885_card_setup() local
2197 ts1->gen_ctrl_val = 0x4; /* Parallel */ in cx23885_card_setup()
2222 ts1->gen_ctrl_val = 0x10e; in cx23885_card_setup()
2227 ts1->vld_misc_val = 0x2000; in cx23885_card_setup()
2237 ts1->gen_ctrl_val = 0x4; /* Parallel */ in cx23885_card_setup()
2249 ts1->gen_ctrl_val = 0x5; /* Parallel */ in cx23885_card_setup()
2276 ts1->gen_ctrl_val = 0x5; /* Parallel */ in cx23885_card_setup()
2281 ts1->gen_ctrl_val = 0x5; /* Parallel */ in cx23885_card_setup()
2303 ts1->gen_ctrl_val = 0x5; /* Parallel */ in cx23885_card_setup()
2311 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()
1355 dev->ts1.ts_packet_size * dev->ts1.ts_packet_count; in vidioc_g_fmt_vid_cap()
1361 dev->ts1.width, dev->ts1.height); in vidioc_g_fmt_vid_cap()
1373 dev->ts1.ts_packet_size * dev->ts1.ts_packet_count; in vidioc_try_fmt_vid_cap()
1377 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()
1674 struct cx23885_tsport *port = &dev->ts1; in cx23885_irq_417()
1781 struct cx23885_tsport *ts1 = &dev->ts1; in cx23885_irq() local
1816 ts1_count = cx_read(ts1->reg_gpcnt); in cx23885_irq()
1903 handled += cx23885_irq_ts(ts1, ts1_status); in cx23885_irq()
A Dcx23885-dvb.c1263 tda18271_attach(&dev->ts1.analog_fe, in dvb_register()
1671 tda18271_attach(&dev->ts1.analog_fe, in dvb_register()
2318 dev->ts1.analog_fe.tuner_priv = client_tuner; in dvb_register()
2319 memcpy(&dev->ts1.analog_fe.ops.tuner_ops, in dvb_register()
2381 dev->ts1.analog_fe.tuner_priv = client_tuner; in dvb_register()
2382 memcpy(&dev->ts1.analog_fe.ops.tuner_ops, in dvb_register()
2480 dev->ts1.analog_fe.tuner_priv = client_tuner; in dvb_register()
2481 memcpy(&dev->ts1.analog_fe.ops.tuner_ops, in dvb_register()
2557 dev->ts1.analog_fe.tuner_priv = client_tuner; in dvb_register()
2558 memcpy(&dev->ts1.analog_fe.ops.tuner_ops, in dvb_register()
A Dcimax2.c382 port = &dev->ts1; in netup_ci_slot_status()
A Dcx23885.h382 struct cx23885_tsport ts1, ts2; member
A Dcx23885-video.c1051 fe = &dev->ts1.analog_fe; in cx23885_set_freq_via_ops()
/linux/tools/testing/selftests/timers/
A Dfreq-step.c43 static double diff_timespec(struct timespec *ts1, struct timespec *ts2) in diff_timespec() argument
45 return ts1->tv_sec - ts2->tv_sec + (ts1->tv_nsec - ts2->tv_nsec) / 1e9; in diff_timespec()
51 struct timespec ts1, ts2, ts3; in get_sample() local
55 clock_gettime(CLOCK_MONOTONIC_RAW, &ts1); in get_sample()
59 ts1.tv_sec -= mono_raw_base; in get_sample()
63 delay = diff_timespec(&ts3, &ts1); in get_sample()
70 sample->offset = diff_timespec(&ts2, &ts1); in get_sample()
72 sample->time = ts1.tv_sec + ts1.tv_nsec / 1e9; in get_sample()
/linux/drivers/pps/generators/
A Dpps_gen_parport.c59 struct timespec64 expire_time, ts1, ts2, ts3, dts; in hrtimer_event() local
77 ktime_get_real_ts64(&ts1); in hrtimer_event()
83 if (expire_time.tv_sec != ts1.tv_sec || ts1.tv_nsec > lim) { in hrtimer_event()
86 (s64)ts1.tv_sec, ts1.tv_nsec); in hrtimer_event()
119 dts = timespec64_sub(ts1, expire_time); in hrtimer_event()
/linux/lib/math/
A Dtest_div64.c222 struct timespec64 ts, ts0, ts1; in test_div64_init() local
232 ktime_get_ts64(&ts1); in test_div64_init()
233 ts = timespec64_sub(ts1, ts0); in test_div64_init()
/linux/drivers/media/usb/cx231xx/
A Dcx231xx-417.c1085 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()
1495 s->r.width = dev->ts1.width; in vidioc_g_selection()
1496 s->r.height = dev->ts1.height; in vidioc_g_selection()
1527 dev->ts1.height = 480; in vidioc_s_std()
1532 dev->ts1.height = 576; in vidioc_s_std()
1578 f->fmt.pix.width = dev->ts1.width; in vidioc_g_fmt_vid_cap()
1579 f->fmt.pix.height = dev->ts1.height; in vidioc_g_fmt_vid_cap()
1582 dev->ts1.width, dev->ts1.height); in vidioc_g_fmt_vid_cap()
[all …]
A Dcx231xx.h704 struct cx231xx_tsport ts1, ts2; member
/linux/tools/testing/selftests/kvm/lib/
A Dtest_util.c77 struct timespec timespec_add(struct timespec ts1, struct timespec ts2) in timespec_add() argument
79 int64_t ns1 = timespec_to_ns(ts1); in timespec_add()
84 struct timespec timespec_sub(struct timespec ts1, struct timespec ts2) in timespec_sub() argument
86 int64_t ns1 = timespec_to_ns(ts1); in timespec_sub()
/linux/drivers/mmc/core/
A Dmmc_test.c1447 struct timespec64 ts1, ts2; in mmc_test_area_io_seq() local
1472 ktime_get_ts64(&ts1); in mmc_test_area_io_seq()
1751 struct timespec64 ts1, ts2; in mmc_test_profile_trim_perf() local
1762 ktime_get_ts64(&ts1); in mmc_test_profile_trim_perf()
1770 ktime_get_ts64(&ts1); in mmc_test_profile_trim_perf()
1783 struct timespec64 ts1, ts2; in mmc_test_seq_read_perf() local
1788 ktime_get_ts64(&ts1); in mmc_test_seq_read_perf()
1830 ktime_get_ts64(&ts1); in mmc_test_seq_write_perf()
1886 ktime_get_ts64(&ts1); in mmc_test_profile_seq_trim_perf()
1925 ktime_get_ts64(&ts1); in mmc_test_rnd_perf()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
A Dfexit_sleep.c14 struct timespec ts1 = { .tv_nsec = 1 }; in do_sleep() local
18 (void)syscall(__NR_nanosleep, &ts1, NULL); in do_sleep()
/linux/tools/testing/selftests/kvm/include/
A Dtest_util.h66 struct timespec timespec_add(struct timespec ts1, struct timespec ts2);
67 struct timespec timespec_sub(struct timespec ts1, struct timespec ts2);
/linux/kernel/
A Dsmp.c324 static bool csd_lock_wait_toolong(struct __call_single_data *csd, u64 ts0, u64 *ts1, int *bug_id) in csd_lock_wait_toolong() argument
343 ts_delta = ts2 - *ts1; in csd_lock_wait_toolong()
378 *ts1 = ts2; in csd_lock_wait_toolong()
393 u64 ts0, ts1; in __csd_lock_wait() local
395 ts1 = ts0 = sched_clock(); in __csd_lock_wait()
397 if (csd_lock_wait_toolong(csd, ts0, &ts1, &bug_id)) in __csd_lock_wait()
/linux/drivers/ptp/
A Dptp_idt82p33.c440 struct timespec64 ts1 = {0, 0}; in idt82p33_measure_settime_gettime_gap_overhead() local
446 err = _idt82p33_settime(channel, &ts1); in idt82p33_measure_settime_gettime_gap_overhead()
454 *overhead_ns = timespec64_to_ns(&ts2) - timespec64_to_ns(&ts1); in idt82p33_measure_settime_gettime_gap_overhead()
A Dptp_ocp.c221 struct ptp_ocp_ext_src *ts1; member
320 OCP_EXT_RESOURCE(ts1),
676 ext = bp->ts1; in ptp_ocp_enable()
2044 if (bp->ts1) { in ptp_ocp_summary_show()
2045 ts_reg = bp->ts1->mem; in ptp_ocp_summary_show()
2419 if (bp->ts1) in ptp_ocp_detach()
2420 ptp_ocp_unregister_ext(bp->ts1); in ptp_ocp_detach()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dcmd.c989 ent->ts1 = ktime_get_ns(); in cmd_work_handler()
1170 ds = ent->ts2 - ent->ts1; in mlx5_cmd_invoke()
1651 ds = ent->ts2 - ent->ts1; in mlx5_cmd_comp_handler()
/linux/include/linux/mlx5/
A Ddriver.h818 u64 ts1; member
/linux/Documentation/trace/
A Dhistogram.rst1727 # echo 'hist:keys=next_pid:ts1=common_timestamp ...' >> event/trigger

Completed in 81 milliseconds