Searched defs:ts (Results 1 - 200 of 324) sorted by relevance

12

/linux-4.4.14/drivers/input/touchscreen/
H A DMakefile
H A Dcyttsp4_i2c.c43 struct cyttsp4 *ts; cyttsp4_i2c_probe() local
58 struct cyttsp4 *ts = i2c_get_clientdata(client); cyttsp4_i2c_remove() local
H A Dcyttsp_i2c.c42 struct cyttsp *ts; cyttsp_i2c_probe() local
61 struct cyttsp *ts = i2c_get_clientdata(client); cyttsp_i2c_remove() local
H A Dad7879-i2c.c60 struct ad7879 *ts; ad7879_i2c_probe() local
80 struct ad7879 *ts = i2c_get_clientdata(client); ad7879_i2c_remove() local
H A Dipaq-micro-ts.c32 struct touchscreen_data *ts = data; micro_ts_receive() local
49 static void micro_ts_toggle_receive(struct touchscreen_data *ts, bool enable) micro_ts_toggle_receive() argument
68 struct touchscreen_data *ts = input_get_drvdata(input); micro_ts_open() local
77 struct touchscreen_data *ts = input_get_drvdata(input); micro_ts_close() local
85 struct touchscreen_data *ts; micro_ts_probe() local
127 struct touchscreen_data *ts = dev_get_drvdata(dev); micro_ts_suspend() local
136 struct touchscreen_data *ts = dev_get_drvdata(dev); micro_ts_resume() local
H A Dad7879-spi.c115 struct ad7879 *ts; ad7879_spi_probe() local
142 struct ad7879 *ts = spi_get_drvdata(spi); ad7879_spi_remove() local
H A Dcyttsp4_spi.c158 struct cyttsp4 *ts; cyttsp4_spi_probe() local
179 struct cyttsp4 *ts = spi_get_drvdata(spi); cyttsp4_spi_remove() local
H A Dcyttsp_spi.c150 struct cyttsp *ts; cyttsp_spi_probe() local
175 struct cyttsp *ts = spi_get_drvdata(spi); cyttsp_spi_remove() local
H A Dst1232.c58 static int st1232_ts_read_data(struct st1232_ts_data *ts) st1232_ts_read_data() argument
105 struct st1232_ts_data *ts = dev_id; st1232_ts_irq_handler() local
148 static void st1232_ts_power(struct st1232_ts_data *ts, bool poweron) st1232_ts_power() argument
157 struct st1232_ts_data *ts; st1232_ts_probe() local
238 struct st1232_ts_data *ts = i2c_get_clientdata(client); st1232_ts_remove() local
249 struct st1232_ts_data *ts = i2c_get_clientdata(client); st1232_ts_suspend() local
264 struct st1232_ts_data *ts = i2c_get_clientdata(client); st1232_ts_resume() local
H A Dcy8ctmg110_ts.c68 static void cy8ctmg110_power(struct cy8ctmg110 *ts, bool poweron) cy8ctmg110_power() argument
152 static int cy8ctmg110_set_sleepmode(struct cy8ctmg110 *ts, bool sleep) cy8ctmg110_set_sleepmode() argument
182 struct cy8ctmg110 *ts; cy8ctmg110_probe() local
297 struct cy8ctmg110 *ts = i2c_get_clientdata(client); cy8ctmg110_suspend() local
311 struct cy8ctmg110 *ts = i2c_get_clientdata(client); cy8ctmg110_resume() local
326 struct cy8ctmg110 *ts = i2c_get_clientdata(client); cy8ctmg110_remove() local
H A Degalax_ts.c69 struct egalax_ts *ts = dev_id; egalax_ts_interrupt() local
170 struct egalax_ts *ts; egalax_ts_probe() local
H A Dgoodix.c118 static int goodix_ts_read_input_report(struct goodix_ts_data *ts, u8 *data) goodix_ts_read_input_report() argument
151 static void goodix_ts_report_touch(struct goodix_ts_data *ts, u8 *coor_data) goodix_ts_report_touch() argument
179 static void goodix_process_events(struct goodix_ts_data *ts) goodix_process_events() argument
210 struct goodix_ts_data *ts = dev_id; goodix_ts_irq_handler() local
227 static void goodix_read_config(struct goodix_ts_data *ts) goodix_read_config() argument
329 static int goodix_request_input_dev(struct goodix_ts_data *ts, u16 version, goodix_request_input_dev() argument
370 struct goodix_ts_data *ts; goodix_ts_probe() local
H A Dpixcir_i2c_ts.c111 static void pixcir_ts_report(struct pixcir_i2c_ts_data *ts, pixcir_ts_report() argument
205 static int pixcir_set_power_mode(struct pixcir_i2c_ts_data *ts, pixcir_set_power_mode() argument
239 static int pixcir_set_int_mode(struct pixcir_i2c_ts_data *ts, pixcir_set_int_mode() argument
273 static int pixcir_int_enable(struct pixcir_i2c_ts_data *ts, bool enable) pixcir_int_enable() argument
300 static int pixcir_start(struct pixcir_i2c_ts_data *ts) pixcir_start() argument
326 static int pixcir_stop(struct pixcir_i2c_ts_data *ts) pixcir_stop() argument
351 struct pixcir_i2c_ts_data *ts = input_get_drvdata(dev); pixcir_input_open() local
358 struct pixcir_i2c_ts_data *ts = input_get_drvdata(dev); pixcir_input_close() local
366 struct pixcir_i2c_ts_data *ts = i2c_get_clientdata(client); pixcir_i2c_ts_suspend() local
393 struct pixcir_i2c_ts_data *ts = i2c_get_clientdata(client); pixcir_i2c_ts_resume() local
H A Ds3c2410_ts.c89 static struct s3c2410ts ts; variable in typeref:struct:s3c2410ts
H A Dcyttsp_core.c80 static int ttsp_read_block_data(struct cyttsp *ts, u8 command, ttsp_read_block_data() argument
98 static int ttsp_write_block_data(struct cyttsp *ts, u8 command, ttsp_write_block_data() argument
116 static int ttsp_send_command(struct cyttsp *ts, u8 cmd) ttsp_send_command() argument
121 static int cyttsp_handshake(struct cyttsp *ts) cyttsp_handshake() argument
130 static int cyttsp_load_bl_regs(struct cyttsp *ts) cyttsp_load_bl_regs() argument
139 static int cyttsp_exit_bl_mode(struct cyttsp *ts) cyttsp_exit_bl_mode() argument
167 static int cyttsp_set_operational_mode(struct cyttsp *ts) cyttsp_set_operational_mode() argument
188 static int cyttsp_set_sysinfo_mode(struct cyttsp *ts) cyttsp_set_sysinfo_mode() argument
216 static int cyttsp_set_sysinfo_regs(struct cyttsp *ts) cyttsp_set_sysinfo_regs() argument
239 static int cyttsp_soft_reset(struct cyttsp *ts) cyttsp_soft_reset() argument
264 static int cyttsp_act_dist_setup(struct cyttsp *ts) cyttsp_act_dist_setup() argument
298 static void cyttsp_report_tchdata(struct cyttsp *ts) cyttsp_report_tchdata() argument
351 struct cyttsp *ts = handle; cyttsp_irq() local
393 static int cyttsp_power_on(struct cyttsp *ts) cyttsp_power_on() argument
439 static int cyttsp_enable(struct cyttsp *ts) cyttsp_enable() argument
462 static int cyttsp_disable(struct cyttsp *ts) cyttsp_disable() argument
477 struct cyttsp *ts = dev_get_drvdata(dev); cyttsp_suspend() local
495 struct cyttsp *ts = dev_get_drvdata(dev); cyttsp_resume() local
514 struct cyttsp *ts = input_get_drvdata(dev); cyttsp_open() local
525 struct cyttsp *ts = input_get_drvdata(dev); cyttsp_close() local
535 struct cyttsp *ts; cyttsp_probe() local
626 void cyttsp_remove(struct cyttsp *ts) cyttsp_remove() argument
H A Dstmpe-ts.c100 struct stmpe_touch *ts = stmpe_work() local
130 struct stmpe_touch *ts = data; stmpe_ts_handler() local
172 static int stmpe_init_hw(struct stmpe_touch *ts) stmpe_init_hw() argument
246 struct stmpe_touch *ts = input_get_drvdata(dev); stmpe_ts_open() local
259 struct stmpe_touch *ts = input_get_drvdata(dev); stmpe_ts_close() local
298 struct stmpe_touch *ts; stmpe_input_probe() local
361 struct stmpe_touch *ts = platform_get_drvdata(pdev); stmpe_ts_remove() local
267 stmpe_ts_get_platform_info(struct platform_device *pdev, struct stmpe_touch *ts) stmpe_ts_get_platform_info() argument
H A Dti_am335x_tsc.c59 static unsigned int titsc_readl(struct titsc *ts, unsigned int reg) titsc_readl() argument
H A Dtsc2007.c151 static bool tsc2007_is_pen_down(struct tsc2007 *ts) tsc2007_is_pen_down() argument
175 struct tsc2007 *ts = handle; tsc2007_soft_irq() local
234 struct tsc2007 *ts = handle; tsc2007_hard_irq() local
245 static void tsc2007_stop(struct tsc2007 *ts) tsc2007_stop() argument
256 struct tsc2007 *ts = input_get_drvdata(input_dev); tsc2007_open() local
276 struct tsc2007 *ts = input_get_drvdata(input_dev); tsc2007_close() local
285 struct tsc2007 *ts = i2c_get_clientdata(client); tsc2007_get_pendown_state_gpio() local
290 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) tsc2007_probe_dt() argument
338 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) tsc2007_probe_dt() argument
345 static int tsc2007_probe_pdev(struct i2c_client *client, struct tsc2007 *ts, tsc2007_probe_pdev() argument
379 struct tsc2007 *ts; tsc2007_probe() local
H A Dtsc200x-core.c122 static void tsc200x_update_pen_state(struct tsc200x *ts, tsc200x_update_pen_state() argument
147 struct tsc200x *ts = _ts; tsc200x_irq_thread() local
209 struct tsc200x *ts = (struct tsc200x *)data; tsc200x_penup_timer() local
217 static void tsc200x_start_scan(struct tsc200x *ts) tsc200x_start_scan() argument
225 static void tsc200x_stop_scan(struct tsc200x *ts) tsc200x_stop_scan() argument
230 static void tsc200x_set_reset(struct tsc200x *ts, bool enable) tsc200x_set_reset() argument
239 static void __tsc200x_disable(struct tsc200x *ts) __tsc200x_disable() argument
252 static void __tsc200x_enable(struct tsc200x *ts) __tsc200x_enable() argument
268 struct tsc200x *ts = dev_get_drvdata(dev); tsc200x_selftest_show() local
353 struct tsc200x *ts = dev_get_drvdata(dev); tsc200x_attr_is_visible() local
371 struct tsc200x *ts = container_of(work, struct tsc200x, esd_work.work); tsc200x_esd_work() local
425 struct tsc200x *ts = input_get_drvdata(input); tsc200x_open() local
441 struct tsc200x *ts = input_get_drvdata(input); tsc200x_close() local
460 struct tsc200x *ts; tsc200x_probe() local
617 struct tsc200x *ts = dev_get_drvdata(dev); tsc200x_remove() local
630 struct tsc200x *ts = dev_get_drvdata(dev); tsc200x_suspend() local
646 struct tsc200x *ts = dev_get_drvdata(dev); tsc200x_resume() local
H A Dauo-pixcir-ts.c134 static int auo_pixcir_collect_data(struct auo_pixcir_ts *ts, auo_pixcir_collect_data() argument
183 struct auo_pixcir_ts *ts = dev_id; auo_pixcir_interrupt() local
266 static int auo_pixcir_power_mode(struct auo_pixcir_ts *ts, int mode) auo_pixcir_power_mode() argument
291 static int auo_pixcir_int_config(struct auo_pixcir_ts *ts, auo_pixcir_int_config() argument
323 static int auo_pixcir_int_toggle(struct auo_pixcir_ts *ts, bool enable) auo_pixcir_int_toggle() argument
351 static int auo_pixcir_start(struct auo_pixcir_ts *ts) auo_pixcir_start() argument
378 static int auo_pixcir_stop(struct auo_pixcir_ts *ts) auo_pixcir_stop() argument
401 struct auo_pixcir_ts *ts = input_get_drvdata(dev); auo_pixcir_input_open() local
408 struct auo_pixcir_ts *ts = input_get_drvdata(dev); auo_pixcir_input_close() local
418 struct auo_pixcir_ts *ts = i2c_get_clientdata(client); auo_pixcir_suspend() local
450 struct auo_pixcir_ts *ts = i2c_get_clientdata(client); auo_pixcir_resume() local
531 struct auo_pixcir_ts *ts = data; auo_pixcir_reset() local
540 struct auo_pixcir_ts *ts; auo_pixcir_probe() local
H A Dsun4i-ts.c127 static void sun4i_ts_irq_handle_input(struct sun4i_ts_data *ts, u32 reg_val) sun4i_ts_irq_handle_input() argument
159 struct sun4i_ts_data *ts = dev_id; sun4i_ts_irq() local
177 struct sun4i_ts_data *ts = input_get_drvdata(dev); sun4i_ts_open() local
188 struct sun4i_ts_data *ts = input_get_drvdata(dev); sun4i_ts_close() local
194 static int sun4i_get_temp(const struct sun4i_ts_data *ts, int *temp) sun4i_get_temp() argument
217 struct sun4i_ts_data *ts = dev_get_drvdata(dev); show_temp() local
246 struct sun4i_ts_data *ts; sun4i_ts_probe() local
391 struct sun4i_ts_data *ts = platform_get_drvdata(pdev); sun4i_ts_remove() local
H A Dzforce_ts.c143 static int zforce_command(struct zforce_ts *ts, u8 cmd) zforce_command() argument
166 static void zforce_reset_assert(struct zforce_ts *ts) zforce_reset_assert() argument
171 static void zforce_reset_deassert(struct zforce_ts *ts) zforce_reset_deassert() argument
176 static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len) zforce_send_wait() argument
214 static int zforce_command_wait(struct zforce_ts *ts, u8 cmd) zforce_command_wait() argument
235 static int zforce_resolution(struct zforce_ts *ts, u16 x, u16 y) zforce_resolution() argument
247 static int zforce_scan_frequency(struct zforce_ts *ts, u16 idle, u16 finger, zforce_scan_frequency() argument
263 static int zforce_setconfig(struct zforce_ts *ts, char b1) zforce_setconfig() argument
274 static int zforce_start(struct zforce_ts *ts) zforce_start() argument
327 static int zforce_stop(struct zforce_ts *ts) zforce_stop() argument
345 static int zforce_touch_event(struct zforce_ts *ts, u8 *payload) zforce_touch_event() argument
424 static int zforce_read_packet(struct zforce_ts *ts, u8 *buf) zforce_read_packet() argument
466 static void zforce_complete(struct zforce_ts *ts, int cmd, int result) zforce_complete() argument
481 struct zforce_ts *ts = dev_id; zforce_irq() local
492 struct zforce_ts *ts = dev_id; zforce_irq_thread() local
601 struct zforce_ts *ts = input_get_drvdata(dev); zforce_input_open() local
608 struct zforce_ts *ts = input_get_drvdata(dev); zforce_input_close() local
622 struct zforce_ts *ts = i2c_get_clientdata(client); zforce_suspend() local
667 struct zforce_ts *ts = i2c_get_clientdata(client); zforce_resume() local
706 struct zforce_ts *ts = data; zforce_reset() local
747 struct zforce_ts *ts; zforce_probe() local
/linux-4.4.14/arch/mips/loongson64/common/
H A Dtime.c32 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/fs/ntfs/
H A Dtime.h48 static inline sle64 utc2ntfs(const struct timespec ts) utc2ntfs() argument
87 struct timespec ts; ntfs2utc() local
/linux-4.4.14/drivers/pps/
H A Dkc.h41 pps_kc_event(struct pps_device *pps, struct pps_event_time *ts, int event) pps_kc_event() argument
H A Dkc.c112 void pps_kc_event(struct pps_device *pps, struct pps_event_time *ts, pps_kc_event() argument
H A Dkapi.c41 static void pps_add_offset(struct pps_ktime *ts, struct pps_ktime *offset) pps_add_offset() argument
172 void pps_event(struct pps_device *pps, struct pps_event_time *ts, int event, pps_event() argument
/linux-4.4.14/drivers/pps/clients/
H A Dpps-ktimer.c44 struct pps_event_time ts; pps_ktimer_event() local
H A Dpps-ldisc.c35 struct pps_event_time ts; pps_tty_dcd_change() local
H A Dpps-gpio.c56 struct pps_event_time ts; pps_gpio_irq_handler() local
/linux-4.4.14/drivers/media/platform/vivid/
H A Dvivid-radio-tx.c39 struct timespec ts; vivid_radio_tx_write() local
H A Dvivid-radio-rx.c39 struct timespec ts; vivid_radio_rx_read() local
/linux-4.4.14/arch/x86/um/vdso/
H A Dum_vdso.c19 int __vdso_clock_gettime(clockid_t clock, struct timespec *ts) __vdso_clock_gettime() argument
/linux-4.4.14/samples/bpf/
H A Dlathist_kern.c32 u64 *ts = bpf_map_lookup_elem(&my_map, &cpu); bpf_prog1() local
74 u64 *ts, cur_ts, delta; bpf_prog2() local
H A Dtracex4_user.c25 struct timespec ts; time_get_ns() local
H A Dtrace_output_user.c120 struct timespec ts; time_get_ns() local
/linux-4.4.14/fs/afs/
H A Dmain.c40 struct timespec ts; afs_get_client_UUID() local
/linux-4.4.14/arch/sh/boards/mach-dreamcast/
H A Drtc.c33 static void aica_rtc_gettimeofday(struct timespec *ts) aica_rtc_gettimeofday() argument
/linux-4.4.14/arch/m68k/kernel/
H A Dtime.c73 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/arch/mips/mti-sead3/
H A Dsead3-time.c66 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/arch/mn10300/kernel/
H A Drtc.c26 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/drivers/gpio/
H A Dgpio-max7300.c37 struct max7301 *ts; max7300_probe() local
H A Dgpio-max7301.c55 struct max7301 *ts; max7301_probe() local
H A Dgpio-max730x.c53 struct max7301 *ts = container_of(chip, struct max7301, chip); max7301_direction_input() local
81 static int __max7301_set(struct max7301 *ts, unsigned offset, int value) __max7301_set() argument
95 struct max7301 *ts = container_of(chip, struct max7301, chip); max7301_direction_output() local
123 struct max7301 *ts = container_of(chip, struct max7301, chip); max7301_get() local
151 struct max7301 *ts = container_of(chip, struct max7301, chip); max7301_set() local
163 int __max730x_probe(struct max7301 *ts) __max730x_probe() argument
230 struct max7301 *ts = dev_get_drvdata(dev); __max730x_remove() local
/linux-4.4.14/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py118 def ts(self): member in class:EventHeaders
/linux-4.4.14/tools/testing/selftests/timers/
H A Dleapcrash.c74 struct timespec ts; main() local
H A Dmqueue-lat.c59 struct timespec timespec_add(struct timespec ts, unsigned long long ns) timespec_add() argument
H A Dalarmtimer-suspend.c111 struct timespec ts; sigalarm() local
H A Dinconsistency-check.c170 struct timespec ts; main() local
H A Dleap-a-day.c82 struct timespec timespec_add(struct timespec ts, unsigned long long ns) timespec_add() argument
223 struct timespec ts; main() local
248 struct timespec ts; main() local
H A Dnanosleep.c102 struct timespec timespec_add(struct timespec ts, unsigned long long ns) timespec_add() argument
H A Dnsleep-lat.c90 struct timespec timespec_add(struct timespec ts, unsigned long long ns) timespec_add() argument
H A Draw_skew.c58 unsigned long long ts_to_nsec(struct timespec ts) ts_to_nsec() argument
65 struct timespec ts; nsec_to_ts() local
H A Dset-timer-lat.c109 struct timespec ts; sigalarm() local
H A Dadjtick.c55 unsigned long long ts_to_nsec(struct timespec ts) ts_to_nsec() argument
62 struct timespec ts; nsec_to_ts() local
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
H A Dsuper25.c95 struct timespec64 ts; init_lustre_lite() local
/linux-4.4.14/arch/sh/kernel/
H A Dtime.c41 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/arch/mips/lasat/
H A Dsysctl.c63 struct timespec64 ts; proc_dolasatrtc() local
H A Dds1603.c138 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/arch/mips/sibyte/swarm/
H A Dsetup.c90 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/arch/arm/plat-omap/
H A Dcounter_32k.c57 static void omap_read_persistent_clock64(struct timespec64 *ts) omap_read_persistent_clock64() argument
/linux-4.4.14/arch/avr32/kernel/
H A Dtime.c125 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/arch/blackfin/kernel/
H A Dtime.c135 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
H A Dtime-ts.c356 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/arch/arm/kernel/
H A Dtime.c79 static void dummy_clock_access(struct timespec64 *ts) dummy_clock_access() argument
88 void read_persistent_clock64(struct timespec64 *ts) read_persistent_clock64() argument
93 void read_boot_clock64(struct timespec64 *ts) read_boot_clock64() argument
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
H A Dlustre_handles.c183 struct timespec64 ts; class_handle_init() local
/linux-4.4.14/drivers/rtc/
H A Drtc-lib.c140 struct timespec64 ts; rtc_ktime_to_tm() local
/linux-4.4.14/drivers/scsi/snic/
H A Dsnic_trc.h33 u64 ts; /* Time Stamp */ member in struct:snic_trc_data
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
H A Dptp.c109 static int e1000e_phc_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) e1000e_phc_gettime() argument
172 struct timespec64 ts; e1000e_systim_overflow_work() local
133 e1000e_phc_settime(struct ptp_clock_info *ptp, const struct timespec64 *ts) e1000e_phc_settime() argument
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ptp.c108 static int stmmac_get_time(struct ptp_clock_info *ptp, struct timespec64 *ts) stmmac_get_time() argument
135 stmmac_set_time(struct ptp_clock_info *ptp, const struct timespec64 *ts) stmmac_set_time() argument
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ptp.c182 static int xgbe_gettime(struct ptp_clock_info *info, struct timespec64 *ts) xgbe_gettime() argument
201 xgbe_settime(struct ptp_clock_info *info, const struct timespec64 *ts) xgbe_settime() argument
/linux-4.4.14/arch/tile/kernel/vdso/
H A Dvgettimeofday.c64 static inline int do_realtime(struct vdso_data *vdso, struct timespec *ts) do_realtime() argument
83 static inline int do_monotonic(struct vdso_data *vdso, struct timespec *ts) do_monotonic() argument
102 do_realtime_coarse(struct vdso_data *vdso, struct timespec *ts) do_realtime_coarse() argument
116 do_monotonic_coarse(struct vdso_data *vdso, struct timespec *ts) do_monotonic_coarse() argument
158 vdso_fallback_gettime(long clock, struct timespec *ts) vdso_fallback_gettime() argument
173 __vdso_clock_gettime(clockid_t clock, struct timespec *ts) __vdso_clock_gettime() argument
/linux-4.4.14/arch/um/kernel/
H A Dtime.c122 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/arch/um/os-Linux/
H A Dtime.c27 static inline long long timespec_to_ns(const struct timespec *ts) timespec_to_ns() argument
152 struct timespec ts; os_vnsecs() local
160 struct timespec ts; os_nsecs() local
172 struct timespec ts; os_idle_sleep() local
/linux-4.4.14/arch/x86/kernel/
H A Dpvclock.c118 pvclock_read_wallclock(struct pvclock_wall_clock *wall_clock, struct pvclock_vcpu_time_info *vcpu_time, struct timespec *ts) pvclock_read_wallclock() argument
H A Drtc.c144 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/kernel/
H A Dfutex_compat.c178 struct timespec ts; COMPAT_SYSCALL_DEFINE6() local
H A Dcompat.c143 static int __compat_get_timespec(struct timespec *ts, const struct compat_timespec __user *cts) __compat_get_timespec() argument
150 static int __compat_put_timespec(const struct timespec *ts, struct compat_timespec __user *cts) __compat_put_timespec() argument
175 int compat_get_timespec(struct timespec *ts, const void __user *uts) compat_get_timespec() argument
184 int compat_put_timespec(const struct timespec *ts, void __user *uts) compat_put_timespec() argument
196 struct timespec ts; compat_convert_timespec() local
728 struct itimerspec ts; COMPAT_SYSCALL_DEFINE2() local
745 struct timespec ts; COMPAT_SYSCALL_DEFINE2() local
762 struct timespec ts; COMPAT_SYSCALL_DEFINE2() local
802 struct timespec ts; COMPAT_SYSCALL_DEFINE2() local
/linux-4.4.14/fs/udf/
H A Dudftime.c120 udf_time_to_disk_stamp(struct timestamp *dest, struct timespec ts) udf_time_to_disk_stamp() argument
/linux-4.4.14/include/uapi/linux/
H A Derrqueue.h33 struct timespec ts[3]; member in struct:scm_timestamping
H A Dptp_clock.h81 struct ptp_clock_time ts[2 * PTP_MAX_SAMPLES + 1]; member in struct:ptp_sys_offset
/linux-4.4.14/arch/mips/dec/
H A Dtime.c21 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/arch/s390/include/asm/
H A Dtimex.h115 void stck_to_timespec64(unsigned long long stck, struct timespec64 *ts) stck_to_timespec64() argument
/linux-4.4.14/arch/mips/mti-malta/
H A Dmalta-time.c114 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/arch/mips/sni/
H A Dtime.c175 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/arch/mips/vdso/
H A Dgettimeofday.c23 static __always_inline int do_realtime_coarse(struct timespec *ts, do_realtime_coarse() argument
38 static __always_inline int do_monotonic_coarse(struct timespec *ts, do_monotonic_coarse() argument
124 static __always_inline int do_realtime(struct timespec *ts, do_realtime() argument
146 static __always_inline int do_monotonic(struct timespec *ts, do_monotonic() argument
185 struct timespec ts; __vdso_gettimeofday() local
207 int __vdso_clock_gettime(clockid_t clkid, struct timespec *ts) __vdso_clock_gettime() argument
/linux-4.4.14/arch/parisc/kernel/
H A Dtime.c236 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/arch/frv/kernel/
H A Dtime.c88 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/arch/m32r/kernel/
H A Dtime.c140 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/tools/perf/util/
H A Dthread.h34 struct thread_stack *ts; member in struct:thread
H A Dthread-stack.c108 static int thread_stack__grow(struct thread_stack *ts) thread_stack__grow() argument
129 struct thread_stack *ts; thread_stack__new() local
149 static int thread_stack__push(struct thread_stack *ts, u64 ret_addr) thread_stack__push() argument
166 static void thread_stack__pop(struct thread_stack *ts, u64 ret_addr) thread_stack__pop() argument
187 static bool thread_stack__in_kernel(struct thread_stack *ts) thread_stack__in_kernel() argument
222 static int __thread_stack__flush(struct thread *thread, struct thread_stack *ts) __thread_stack__flush() argument
469 static int thread_stack__push_cp(struct thread_stack *ts, u64 ret_addr, thread_stack__push_cp() argument
493 static int thread_stack__pop_cp(struct thread *thread, struct thread_stack *ts, thread_stack__pop_cp() argument
536 static int thread_stack__bottom(struct thread *thread, struct thread_stack *ts, thread_stack__bottom() argument
649 static int thread_stack__trace_end(struct thread_stack *ts, thread_stack__trace_end() argument
677 struct thread_stack *ts = thread->ts; thread_stack__process() local
195 thread_stack__call_return(struct thread *thread, struct thread_stack *ts, size_t idx, u64 timestamp, u64 ref, bool no_return) thread_stack__call_return() argument
565 thread_stack__no_call_return(struct thread *thread, struct thread_stack *ts, struct perf_sample *sample, struct addr_location *from_al, struct addr_location *to_al, u64 ref) thread_stack__no_call_return() argument
627 thread_stack__trace_begin(struct thread *thread, struct thread_stack *ts, u64 timestamp, u64 ref) thread_stack__trace_begin() argument
/linux-4.4.14/tools/virtio/virtio-trace/
H A Dtrace-agent-rw.c110 struct rw_thread_info *ts = (struct rw_thread_info *)thread_info; rw_thread_main() local
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
H A Dping_test.c95 struct timespec64 ts; ping_client_prep_rpc() local
127 struct timespec64 ts; ping_client_done_rpc() local
H A Dbrw_test.c137 struct timespec64 ts; brw_inject_one_error() local
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-tracefile.c194 struct timespec64 ts; cfs_set_ptldebug_header() local
/linux-4.4.14/drivers/pps/generators/
H A Dpps_gen_parport.c183 struct timespec ts; next_intr_time() local
/linux-4.4.14/drivers/ptp/
H A Dptp_chardev.c127 struct timespec64 ts; ptp_ioctl() local
H A Dptp_clock.c110 struct timespec64 ts = timespec_to_timespec64(*tp); ptp_clock_settime() local
118 struct timespec64 ts; ptp_clock_gettime() local
136 struct timespec ts; ptp_clock_adjtime() local
H A Dptp_ixp46x.c178 static int ptp_ixp_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) ptp_ixp_gettime() argument
197 ptp_ixp_settime(struct ptp_clock_info *ptp, const struct timespec64 *ts) ptp_ixp_settime() argument
/linux-4.4.14/drivers/net/slip/
H A Dslhc.c95 register struct cstate *ts; slhc_init() local
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dar9002_mac.c315 ar9002_hw_proc_txdesc(struct ath_hw *ah, void *ds, struct ath_tx_status *ts) ar9002_hw_proc_txdesc() argument
H A Ddynack.h56 struct ts_info ts[ATH_DYN_BUF]; member in struct:ath_dyn_txbuf
96 ath_dynack_sample_ack_ts(struct ath_hw *ah, struct sk_buff *skb, u32 ts) ath_dynack_sample_ack_ts() argument
98 ath_dynack_sample_tx_ts(struct ath_hw *ah, struct sk_buff *skb, struct ath_tx_status *ts) ath_dynack_sample_tx_ts() argument
H A Dar9003_mac.c354 ar9003_hw_proc_txdesc(struct ath_hw *ah, void *ds, struct ath_tx_status *ts) ar9003_hw_proc_txdesc() argument
H A Ddynack.c171 ath_dynack_sample_tx_ts(struct ath_hw *ah, struct sk_buff *skb, struct ath_tx_status *ts) ath_dynack_sample_tx_ts() argument
247 ath_dynack_sample_ack_ts(struct ath_hw *ah, struct sk_buff *skb, u32 ts) ath_dynack_sample_ack_ts() argument
H A Dhw-ops.h63 ath9k_hw_txprocdesc(struct ath_hw *ah, void *ds, struct ath_tx_status *ts) ath9k_hw_txprocdesc() argument
/linux-4.4.14/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.h51 u64 ts; member in struct:pulse_event
H A Ddfs_pri_detector.c38 u64 ts; member in struct:pulse_elem
202 static bool pulse_queue_enqueue(struct pri_detector *pde, u64 ts) pulse_queue_enqueue() argument
305 pseq_handler_add_to_existing_seqs(struct pri_detector *pde, u64 ts) pseq_handler_add_to_existing_seqs() argument
359 static void pri_detector_reset(struct pri_detector *pde, u64 ts) pri_detector_reset() argument
387 u64 ts = event->ts; pri_detector_add_pulse() local
225 pseq_handler_create_sequences(struct pri_detector *pde, u64 ts, u32 min_count) pseq_handler_create_sequences() argument
/linux-4.4.14/drivers/net/ethernet/renesas/
H A Dravb_ptp.c29 static int ravb_ptp_time_read(struct ravb_private *priv, struct timespec64 *ts) ravb_ptp_time_read() argument
135 struct timespec64 ts; ravb_ptp_adjtime() local
152 static int ravb_ptp_gettime64(struct ptp_clock_info *ptp, struct timespec64 *ts) ravb_ptp_gettime64() argument
46 ravb_ptp_time_write(struct ravb_private *priv, const struct timespec64 *ts) ravb_ptp_time_write() argument
166 ravb_ptp_settime64(struct ptp_clock_info *ptp, const struct timespec64 *ts) ravb_ptp_settime64() argument
/linux-4.4.14/drivers/connector/
H A Dcn_proc.c59 static inline void get_seq(__u32 *ts, int *cpu) get_seq() argument
/linux-4.4.14/arch/x86/entry/vdso/
H A Dvclock_gettime.c46 notrace static long vdso_fallback_gettime(long clock, struct timespec *ts) vdso_fallback_gettime() argument
135 notrace static long vdso_fallback_gettime(long clock, struct timespec *ts) vdso_fallback_gettime() argument
218 notrace static int __always_inline do_realtime(struct timespec *ts) do_realtime() argument
239 notrace static int __always_inline do_monotonic(struct timespec *ts) do_monotonic() argument
260 notrace static void do_realtime_coarse(struct timespec *ts) do_realtime_coarse() argument
270 notrace static void do_monotonic_coarse(struct timespec *ts) do_monotonic_coarse() argument
280 notrace int __vdso_clock_gettime(clockid_t clock, struct timespec *ts) __vdso_clock_gettime() argument
/linux-4.4.14/crypto/
H A Djitterentropy-kcapi.c92 struct timespec ts; jent_get_nstime() local
/linux-4.4.14/kernel/time/
H A Ditimer.c134 struct timespec ts; cputime_sub_ns() local
H A Dtest_udelay.c90 struct timespec ts; udelay_test_show() local
H A Dposix-clock.c300 static int pc_clock_gettime(clockid_t id, struct timespec *ts) pc_clock_gettime() argument
319 static int pc_clock_getres(clockid_t id, struct timespec *ts) pc_clock_getres() argument
338 static int pc_clock_settime(clockid_t id, const struct timespec *ts) pc_clock_settime() argument
402 static void pc_timer_gettime(struct k_itimer *kit, struct itimerspec *ts) pc_timer_gettime() argument
416 pc_timer_settime(struct k_itimer *kit, int flags, struct itimerspec *ts, struct itimerspec *old) pc_timer_settime() argument
H A Dtime.c361 void set_normalized_timespec(struct timespec *ts, time_t sec, s64 nsec) set_normalized_timespec() argument
391 struct timespec ts; ns_to_timespec() local
416 struct timespec ts = ns_to_timespec(nsec); ns_to_timeval() local
441 void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec) set_normalized_timespec64() argument
471 struct timespec64 ts; ns_to_timespec64() local
H A Dtimer_list.c179 struct tick_sched *ts = tick_get_tick_sched(cpu); print_cpu() local
H A Dntp.c578 static inline void process_adj_status(struct timex *txc, struct timespec64 *ts) process_adj_status() argument
699 int __do_adjtimex(struct timex *txc, struct timespec64 *ts, s32 *time_tai) __do_adjtimex() argument
782 static inline struct pps_normtime pps_normalize_ts(struct timespec64 ts) pps_normalize_ts() argument
601 process_adjtimex_modes(struct timex *txc, struct timespec64 *ts, s32 *time_tai) process_adjtimex_modes() argument
H A Dtick-sched.c134 static void tick_sched_handle(struct tick_sched *ts, struct pt_regs *regs) tick_sched_handle() argument
440 update_ts_time_stats(int cpu, struct tick_sched *ts, ktime_t now, u64 *last_update_time) update_ts_time_stats() argument
458 static void tick_nohz_stop_idle(struct tick_sched *ts, ktime_t now) tick_nohz_stop_idle() argument
460 update_ts_time_stats(smp_processor_id(), ts, now, NULL); tick_nohz_stop_idle() local
466 static ktime_t tick_nohz_start_idle(struct tick_sched *ts) tick_nohz_start_idle() argument
492 struct tick_sched *ts = &per_cpu(tick_cpu_sched, cpu); get_cpu_idle_time_us() local
533 struct tick_sched *ts = &per_cpu(tick_cpu_sched, cpu); get_cpu_iowait_time_us() local
557 static void tick_nohz_restart(struct tick_sched *ts, ktime_t now) tick_nohz_restart() argument
571 static ktime_t tick_nohz_stop_sched_tick(struct tick_sched *ts, tick_nohz_stop_sched_tick() argument
697 static void tick_nohz_restart_sched_tick(struct tick_sched *ts, ktime_t now) tick_nohz_restart_sched_tick() argument
714 static void tick_nohz_full_update_tick(struct tick_sched *ts) tick_nohz_full_update_tick() argument
732 static bool can_stop_idle_tick(int cpu, struct tick_sched *ts) can_stop_idle_tick() argument
785 static void __tick_nohz_idle_enter(struct tick_sched *ts) __tick_nohz_idle_enter() argument
822 struct tick_sched *ts; tick_nohz_idle_enter() local
853 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); tick_nohz_irq_exit() local
868 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); tick_nohz_get_sleep_length() local
873 static void tick_nohz_account_idle_ticks(struct tick_sched *ts) tick_nohz_account_idle_ticks() argument
903 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); tick_nohz_idle_exit() local
931 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); tick_nohz_handler() local
948 static inline void tick_nohz_activate(struct tick_sched *ts, int mode) tick_nohz_activate() argument
963 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); tick_nohz_switch_to_nohz() local
997 static void tick_nohz_kick_tick(struct tick_sched *ts, ktime_t now) tick_nohz_kick_tick() argument
1017 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); tick_nohz_irq_enter() local
1035 static inline void tick_nohz_activate(struct tick_sched *ts, int mode) { } tick_nohz_activate() argument
1058 struct tick_sched *ts = tick_sched_timer() local
1096 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); tick_setup_sched_timer() local
1125 struct tick_sched *ts = &per_cpu(tick_cpu_sched, cpu); tick_cancel_sched_timer() local
1152 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); tick_oneshot_notify() local
1167 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); tick_check_oneshot_change() local
/linux-4.4.14/include/linux/
H A Dtime.h92 static inline bool timespec_valid(const struct timespec *ts) timespec_valid() argument
103 static inline bool timespec_valid_strict(const struct timespec *ts) timespec_valid_strict() argument
191 static inline s64 timespec_to_ns(const struct timespec *ts) timespec_to_ns() argument
H A Dtimekeeping.h49 static inline int do_settimeofday(const struct timespec *ts) do_settimeofday() argument
54 static inline int __getnstimeofday(struct timespec *ts) __getnstimeofday() argument
59 static inline void getnstimeofday(struct timespec *ts) getnstimeofday() argument
64 static inline void ktime_get_ts(struct timespec *ts) ktime_get_ts() argument
69 static inline void ktime_get_real_ts(struct timespec *ts) ktime_get_real_ts() argument
74 static inline void getrawmonotonic(struct timespec *ts) getrawmonotonic() argument
84 static inline void getboottime(struct timespec *ts) getboottime() argument
92 static inline int do_settimeofday(const struct timespec *ts) do_settimeofday() argument
100 static inline int __getnstimeofday(struct timespec *ts) __getnstimeofday() argument
109 static inline void getnstimeofday(struct timespec *ts) getnstimeofday() argument
117 static inline void ktime_get_ts(struct timespec *ts) ktime_get_ts() argument
125 static inline void ktime_get_real_ts(struct timespec *ts) ktime_get_real_ts() argument
133 static inline void getrawmonotonic(struct timespec *ts) getrawmonotonic() argument
146 static inline void getboottime(struct timespec *ts) getboottime() argument
240 static inline void get_monotonic_boottime(struct timespec *ts) get_monotonic_boottime() argument
245 static inline void get_monotonic_boottime64(struct timespec64 *ts) get_monotonic_boottime64() argument
250 static inline void timekeeping_clocktai(struct timespec *ts) timekeeping_clocktai() argument
H A Dpps_kernel.h116 static inline void pps_get_ts(struct pps_event_time *ts) pps_get_ts() argument
123 static inline void pps_get_ts(struct pps_event_time *ts) pps_get_ts() argument
131 static inline void pps_sub_ts(struct pps_event_time *ts, struct timespec64 delta) pps_sub_ts() argument
107 timespec_to_pps_ktime(struct pps_ktime *kt, struct timespec64 ts) timespec_to_pps_ktime() argument
H A Dktime.h81 static inline ktime_t timespec_to_ktime(struct timespec ts) timespec_to_ktime() argument
87 static inline ktime_t timespec64_to_ktime(struct timespec64 ts) timespec64_to_ktime() argument
H A Dtime64.h50 static inline struct timespec64 timespec_to_timespec64(const struct timespec ts) timespec_to_timespec64() argument
88 static inline struct timespec64 timespec_to_timespec64(const struct timespec ts) timespec_to_timespec64() argument
170 static inline bool timespec64_valid(const struct timespec64 *ts) timespec64_valid() argument
181 static inline bool timespec64_valid_strict(const struct timespec64 *ts) timespec64_valid_strict() argument
198 static inline s64 timespec64_to_ns(const struct timespec64 *ts) timespec64_to_ns() argument
H A Djiffies.h417 struct timespec64 ts = timespec_to_timespec64(*value); timespec_to_jiffies() local
425 struct timespec64 ts; jiffies_to_timespec() local
/linux-4.4.14/arch/arm/vdso/
H A Dvgettimeofday.c79 static notrace int do_realtime_coarse(struct timespec *ts, do_realtime_coarse() argument
95 static notrace int do_monotonic_coarse(struct timespec *ts, do_monotonic_coarse() argument
136 static notrace int do_realtime(struct timespec *ts, struct vdso_data *vdata) do_realtime() argument
158 static notrace int do_monotonic(struct timespec *ts, struct vdso_data *vdata) do_monotonic() argument
187 static notrace int do_realtime(struct timespec *ts, struct vdso_data *vdata) do_realtime() argument
192 static notrace int do_monotonic(struct timespec *ts, struct vdso_data *vdata) do_monotonic() argument
199 notrace int __vdso_clock_gettime(clockid_t clkid, struct timespec *ts) __vdso_clock_gettime() argument
248 struct timespec ts; __vdso_gettimeofday() local
/linux-4.4.14/Documentation/laptops/
H A Ddslm.c60 char *ts = ctime(&time); myctime() local
/linux-4.4.14/net/mpls/
H A Dmpls_iptunnel.c125 mpls_build_state(struct net_device *dev, struct nlattr *nla, unsigned int family, const void *cfg, struct lwtunnel_state **ts) mpls_build_state() argument
/linux-4.4.14/net/netfilter/
H A Dnf_conntrack_amanda.c62 struct ts_config *ts; member in struct:__anon15010
/linux-4.4.14/drivers/tty/serial/jsm/
H A Djsm_tty.c278 struct ktermios *ts; jsm_tty_close() local
/linux-4.4.14/drivers/s390/scsi/
H A Dzfcp_fc.h200 struct zfcp_fc_wka_port ts; member in struct:zfcp_fc_wka_ports
/linux-4.4.14/drivers/scsi/aic94xx/
H A Daic94xx_task.c163 struct task_status_struct *ts = &task->task_status; asd_get_response_tasklet() local
216 struct task_status_struct *ts = &task->task_status; asd_task_tasklet_complete() local
/linux-4.4.14/drivers/lguest/
H A Dlg.h46 int ts; member in struct:lg_cpu
/linux-4.4.14/drivers/misc/sgi-gru/
H A Dgruprocfs.c177 struct gru_thread_state *ts; cch_seq_show() local
/linux-4.4.14/drivers/iio/humidity/
H A Ddht11.c76 struct {s64 ts; int value; } edges[DHT11_EDGES_PER_READ]; member in struct:dht11::__anon5148
/linux-4.4.14/drivers/media/pci/solo6x10/
H A Dsolo6x10-core.c50 struct timespec ts; solo_set_time() local
61 struct timespec ts; solo_timer_sync() local
/linux-4.4.14/drivers/media/platform/omap3isp/
H A Dispstat.h42 struct timeval ts; member in struct:ispstat_buffer
/linux-4.4.14/drivers/media/v4l2-core/
H A Dv4l2-common.c401 struct timespec ts; v4l2_get_timestamp() local
H A Dv4l2-event.c110 __v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev, const struct timespec *ts) __v4l2_event_queue_fh() argument
/linux-4.4.14/drivers/mfd/
H A Ducb1x00-ts.c57 static inline void ucb1x00_ts_evt_add(struct ucb1x00_ts *ts, u16 pressure, u16 x, u16 y) ucb1x00_ts_evt_add() argument
68 static inline void ucb1x00_ts_event_release(struct ucb1x00_ts *ts) ucb1x00_ts_event_release() argument
80 static inline void ucb1x00_ts_mode_int(struct ucb1x00_ts *ts) ucb1x00_ts_mode_int() argument
92 static inline unsigned int ucb1x00_ts_read_pressure(struct ucb1x00_ts *ts) ucb1x00_ts_read_pressure() argument
119 static inline unsigned int ucb1x00_ts_read_xpos(struct ucb1x00_ts *ts) ucb1x00_ts_read_xpos() argument
146 static inline unsigned int ucb1x00_ts_read_ypos(struct ucb1x00_ts *ts) ucb1x00_ts_read_ypos() argument
172 static inline unsigned int ucb1x00_ts_read_xres(struct ucb1x00_ts *ts) ucb1x00_ts_read_xres() argument
184 static inline unsigned int ucb1x00_ts_read_yres(struct ucb1x00_ts *ts) ucb1x00_ts_read_yres() argument
192 static inline int ucb1x00_ts_pen_down(struct ucb1x00_ts *ts) ucb1x00_ts_pen_down() argument
209 struct ucb1x00_ts *ts = _ts; ucb1x00_thread() local
293 struct ucb1x00_ts *ts = id; ucb1x00_ts_irq() local
306 struct ucb1x00_ts *ts = input_get_drvdata(idev); ucb1x00_ts_open() local
352 struct ucb1x00_ts *ts = input_get_drvdata(idev); ucb1x00_ts_close() local
369 struct ucb1x00_ts *ts; ucb1x00_ts_add() local
421 struct ucb1x00_ts *ts = dev->priv; ucb1x00_ts_remove() local
/linux-4.4.14/drivers/media/dvb-core/
H A Ddmxdev.h60 struct dmx_ts_feed *ts; member in struct:dmxdev_feed
71 struct list_head ts; member in union:dmxdev_filter::__anon5855
H A Ddvb_demux.h69 struct dmx_ts_feed ts; member in union:dvb_demux_feed::__anon5857
74 dmx_ts_cb ts; member in union:dvb_demux_feed::__anon5858
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ptp.c289 static int fm10k_ptp_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) fm10k_ptp_gettime() argument
306 fm10k_ptp_settime(struct ptp_clock_info *ptp, const struct timespec64 *ts) fm10k_ptp_settime() argument
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c59 static void i40e_ptp_read(struct i40e_pf *pf, struct timespec64 *ts) i40e_ptp_read() argument
83 static void i40e_ptp_write(struct i40e_pf *pf, const struct timespec64 *ts) i40e_ptp_write() argument
183 static int i40e_ptp_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) i40e_ptp_gettime() argument
674 struct timespec64 ts; i40e_ptp_init() local
203 i40e_ptp_settime(struct ptp_clock_info *ptp, const struct timespec64 *ts) i40e_ptp_settime() argument
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
H A Den_clock.c167 mlx4_en_phc_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) mlx4_en_phc_gettime() argument
192 mlx4_en_phc_settime(struct ptp_clock_info *ptp, const struct timespec64 *ts) mlx4_en_phc_settime() argument
/linux-4.4.14/drivers/net/ethernet/ti/
H A Dcpts.c170 static int cpts_ptp_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) cpts_ptp_gettime() argument
223 struct timespec64 ts; cpts_overflow_check() local
185 cpts_ptp_settime(struct ptp_clock_info *ptp, const struct timespec64 *ts) cpts_ptp_settime() argument
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Ddesc.c442 ath5k_hw_proc_2word_tx_status(struct ath5k_hw *ah, struct ath5k_desc *desc, struct ath5k_tx_status *ts) ath5k_hw_proc_2word_tx_status() argument
494 ath5k_hw_proc_4word_tx_status(struct ath5k_hw *ah, struct ath5k_desc *desc, struct ath5k_tx_status *ts) ath5k_hw_proc_4word_tx_status() argument
H A Ddebug.c1125 struct ath5k_tx_status ts = {}; ath5k_debug_printtxbuf() local
/linux-4.4.14/drivers/clocksource/
H A Dtegra20_timer.c135 static void tegra_read_persistent_clock64(struct timespec64 *ts) tegra_read_persistent_clock64() argument
/linux-4.4.14/arch/tile/include/arch/
H A Dmpipe_shm.h291 uint_reg_t ts : 1; member in struct:__anon2777::__anon2778
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
H A Dmce_intel.c213 unsigned long ts = __this_cpu_read(cmci_time_stamp); cmci_storm_detect() local
/linux-4.4.14/fs/fat/
H A Dmisc.c189 void fat_time_fat2unix(struct msdos_sb_info *sbi, struct timespec *ts, fat_time_fat2unix() argument
227 void fat_time_unix2fat(struct msdos_sb_info *sbi, struct timespec *ts, fat_time_unix2fat() argument
H A Dnamei_msdos.c268 struct timespec ts; msdos_create() local
350 struct timespec ts; msdos_mkdir() local
438 struct timespec ts; do_msdos_rename() local
225 msdos_add_entry(struct inode *dir, const unsigned char *name, int is_dir, int is_hid, int cluster, struct timespec *ts, struct fat_slot_info *sinfo) msdos_add_entry() argument
/linux-4.4.14/fs/cifs/
H A Dnetmisc.c924 struct timespec ts; cifs_NTtimeToUnix() local
964 struct timespec ts; cnvrtDosUnixTm() local
/linux-4.4.14/kernel/trace/
H A Dring_buffer_benchmark.c14 u64 ts; member in struct:rb_page
87 u64 ts; read_event() local
H A Dtrace_stat.c33 struct tracer_stat *ts; member in struct:stat_session
126 struct tracer_stat *ts = session->ts; stat_seq_init() local
/linux-4.4.14/include/media/
H A Dvideobuf-core.h83 struct timeval ts; member in struct:videobuf_buffer
/linux-4.4.14/include/linux/ceph/
H A Ddecode.h137 static inline void ceph_decode_timespec(struct timespec *ts, ceph_decode_timespec() argument
143 ceph_encode_timespec(struct ceph_timespec *tv, const struct timespec *ts) ceph_encode_timespec() argument
/linux-4.4.14/arch/powerpc/kvm/
H A De500.c240 unsigned int pr, tid, ts; kvmppc_e500_tlbil_one() local
H A De500mc.c62 unsigned int tid, ts; kvmppc_e500_tlbil_one() local
/linux-4.4.14/arch/powerpc/platforms/52xx/
H A Dmpc52xx_lpbfifo.c228 u32 ts; mpc52xx_lpbfifo_irq() local
331 u32 ts; mpc52xx_lpbfifo_bcom_irq() local
/linux-4.4.14/arch/nios2/kernel/
H A Dtime.c310 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/arch/ia64/kernel/
H A Dtime.c358 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
/linux-4.4.14/Documentation/networking/timestamping/
H A Dtimestamping.c161 struct timespec ts; printpacket() local
H A Dtxtimestamp.c108 struct timespec ts; print_timestamp_usr() local
/linux-4.4.14/Documentation/ptp/
H A Dtestptp.c151 struct timespec ts; main() local
/linux-4.4.14/net/ipv4/
H A Dip_tunnel_core.c232 ip_tun_build_state(struct net_device *dev, struct nlattr *attr, unsigned int family, const void *cfg, struct lwtunnel_state **ts) ip_tun_build_state() argument
327 ip6_tun_build_state(struct net_device *dev, struct nlattr *attr, unsigned int family, const void *cfg, struct lwtunnel_state **ts) ip6_tun_build_state() argument
H A Dsyncookies.c85 u32 ts, ts_now = tcp_time_stamp; cookie_init_timestamp() local
/linux-4.4.14/net/ipv6/
H A Dila.c130 ila_build_state(struct net_device *dev, struct nlattr *nla, unsigned int family, const void *cfg, struct lwtunnel_state **ts) ila_build_state() argument
/linux-4.4.14/include/linux/mfd/
H A Dipaq-micro.h120 void (*ts) (void *data, int len, unsigned char *rxdata); member in struct:ipaq_micro
/linux-4.4.14/tools/perf/bench/
H A Dmem-functions.c87 static double timeval2double(struct timeval *ts) timeval2double() argument
/linux-4.4.14/tools/perf/
H A Dperf.h26 struct timespec ts; rdclock() local
/linux-4.4.14/tools/perf/tests/
H A Dswitch-tracking.c16 struct timespec ts; spin_sleep() local
/linux-4.4.14/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c287 struct timespec ts, *tsp = NULL; unit_test() local
/linux-4.4.14/drivers/staging/skein/
H A Dskein_block.c33 #define ts (kw + KW_TWK_BASE) macro
/linux-4.4.14/drivers/scsi/libsas/
H A Dsas_ata.c41 static enum ata_completion_errors sas_to_ata_err(struct task_status_struct *ts) sas_to_ata_err() argument
H A Dsas_scsi_host.c55 struct task_status_struct *ts = &task->task_status; sas_end_task() local
/linux-4.4.14/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c147 void peak_usb_get_ts_tv(struct peak_time_ref *time_ref, u32 ts, peak_usb_get_ts_tv() argument
H A Dpcan_usb_pro.h178 struct pcan_usb_pro_setts ts; member in union:pcan_usb_pro_rec
/linux-4.4.14/drivers/iio/common/ssp_sensors/
H A Dssp_spi.c280 struct timespec ts; ssp_parse_dataframe() local
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c282 static int ixgbe_ptp_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) ixgbe_ptp_gettime() argument
407 struct timespec64 ts; ixgbe_ptp_overflow_check() local
306 ixgbe_ptp_settime(struct ptp_clock_info *ptp, const struct timespec64 *ts) ixgbe_ptp_settime() argument
/linux-4.4.14/arch/tile/gxio/
H A Dmpipe.c433 gxio_mpipe_set_timestamp(gxio_mpipe_context_t *context, const struct timespec64 *ts) gxio_mpipe_set_timestamp() argument
443 gxio_mpipe_get_timestamp(gxio_mpipe_context_t *context, struct timespec64 *ts) gxio_mpipe_get_timestamp() argument
/linux-4.4.14/arch/x86/xen/
H A Dtime.c172 static void xen_read_wallclock(struct timespec *ts) xen_read_wallclock() argument
/linux-4.4.14/arch/cris/include/uapi/asm/
H A Dsync_serial.h129 struct timespec ts; /* The time the data was sampled. */ member in struct:ssp_request
/linux-4.4.14/tools/lib/traceevent/
H A Dkbuffer-parse.c493 void *kbuffer_next_event(struct kbuffer *kbuf, unsigned long long *ts) kbuffer_next_event() argument
571 void *kbuffer_read_event(struct kbuffer *kbuf, unsigned long long *ts) kbuffer_read_event() argument
613 kbuffer_read_at_offset(struct kbuffer *kbuf, int offset, unsigned long long *ts) kbuffer_read_at_offset() argument
/linux-4.4.14/drivers/scsi/pm8001/
H A Dpm8001_sas.c382 struct task_status_struct *ts = &t->task_status; pm8001_task_exec() local
391 struct task_status_struct *ts = &t->task_status; pm8001_task_exec() local
905 struct task_status_struct *ts; pm8001_open_reject_retry() local
/linux-4.4.14/drivers/media/usb/uvc/
H A Duvc_video.c372 static inline void uvc_video_get_ts(struct timespec *ts) uvc_video_get_ts() argument
389 struct timespec ts; uvc_video_clock_decode() local
616 struct timespec ts; uvc_video_clock_update() local
871 struct timespec ts; uvc_video_stats_dump() local
1022 struct timespec ts; uvc_video_decode_start() local
/linux-4.4.14/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c482 struct timespec64 ts; igb_ptp_feature_enable_i210() local
660 struct timespec64 ts; igb_ptp_overflow_check() local
1091 struct timespec64 ts = ktime_to_timespec64(ktime_get_real()); igb_ptp_init() local
1205 struct timespec64 ts = ktime_to_timespec64(ktime_get_real()); igb_ptp_reset() local
119 igb_ptp_read_i210(struct igb_adapter *adapter, struct timespec64 *ts) igb_ptp_read_i210() argument
137 igb_ptp_write_i210(struct igb_adapter *adapter, const struct timespec64 *ts) igb_ptp_write_i210() argument
286 igb_ptp_gettime_82576(struct ptp_clock_info *ptp, struct timespec64 *ts) igb_ptp_gettime_82576() argument
305 igb_ptp_gettime_i210(struct ptp_clock_info *ptp, struct timespec64 *ts) igb_ptp_gettime_i210() argument
321 igb_ptp_settime_82576(struct ptp_clock_info *ptp, const struct timespec64 *ts) igb_ptp_settime_82576() argument
340 igb_ptp_settime_i210(struct ptp_clock_info *ptp, const struct timespec64 *ts) igb_ptp_settime_i210() argument
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
H A Dtx.c268 struct timespec ts; wl1271_tx_fill_hdr() local
/linux-4.4.14/drivers/net/ethernet/freescale/
H A Dfec_ptp.c115 struct timespec64 ts; fec_ptp_enable_pps() local
392 static int fec_ptp_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) fec_ptp_gettime() argument
416 fec_ptp_settime(struct ptp_clock_info *ptp, const struct timespec64 *ts) fec_ptp_settime() argument
/linux-4.4.14/drivers/platform/chrome/
H A Dchromeos_laptop.c44 static struct i2c_client *ts; variable in typeref:struct:i2c_client
/linux-4.4.14/arch/xtensa/kernel/
H A Dsmp.c188 static int boot_secondary(unsigned int cpu, struct task_struct *ts) boot_secondary() argument
/linux-4.4.14/fs/jbd2/
H A Dtransaction.c277 unsigned long ts = jiffies; start_this_handle() local
129 update_t_max_wait(transaction_t *transaction, unsigned long ts) update_t_max_wait() argument
/linux-4.4.14/fs/nfs/
H A Dfile.c781 is_time_granular(struct timespec *ts) { is_time_granular() argument
H A Dinternal.h682 u64 nfs_timespec_to_change_attr(const struct timespec *ts) nfs_timespec_to_change_attr() argument
/linux-4.4.14/net/9p/
H A Dtrans_fd.c235 struct p9_trans_fd *ts = NULL; p9_fd_poll() local
274 struct p9_trans_fd *ts = NULL; p9_fd_read() local
417 struct p9_trans_fd *ts = NULL; p9_fd_write() local
581 struct p9_trans_fd *ts = client->trans; p9_conn_create() local
663 struct p9_trans_fd *ts = client->trans; p9_fd_request() local
788 struct p9_trans_fd *ts = kzalloc(sizeof(struct p9_trans_fd), p9_fd_open() local
868 struct p9_trans_fd *ts; p9_fd_close() local
/linux-4.4.14/net/
H A Dcompat.c227 struct timespec *ts = (struct timespec *)data; put_cmsg_compat() local
462 struct timespec ts; compat_sock_get_timestampns() local
/linux-4.4.14/net/wireless/
H A Dcore.h141 unsigned long ts; member in struct:cfg80211_internal_bss
/linux-4.4.14/security/
H A Dcommoncap.c114 int cap_settime(const struct timespec *ts, const struct timezone *tz) cap_settime() argument
/linux-4.4.14/tools/thermal/tmon/
H A Dtmon.h135 double ts; member in struct:pid_params
/linux-4.4.14/drivers/staging/wlan-ng/
H A Dp80211mgmt.h317 u64 *ts; member in struct:wlan_fr_beacon
455 u64 *ts; member in struct:wlan_fr_proberesp

Completed in 4442 milliseconds

12