Home
last modified time | relevance | path

Searched defs:ts (Results 51 – 75 of 704) sorted by relevance

12345678910>>...29

/openbmc/linux/drivers/input/touchscreen/
H A Dbu21013_ts.c171 static int bu21013_read_block_data(struct bu21013_ts *ts, u8 *buf) in bu21013_read_block_data()
186 static int bu21013_do_touch_report(struct bu21013_ts *ts) in bu21013_do_touch_report()
238 struct bu21013_ts *ts = device_data; in bu21013_gpio_irq() local
261 static int bu21013_init_chip(struct bu21013_ts *ts) in bu21013_init_chip()
395 struct bu21013_ts *ts = _ts; in bu21013_power_off() local
402 struct bu21013_ts *ts = _ts; in bu21013_disable_chip() local
409 struct bu21013_ts *ts; in bu21013_probe() local
546 struct bu21013_ts *ts = i2c_get_clientdata(client); in bu21013_remove() local
556 struct bu21013_ts *ts = i2c_get_clientdata(client); in bu21013_suspend() local
571 struct bu21013_ts *ts = i2c_get_clientdata(client); in bu21013_resume() local
H A Dsun4i-ts.c117 static void sun4i_ts_irq_handle_input(struct sun4i_ts_data *ts, u32 reg_val) in sun4i_ts_irq_handle_input()
149 struct sun4i_ts_data *ts = dev_id; in sun4i_ts_irq() local
167 struct sun4i_ts_data *ts = input_get_drvdata(dev); in sun4i_ts_open() local
178 struct sun4i_ts_data *ts = input_get_drvdata(dev); in sun4i_ts_close() local
184 static int sun4i_get_temp(const struct sun4i_ts_data *ts, int *temp) in sun4i_get_temp()
207 struct sun4i_ts_data *ts = dev_get_drvdata(dev); in show_temp() local
236 struct sun4i_ts_data *ts; in sun4i_ts_probe() local
380 struct sun4i_ts_data *ts = platform_get_drvdata(pdev); in sun4i_ts_remove() local
H A Dsis_i2c.c172 static int sis_ts_report_contact(struct sis_ts_data *ts, const u8 *data, u8 id) in sis_ts_report_contact()
223 static void sis_ts_handle_packet(struct sis_ts_data *ts) in sis_ts_handle_packet()
278 struct sis_ts_data *ts = dev_id; in sis_ts_irq_handler() local
287 static void sis_ts_reset(struct sis_ts_data *ts) in sis_ts_reset()
301 struct sis_ts_data *ts; in sis_ts_probe() local
/openbmc/qemu/tests/qtest/
H A Dtpm-crb-swtpm-test.c30 const TestState *ts = data; in tpm_crb_swtpm_test() local
38 const TestState *ts = data; in tpm_crb_swtpm_migration_test() local
47 TestState ts = { 0 }; in main() local
H A Dtpm-tis-swtpm-test.c33 const TestState *ts = data; in tpm_tis_swtpm_test() local
41 const TestState *ts = data; in tpm_tis_swtpm_migration_test() local
50 TestState ts = { 0 }; in main() local
H A Dtpm-tis-device-swtpm-test.c35 const TestState *ts = data; in tpm_tis_swtpm_test() local
43 const TestState *ts = data; in tpm_tis_swtpm_migration_test() local
53 TestState ts = { 0 }; in main() local
/openbmc/linux/arch/x86/entry/vdso/
H A Dvclock_gettime.c41 int __vdso_clock_gettime(clockid_t clock, struct __kernel_timespec *ts) in __vdso_clock_gettime()
62 int __vdso_clock_gettime(clockid_t clock, struct old_timespec32 *ts) in __vdso_clock_gettime()
70 int __vdso_clock_gettime64(clockid_t clock, struct __kernel_timespec *ts) in __vdso_clock_gettime64()
/openbmc/linux/arch/mips/vdso/
H A Dvgettimeofday.c15 struct old_timespec32 *ts) in __vdso_clock_gettime()
43 struct __kernel_timespec *ts) in __vdso_clock_gettime64()
51 struct __kernel_timespec *ts) in __vdso_clock_gettime()
/openbmc/linux/fs/fat/
H A Dmisc.c204 void fat_time_fat2unix(struct msdos_sb_info *sbi, struct timespec64 *ts, in fat_time_fat2unix()
243 void fat_time_unix2fat(struct msdos_sb_info *sbi, struct timespec64 *ts, in fat_time_unix2fat()
279 static inline struct timespec64 fat_timespec64_trunc_2secs(struct timespec64 ts) in fat_timespec64_trunc_2secs()
288 const struct timespec64 *ts) in fat_truncate_atime()
305 const struct timespec64 *ts) in fat_truncate_mtime()
317 struct timespec64 ts; in fat_truncate_time() local
/openbmc/linux/drivers/thermal/tegra/
H A Dsoctherm.c303 struct tegra_soctherm *ts; member
478 struct tegra_soctherm *ts = dev_get_drvdata(dev); in thermtrip_program() local
518 struct tegra_soctherm *ts = dev_get_drvdata(dev); in throttrip_program() local
588 struct tegra_soctherm *ts = zone->ts; in tegra_thermctl_set_trip_temp() local
738 struct tegra_soctherm *ts = dev_get_drvdata(dev); in tegra_soctherm_set_hwtrips() local
798 struct tegra_soctherm *ts = dev_id; in soctherm_thermal_isr() local
835 struct tegra_soctherm *ts = dev_id; in soctherm_thermal_isr_thread() local
997 struct tegra_soctherm *ts = arg; in soctherm_edp_isr_thread() local
1068 struct tegra_soctherm *ts = arg; in soctherm_edp_isr() local
1510 struct tegra_soctherm *ts = cdev->devdata; in throt_get_cdev_cur_state() local
[all …]
/openbmc/linux/include/linux/
H A Dtime64.h92 static inline bool timespec64_valid(const struct timespec64 *ts) in timespec64_valid()
103 static inline bool timespec64_valid_strict(const struct timespec64 *ts) in timespec64_valid_strict()
113 static inline bool timespec64_valid_settod(const struct timespec64 *ts) in timespec64_valid_settod()
130 static inline s64 timespec64_to_ns(const struct timespec64 *ts) in timespec64_to_ns()
H A Dtimekeeping.h118 struct timespec64 ts; in ktime_get_coarse() local
188 static inline void ktime_get_boottime_ts64(struct timespec64 *ts) in ktime_get_boottime_ts64()
193 static inline void ktime_get_coarse_boottime_ts64(struct timespec64 *ts) in ktime_get_coarse_boottime_ts64()
203 static inline void ktime_get_clocktai_ts64(struct timespec64 *ts) in ktime_get_clocktai_ts64()
208 static inline void ktime_get_coarse_clocktai_ts64(struct timespec64 *ts) in ktime_get_coarse_clocktai_ts64()
/openbmc/linux/drivers/ptp/
H A Dptp_vclock.c73 struct timespec64 *ts) in ptp_vclock_gettime()
88 struct timespec64 *ts, in ptp_vclock_gettimex()
112 const struct timespec64 *ts) in ptp_vclock_settime()
150 struct timespec64 ts; in ptp_vclock_refresh() local
171 struct timespec64 ts = {}; in ptp_vclock_read() local
/openbmc/linux/drivers/net/wireless/ath/
H A Ddfs_pri_detector.c37 u64 ts; member
201 static bool pulse_queue_enqueue(struct pri_detector *pde, u64 ts) in pulse_queue_enqueue()
225 u64 ts, u32 min_count) in pseq_handler_create_sequences()
304 pseq_handler_add_to_existing_seqs(struct pri_detector *pde, u64 ts) in pseq_handler_add_to_existing_seqs()
358 static void pri_detector_reset(struct pri_detector *pde, u64 ts) in pri_detector_reset()
386 u64 ts = event->ts; in pri_detector_add_pulse() local
/openbmc/linux/arch/powerpc/kernel/vdso/
H A Dvgettimeofday.c9 int __c_kernel_clock_gettime(clockid_t clock, struct __kernel_timespec *ts, in __c_kernel_clock_gettime()
21 int __c_kernel_clock_gettime(clockid_t clock, struct old_timespec32 *ts, in __c_kernel_clock_gettime()
27 int __c_kernel_clock_gettime64(clockid_t clock, struct __kernel_timespec *ts, in __c_kernel_clock_gettime64()
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb_ptp.c41 static int gem_tsu_get_time(struct ptp_clock_info *ptp, struct timespec64 *ts, in gem_tsu_get_time()
78 const struct timespec64 *ts) in gem_tsu_set_time()
222 struct timespec64 ts; in gem_ptp_init_tsu() local
247 u32 dma_desc_ts_2, struct timespec64 *ts) in gem_hw_timestamp()
279 struct timespec64 ts; in gem_ptp_rxstamp() local
300 struct timespec64 ts; in gem_ptp_txstamp() local
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_clock.c22 static inline u64 timespec_to_us(const struct timespec64 *ts) in timespec_to_us()
27 static inline u64 timespec_to_ms(const struct timespec64 *ts) in timespec_to_ms()
34 struct timespec64 ts; in adf_clock_get_current_time() local
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c116 struct timespec64 *ts) in igb_ptp_read_i210()
134 const struct timespec64 *ts) in igb_ptp_write_i210()
260 struct timespec64 *ts, in igb_ptp_gettimex_82576()
287 struct timespec64 *ts, in igb_ptp_gettimex_82580()
315 struct timespec64 *ts, in igb_ptp_gettimex_i210()
337 const struct timespec64 *ts) in igb_ptp_settime_82576()
356 const struct timespec64 *ts) in igb_ptp_settime_i210()
497 struct timespec64 ts, start; in igb_ptp_feature_enable_82580() local
649 struct timespec64 ts; in igb_ptp_feature_enable_i210() local
850 struct timespec64 ts; in igb_ptp_overflow_check() local
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_tai.c90 static void mvpp22_tai_read_ts(struct timespec64 *ts, void __iomem *base) in mvpp22_tai_read_ts()
104 static void mvpp2_tai_write_tlv(const struct timespec64 *ts, u32 frac, in mvpp2_tai_write_tlv()
208 struct timespec64 ts; in mvpp22_tai_adjtime() local
236 struct timespec64 *ts, in mvpp22_tai_gettimex64()
277 const struct timespec64 *ts) in mvpp22_tai_settime64()
348 struct timespec64 ts; in mvpp22_tai_tstamp() local
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-raspberrypi-touchscreen.c219 static int rpi_touchscreen_i2c_read(struct rpi_touchscreen *ts, u8 reg) in rpi_touchscreen_i2c_read()
224 static void rpi_touchscreen_i2c_write(struct rpi_touchscreen *ts, in rpi_touchscreen_i2c_write()
234 static int rpi_touchscreen_write(struct rpi_touchscreen *ts, u16 reg, u32 val) in rpi_touchscreen_write()
252 struct rpi_touchscreen *ts = panel_to_ts(panel); in rpi_touchscreen_disable() local
269 struct rpi_touchscreen *ts = panel_to_ts(panel); in rpi_touchscreen_prepare() local
302 struct rpi_touchscreen *ts = panel_to_ts(panel); in rpi_touchscreen_enable() local
366 struct rpi_touchscreen *ts; in rpi_touchscreen_probe() local
448 struct rpi_touchscreen *ts = i2c_get_clientdata(i2c); in rpi_touchscreen_remove() local
/openbmc/linux/drivers/net/ethernet/renesas/
H A Dravb_ptp.c25 static int ravb_ptp_time_read(struct ravb_private *priv, struct timespec64 *ts) in ravb_ptp_time_read()
43 const struct timespec64 *ts) in ravb_ptp_time_write()
124 struct timespec64 ts; in ravb_ptp_adjtime() local
141 static int ravb_ptp_gettime64(struct ptp_clock_info *ptp, struct timespec64 *ts) in ravb_ptp_gettime64()
156 const struct timespec64 *ts) in ravb_ptp_settime64()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_vmlinux.c21 struct __kernel_timespec *ts; in handle__tp() local
39 struct __kernel_timespec *ts; in BPF_PROG() local
57 struct __kernel_timespec *ts; in BPF_PROG() local
/openbmc/qemu/include/qemu/
H A Dtimer.h436 static inline void timer_init(QEMUTimer *ts, QEMUClockType type, int scale, in timer_init()
453 static inline void timer_init_ns(QEMUTimer *ts, QEMUClockType type, in timer_init_ns()
470 static inline void timer_init_us(QEMUTimer *ts, QEMUClockType type, in timer_init_us()
487 static inline void timer_init_ms(QEMUTimer *ts, QEMUClockType type, in timer_init_ms()
523 QEMUTimer *ts = g_new0(QEMUTimer, 1); in timer_new_full() local
630 static inline void timer_free(QEMUTimer *ts) in timer_free()
835 struct timespec ts; in get_clock() local
/openbmc/linux/drivers/input/keyboard/
H A Dqt1050.c223 static bool qt1050_identify(struct qt1050_priv *ts) in qt1050_identify()
250 struct qt1050_priv *ts = dev_id; in qt1050_irq_threaded() local
301 static int qt1050_apply_fw_data(struct qt1050_priv *ts) in qt1050_apply_fw_data()
341 static int qt1050_parse_fw(struct qt1050_priv *ts) in qt1050_parse_fw()
430 struct qt1050_priv *ts; in qt1050_probe() local
553 struct qt1050_priv *ts = i2c_get_clientdata(client); in qt1050_suspend() local
569 struct qt1050_priv *ts = i2c_get_clientdata(client); in qt1050_resume() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c265 const struct timespec64 *ts) in mlx5_ptp_settime_real_time()
308 struct timespec64 ts; in mlx5_ptp_gettimex_real_time() local
316 static int mlx5_ptp_gettimex(struct ptp_clock_info *ptp, struct timespec64 *ts, in mlx5_ptp_gettimex()
349 struct timespec64 ts; in mlx5_ptp_adjtime_real_time() local
527 struct timespec64 ts = {}; in perout_conf_internal_timer() local
544 struct timespec64 ts; in perout_conf_1pps() local
567 struct timespec64 ts; in mlx5_perout_conf_out_pulse_duration() local
600 struct timespec64 ts; in perout_conf_npps_real_time() local
866 static void ts_next_sec(struct timespec64 *ts) in ts_next_sec()
875 struct timespec64 ts; in perout_conf_next_event_timer() local
[all …]

12345678910>>...29