/linux-4.4.14/drivers/input/touchscreen/ |
H A D | Makefile | |
H A D | cyttsp4_i2c.c | 43 struct cyttsp4 *ts; cyttsp4_i2c_probe() local 58 struct cyttsp4 *ts = i2c_get_clientdata(client); cyttsp4_i2c_remove() local
|
H A D | cyttsp_i2c.c | 42 struct cyttsp *ts; cyttsp_i2c_probe() local 61 struct cyttsp *ts = i2c_get_clientdata(client); cyttsp_i2c_remove() local
|
H A D | ad7879-i2c.c | 60 struct ad7879 *ts; ad7879_i2c_probe() local 80 struct ad7879 *ts = i2c_get_clientdata(client); ad7879_i2c_remove() local
|
H A D | ipaq-micro-ts.c | 32 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 D | ad7879-spi.c | 115 struct ad7879 *ts; ad7879_spi_probe() local 142 struct ad7879 *ts = spi_get_drvdata(spi); ad7879_spi_remove() local
|
H A D | cyttsp4_spi.c | 158 struct cyttsp4 *ts; cyttsp4_spi_probe() local 179 struct cyttsp4 *ts = spi_get_drvdata(spi); cyttsp4_spi_remove() local
|
H A D | cyttsp_spi.c | 150 struct cyttsp *ts; cyttsp_spi_probe() local 175 struct cyttsp *ts = spi_get_drvdata(spi); cyttsp_spi_remove() local
|
H A D | st1232.c | 58 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 D | cy8ctmg110_ts.c | 68 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 D | egalax_ts.c | 69 struct egalax_ts *ts = dev_id; egalax_ts_interrupt() local 170 struct egalax_ts *ts; egalax_ts_probe() local
|
H A D | goodix.c | 118 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 D | pixcir_i2c_ts.c | 111 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 D | s3c2410_ts.c | 89 static struct s3c2410ts ts; variable in typeref:struct:s3c2410ts
|
H A D | cyttsp_core.c | 80 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 D | stmpe-ts.c | 100 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 D | ti_am335x_tsc.c | 59 static unsigned int titsc_readl(struct titsc *ts, unsigned int reg) titsc_readl() argument
|
H A D | tsc2007.c | 151 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 D | tsc200x-core.c | 122 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 D | auo-pixcir-ts.c | 134 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 D | sun4i-ts.c | 127 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 D | zforce_ts.c | 143 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 D | time.c | 32 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/fs/ntfs/ |
H A D | time.h | 48 static inline sle64 utc2ntfs(const struct timespec ts) utc2ntfs() argument 87 struct timespec ts; ntfs2utc() local
|
/linux-4.4.14/drivers/pps/ |
H A D | kc.h | 41 pps_kc_event(struct pps_device *pps, struct pps_event_time *ts, int event) pps_kc_event() argument
|
H A D | kc.c | 112 void pps_kc_event(struct pps_device *pps, struct pps_event_time *ts, pps_kc_event() argument
|
H A D | kapi.c | 41 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 D | pps-ktimer.c | 44 struct pps_event_time ts; pps_ktimer_event() local
|
H A D | pps-ldisc.c | 35 struct pps_event_time ts; pps_tty_dcd_change() local
|
H A D | pps-gpio.c | 56 struct pps_event_time ts; pps_gpio_irq_handler() local
|
/linux-4.4.14/drivers/media/platform/vivid/ |
H A D | vivid-radio-tx.c | 39 struct timespec ts; vivid_radio_tx_write() local
|
H A D | vivid-radio-rx.c | 39 struct timespec ts; vivid_radio_rx_read() local
|
/linux-4.4.14/arch/x86/um/vdso/ |
H A D | um_vdso.c | 19 int __vdso_clock_gettime(clockid_t clock, struct timespec *ts) __vdso_clock_gettime() argument
|
/linux-4.4.14/samples/bpf/ |
H A D | lathist_kern.c | 32 u64 *ts = bpf_map_lookup_elem(&my_map, &cpu); bpf_prog1() local 74 u64 *ts, cur_ts, delta; bpf_prog2() local
|
H A D | tracex4_user.c | 25 struct timespec ts; time_get_ns() local
|
H A D | trace_output_user.c | 120 struct timespec ts; time_get_ns() local
|
/linux-4.4.14/fs/afs/ |
H A D | main.c | 40 struct timespec ts; afs_get_client_UUID() local
|
/linux-4.4.14/arch/sh/boards/mach-dreamcast/ |
H A D | rtc.c | 33 static void aica_rtc_gettimeofday(struct timespec *ts) aica_rtc_gettimeofday() argument
|
/linux-4.4.14/arch/m68k/kernel/ |
H A D | time.c | 73 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/arch/mips/mti-sead3/ |
H A D | sead3-time.c | 66 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/arch/mn10300/kernel/ |
H A D | rtc.c | 26 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/drivers/gpio/ |
H A D | gpio-max7300.c | 37 struct max7301 *ts; max7300_probe() local
|
H A D | gpio-max7301.c | 55 struct max7301 *ts; max7301_probe() local
|
H A D | gpio-max730x.c | 53 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 D | Core.py | 118 def ts(self): member in class:EventHeaders
|
/linux-4.4.14/tools/testing/selftests/timers/ |
H A D | leapcrash.c | 74 struct timespec ts; main() local
|
H A D | mqueue-lat.c | 59 struct timespec timespec_add(struct timespec ts, unsigned long long ns) timespec_add() argument
|
H A D | alarmtimer-suspend.c | 111 struct timespec ts; sigalarm() local
|
H A D | inconsistency-check.c | 170 struct timespec ts; main() local
|
H A D | leap-a-day.c | 82 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 D | nanosleep.c | 102 struct timespec timespec_add(struct timespec ts, unsigned long long ns) timespec_add() argument
|
H A D | nsleep-lat.c | 90 struct timespec timespec_add(struct timespec ts, unsigned long long ns) timespec_add() argument
|
H A D | raw_skew.c | 58 unsigned long long ts_to_nsec(struct timespec ts) ts_to_nsec() argument 65 struct timespec ts; nsec_to_ts() local
|
H A D | set-timer-lat.c | 109 struct timespec ts; sigalarm() local
|
H A D | adjtick.c | 55 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 D | super25.c | 95 struct timespec64 ts; init_lustre_lite() local
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | time.c | 41 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/arch/mips/lasat/ |
H A D | sysctl.c | 63 struct timespec64 ts; proc_dolasatrtc() local
|
H A D | ds1603.c | 138 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/arch/mips/sibyte/swarm/ |
H A D | setup.c | 90 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/arch/arm/plat-omap/ |
H A D | counter_32k.c | 57 static void omap_read_persistent_clock64(struct timespec64 *ts) omap_read_persistent_clock64() argument
|
/linux-4.4.14/arch/avr32/kernel/ |
H A D | time.c | 125 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/arch/blackfin/kernel/ |
H A D | time.c | 135 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
H A D | time-ts.c | 356 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | time.c | 79 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 D | lustre_handles.c | 183 struct timespec64 ts; class_handle_init() local
|
/linux-4.4.14/drivers/rtc/ |
H A D | rtc-lib.c | 140 struct timespec64 ts; rtc_ktime_to_tm() local
|
/linux-4.4.14/drivers/scsi/snic/ |
H A D | snic_trc.h | 33 u64 ts; /* Time Stamp */ member in struct:snic_trc_data
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
H A D | ptp.c | 109 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 D | stmmac_ptp.c | 108 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 D | xgbe-ptp.c | 182 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 D | vgettimeofday.c | 64 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 D | time.c | 122 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/arch/um/os-Linux/ |
H A D | time.c | 27 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 D | pvclock.c | 118 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 D | rtc.c | 144 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/kernel/ |
H A D | futex_compat.c | 178 struct timespec ts; COMPAT_SYSCALL_DEFINE6() local
|
H A D | compat.c | 143 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 D | udftime.c | 120 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 D | errqueue.h | 33 struct timespec ts[3]; member in struct:scm_timestamping
|
H A D | ptp_clock.h | 81 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 D | time.c | 21 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/arch/s390/include/asm/ |
H A D | timex.h | 115 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 D | malta-time.c | 114 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/arch/mips/sni/ |
H A D | time.c | 175 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/arch/mips/vdso/ |
H A D | gettimeofday.c | 23 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 D | time.c | 236 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/arch/frv/kernel/ |
H A D | time.c | 88 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/arch/m32r/kernel/ |
H A D | time.c | 140 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/tools/perf/util/ |
H A D | thread.h | 34 struct thread_stack *ts; member in struct:thread
|
H A D | thread-stack.c | 108 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 D | trace-agent-rw.c | 110 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 D | ping_test.c | 95 struct timespec64 ts; ping_client_prep_rpc() local 127 struct timespec64 ts; ping_client_done_rpc() local
|
H A D | brw_test.c | 137 struct timespec64 ts; brw_inject_one_error() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
H A D | linux-tracefile.c | 194 struct timespec64 ts; cfs_set_ptldebug_header() local
|
/linux-4.4.14/drivers/pps/generators/ |
H A D | pps_gen_parport.c | 183 struct timespec ts; next_intr_time() local
|
/linux-4.4.14/drivers/ptp/ |
H A D | ptp_chardev.c | 127 struct timespec64 ts; ptp_ioctl() local
|
H A D | ptp_clock.c | 110 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 D | ptp_ixp46x.c | 178 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 D | slhc.c | 95 register struct cstate *ts; slhc_init() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | ar9002_mac.c | 315 ar9002_hw_proc_txdesc(struct ath_hw *ah, void *ds, struct ath_tx_status *ts) ar9002_hw_proc_txdesc() argument
|
H A D | dynack.h | 56 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 D | ar9003_mac.c | 354 ar9003_hw_proc_txdesc(struct ath_hw *ah, void *ds, struct ath_tx_status *ts) ar9003_hw_proc_txdesc() argument
|
H A D | dynack.c | 171 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 D | hw-ops.h | 63 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 D | dfs_pattern_detector.h | 51 u64 ts; member in struct:pulse_event
|
H A D | dfs_pri_detector.c | 38 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 D | ravb_ptp.c | 29 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 D | cn_proc.c | 59 static inline void get_seq(__u32 *ts, int *cpu) get_seq() argument
|
/linux-4.4.14/arch/x86/entry/vdso/ |
H A D | vclock_gettime.c | 46 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 D | jitterentropy-kcapi.c | 92 struct timespec ts; jent_get_nstime() local
|
/linux-4.4.14/kernel/time/ |
H A D | itimer.c | 134 struct timespec ts; cputime_sub_ns() local
|
H A D | test_udelay.c | 90 struct timespec ts; udelay_test_show() local
|
H A D | posix-clock.c | 300 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 D | time.c | 361 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 D | timer_list.c | 179 struct tick_sched *ts = tick_get_tick_sched(cpu); print_cpu() local
|
H A D | ntp.c | 578 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 D | tick-sched.c | 134 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 D | time.h | 92 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 D | timekeeping.h | 49 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 D | pps_kernel.h | 116 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 D | ktime.h | 81 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 D | time64.h | 50 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 D | jiffies.h | 417 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 D | vgettimeofday.c | 79 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 D | dslm.c | 60 char *ts = ctime(&time); myctime() local
|
/linux-4.4.14/net/mpls/ |
H A D | mpls_iptunnel.c | 125 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 D | nf_conntrack_amanda.c | 62 struct ts_config *ts; member in struct:__anon15010
|
/linux-4.4.14/drivers/tty/serial/jsm/ |
H A D | jsm_tty.c | 278 struct ktermios *ts; jsm_tty_close() local
|
/linux-4.4.14/drivers/s390/scsi/ |
H A D | zfcp_fc.h | 200 struct zfcp_fc_wka_port ts; member in struct:zfcp_fc_wka_ports
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
H A D | aic94xx_task.c | 163 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 D | lg.h | 46 int ts; member in struct:lg_cpu
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
H A D | gruprocfs.c | 177 struct gru_thread_state *ts; cch_seq_show() local
|
/linux-4.4.14/drivers/iio/humidity/ |
H A D | dht11.c | 76 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 D | solo6x10-core.c | 50 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 D | ispstat.h | 42 struct timeval ts; member in struct:ispstat_buffer
|
/linux-4.4.14/drivers/media/v4l2-core/ |
H A D | v4l2-common.c | 401 struct timespec ts; v4l2_get_timestamp() local
|
H A D | v4l2-event.c | 110 __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 D | ucb1x00-ts.c | 57 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 D | dmxdev.h | 60 struct dmx_ts_feed *ts; member in struct:dmxdev_feed 71 struct list_head ts; member in union:dmxdev_filter::__anon5855
|
H A D | dvb_demux.h | 69 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 D | fm10k_ptp.c | 289 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 D | i40e_ptp.c | 59 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 D | en_clock.c | 167 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 D | cpts.c | 170 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 D | desc.c | 442 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 D | debug.c | 1125 struct ath5k_tx_status ts = {}; ath5k_debug_printtxbuf() local
|
/linux-4.4.14/drivers/clocksource/ |
H A D | tegra20_timer.c | 135 static void tegra_read_persistent_clock64(struct timespec64 *ts) tegra_read_persistent_clock64() argument
|
/linux-4.4.14/arch/tile/include/arch/ |
H A D | mpipe_shm.h | 291 uint_reg_t ts : 1; member in struct:__anon2777::__anon2778
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
H A D | mce_intel.c | 213 unsigned long ts = __this_cpu_read(cmci_time_stamp); cmci_storm_detect() local
|
/linux-4.4.14/fs/fat/ |
H A D | misc.c | 189 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 D | namei_msdos.c | 268 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 D | netmisc.c | 924 struct timespec ts; cifs_NTtimeToUnix() local 964 struct timespec ts; cnvrtDosUnixTm() local
|
/linux-4.4.14/kernel/trace/ |
H A D | ring_buffer_benchmark.c | 14 u64 ts; member in struct:rb_page 87 u64 ts; read_event() local
|
H A D | trace_stat.c | 33 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 D | videobuf-core.h | 83 struct timeval ts; member in struct:videobuf_buffer
|
/linux-4.4.14/include/linux/ceph/ |
H A D | decode.h | 137 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 D | e500.c | 240 unsigned int pr, tid, ts; kvmppc_e500_tlbil_one() local
|
H A D | e500mc.c | 62 unsigned int tid, ts; kvmppc_e500_tlbil_one() local
|
/linux-4.4.14/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_lpbfifo.c | 228 u32 ts; mpc52xx_lpbfifo_irq() local 331 u32 ts; mpc52xx_lpbfifo_bcom_irq() local
|
/linux-4.4.14/arch/nios2/kernel/ |
H A D | time.c | 310 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | time.c | 358 void read_persistent_clock(struct timespec *ts) read_persistent_clock() argument
|
/linux-4.4.14/Documentation/networking/timestamping/ |
H A D | timestamping.c | 161 struct timespec ts; printpacket() local
|
H A D | txtimestamp.c | 108 struct timespec ts; print_timestamp_usr() local
|
/linux-4.4.14/Documentation/ptp/ |
H A D | testptp.c | 151 struct timespec ts; main() local
|
/linux-4.4.14/net/ipv4/ |
H A D | ip_tunnel_core.c | 232 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 D | syncookies.c | 85 u32 ts, ts_now = tcp_time_stamp; cookie_init_timestamp() local
|
/linux-4.4.14/net/ipv6/ |
H A D | ila.c | 130 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 D | ipaq-micro.h | 120 void (*ts) (void *data, int len, unsigned char *rxdata); member in struct:ipaq_micro
|
/linux-4.4.14/tools/perf/bench/ |
H A D | mem-functions.c | 87 static double timeval2double(struct timeval *ts) timeval2double() argument
|
/linux-4.4.14/tools/perf/ |
H A D | perf.h | 26 struct timespec ts; rdclock() local
|
/linux-4.4.14/tools/perf/tests/ |
H A D | switch-tracking.c | 16 struct timespec ts; spin_sleep() local
|
/linux-4.4.14/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi.c | 287 struct timespec ts, *tsp = NULL; unit_test() local
|
/linux-4.4.14/drivers/staging/skein/ |
H A D | skein_block.c | 33 #define ts (kw + KW_TWK_BASE) macro
|
/linux-4.4.14/drivers/scsi/libsas/ |
H A D | sas_ata.c | 41 static enum ata_completion_errors sas_to_ata_err(struct task_status_struct *ts) sas_to_ata_err() argument
|
H A D | sas_scsi_host.c | 55 struct task_status_struct *ts = &task->task_status; sas_end_task() local
|
/linux-4.4.14/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_core.c | 147 void peak_usb_get_ts_tv(struct peak_time_ref *time_ref, u32 ts, peak_usb_get_ts_tv() argument
|
H A D | pcan_usb_pro.h | 178 struct pcan_usb_pro_setts ts; member in union:pcan_usb_pro_rec
|
/linux-4.4.14/drivers/iio/common/ssp_sensors/ |
H A D | ssp_spi.c | 280 struct timespec ts; ssp_parse_dataframe() local
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ptp.c | 282 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 D | mpipe.c | 433 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 D | time.c | 172 static void xen_read_wallclock(struct timespec *ts) xen_read_wallclock() argument
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
H A D | sync_serial.h | 129 struct timespec ts; /* The time the data was sampled. */ member in struct:ssp_request
|
/linux-4.4.14/tools/lib/traceevent/ |
H A D | kbuffer-parse.c | 493 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 D | pm8001_sas.c | 382 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 D | uvc_video.c | 372 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 D | igb_ptp.c | 482 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 D | tx.c | 268 struct timespec ts; wl1271_tx_fill_hdr() local
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
H A D | fec_ptp.c | 115 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 D | chromeos_laptop.c | 44 static struct i2c_client *ts; variable in typeref:struct:i2c_client
|
/linux-4.4.14/arch/xtensa/kernel/ |
H A D | smp.c | 188 static int boot_secondary(unsigned int cpu, struct task_struct *ts) boot_secondary() argument
|
/linux-4.4.14/fs/jbd2/ |
H A D | transaction.c | 277 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 D | file.c | 781 is_time_granular(struct timespec *ts) { is_time_granular() argument
|
H A D | internal.h | 682 u64 nfs_timespec_to_change_attr(const struct timespec *ts) nfs_timespec_to_change_attr() argument
|
/linux-4.4.14/net/9p/ |
H A D | trans_fd.c | 235 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 D | compat.c | 227 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 D | core.h | 141 unsigned long ts; member in struct:cfg80211_internal_bss
|
/linux-4.4.14/security/ |
H A D | commoncap.c | 114 int cap_settime(const struct timespec *ts, const struct timezone *tz) cap_settime() argument
|
/linux-4.4.14/tools/thermal/tmon/ |
H A D | tmon.h | 135 double ts; member in struct:pid_params
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
H A D | p80211mgmt.h | 317 u64 *ts; member in struct:wlan_fr_beacon 455 u64 *ts; member in struct:wlan_fr_proberesp
|