/linux-4.4.14/include/linux/ |
D | timekeeping.h | 49 static inline int do_settimeofday(const struct timespec *ts) in do_settimeofday() 54 static inline int __getnstimeofday(struct timespec *ts) in __getnstimeofday() 59 static inline void getnstimeofday(struct timespec *ts) in getnstimeofday() 64 static inline void ktime_get_ts(struct timespec *ts) in ktime_get_ts() 69 static inline void ktime_get_real_ts(struct timespec *ts) in ktime_get_real_ts() 74 static inline void getrawmonotonic(struct timespec *ts) in getrawmonotonic() 84 static inline void getboottime(struct timespec *ts) in getboottime() 92 static inline int do_settimeofday(const struct timespec *ts) in do_settimeofday() 100 static inline int __getnstimeofday(struct timespec *ts) in __getnstimeofday() 109 static inline void getnstimeofday(struct timespec *ts) in getnstimeofday() [all …]
|
D | time64.h | 50 static inline struct timespec64 timespec_to_timespec64(const struct timespec ts) in timespec_to_timespec64() 88 static inline struct timespec64 timespec_to_timespec64(const struct timespec ts) in timespec_to_timespec64() 170 static inline bool timespec64_valid(const struct timespec64 *ts) in timespec64_valid() 181 static inline bool timespec64_valid_strict(const struct timespec64 *ts) in timespec64_valid_strict() 198 static inline s64 timespec64_to_ns(const struct timespec64 *ts) in timespec64_to_ns()
|
D | pps_kernel.h | 108 struct timespec64 ts) in timespec_to_pps_ktime() 116 static inline void pps_get_ts(struct pps_event_time *ts) in pps_get_ts() 123 static inline void pps_get_ts(struct pps_event_time *ts) in pps_get_ts() 131 static inline void pps_sub_ts(struct pps_event_time *ts, struct timespec64 delta) in pps_sub_ts()
|
D | ktime.h | 81 static inline ktime_t timespec_to_ktime(struct timespec ts) in timespec_to_ktime() 87 static inline ktime_t timespec64_to_ktime(struct timespec64 ts) in timespec64_to_ktime() 245 struct timespec *ts) in ktime_to_timespec_cond() 264 struct timespec64 *ts) in ktime_to_timespec64_cond()
|
D | time.h | 92 static inline bool timespec_valid(const struct timespec *ts) in timespec_valid() 103 static inline bool timespec_valid_strict(const struct timespec *ts) in timespec_valid_strict() 191 static inline s64 timespec_to_ns(const struct timespec *ts) in timespec_to_ns()
|
D | jiffies.h | 417 struct timespec64 ts = timespec_to_timespec64(*value); in timespec_to_jiffies() local 425 struct timespec64 ts; in jiffies_to_timespec() local
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | cyttsp_core.c | 80 static int ttsp_read_block_data(struct cyttsp *ts, u8 command, in ttsp_read_block_data() 98 static int ttsp_write_block_data(struct cyttsp *ts, u8 command, in ttsp_write_block_data() 116 static int ttsp_send_command(struct cyttsp *ts, u8 cmd) in ttsp_send_command() 121 static int cyttsp_handshake(struct cyttsp *ts) in cyttsp_handshake() 130 static int cyttsp_load_bl_regs(struct cyttsp *ts) in cyttsp_load_bl_regs() 139 static int cyttsp_exit_bl_mode(struct cyttsp *ts) in cyttsp_exit_bl_mode() 167 static int cyttsp_set_operational_mode(struct cyttsp *ts) in cyttsp_set_operational_mode() 188 static int cyttsp_set_sysinfo_mode(struct cyttsp *ts) in cyttsp_set_sysinfo_mode() 216 static int cyttsp_set_sysinfo_regs(struct cyttsp *ts) in cyttsp_set_sysinfo_regs() 239 static int cyttsp_soft_reset(struct cyttsp *ts) in cyttsp_soft_reset() [all …]
|
D | ad7879.c | 138 static int ad7879_read(struct ad7879 *ts, u8 reg) in ad7879_read() 143 static int ad7879_multi_read(struct ad7879 *ts, u8 first_reg, u8 count, u16 *buf) in ad7879_multi_read() 148 static int ad7879_write(struct ad7879 *ts, u8 reg, u16 val) in ad7879_write() 153 static int ad7879_report(struct ad7879 *ts) in ad7879_report() 217 static void ad7879_ts_event_release(struct ad7879 *ts) in ad7879_ts_event_release() 228 struct ad7879 *ts = (void *)handle; in ad7879_timer() local 235 struct ad7879 *ts = handle; in ad7879_irq() local 245 static void __ad7879_enable(struct ad7879 *ts) in __ad7879_enable() 254 static void __ad7879_disable(struct ad7879 *ts) in __ad7879_disable() 269 struct ad7879 *ts = input_get_drvdata(input); in ad7879_open() local [all …]
|
D | ipaq-micro-ts.c | 32 struct touchscreen_data *ts = data; in micro_ts_receive() local 49 static void micro_ts_toggle_receive(struct touchscreen_data *ts, bool enable) in micro_ts_toggle_receive() 68 struct touchscreen_data *ts = input_get_drvdata(input); in micro_ts_open() local 77 struct touchscreen_data *ts = input_get_drvdata(input); in micro_ts_close() local 85 struct touchscreen_data *ts; in micro_ts_probe() local 127 struct touchscreen_data *ts = dev_get_drvdata(dev); in micro_ts_suspend() local 136 struct touchscreen_data *ts = dev_get_drvdata(dev); in micro_ts_resume() local
|
D | tsc200x-core.c | 122 static void tsc200x_update_pen_state(struct tsc200x *ts, in tsc200x_update_pen_state() 147 struct tsc200x *ts = _ts; in tsc200x_irq_thread() local 209 struct tsc200x *ts = (struct tsc200x *)data; in tsc200x_penup_timer() local 217 static void tsc200x_start_scan(struct tsc200x *ts) in tsc200x_start_scan() 225 static void tsc200x_stop_scan(struct tsc200x *ts) in tsc200x_stop_scan() 230 static void tsc200x_set_reset(struct tsc200x *ts, bool enable) in tsc200x_set_reset() 239 static void __tsc200x_disable(struct tsc200x *ts) in __tsc200x_disable() 252 static void __tsc200x_enable(struct tsc200x *ts) in __tsc200x_enable() 268 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_selftest_show() local 353 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_attr_is_visible() local [all …]
|
D | ads7846.c | 203 static void ads7846_stop(struct ads7846 *ts) in ads7846_stop() 215 static void ads7846_restart(struct ads7846 *ts) in ads7846_restart() 226 static void __ads7846_disable(struct ads7846 *ts) in __ads7846_disable() 238 static void __ads7846_enable(struct ads7846 *ts) in __ads7846_enable() 249 static void ads7846_disable(struct ads7846 *ts) in ads7846_disable() 264 static void ads7846_enable(struct ads7846 *ts) in ads7846_enable() 315 struct ads7846 *ts = dev_get_drvdata(dev); in ads7846_read12_ser() local 389 struct ads7846 *ts = dev_get_drvdata(dev); in ads7845_read12_ser() local 442 static inline unsigned null_adjust(struct ads7846 *ts, ssize_t v) in null_adjust() 466 static inline unsigned vbatt_adjust(struct ads7846 *ts, ssize_t v) in vbatt_adjust() [all …]
|
D | zforce_ts.c | 143 static int zforce_command(struct zforce_ts *ts, u8 cmd) in zforce_command() 166 static void zforce_reset_assert(struct zforce_ts *ts) in zforce_reset_assert() 171 static void zforce_reset_deassert(struct zforce_ts *ts) in zforce_reset_deassert() 176 static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len) in zforce_send_wait() 214 static int zforce_command_wait(struct zforce_ts *ts, u8 cmd) in zforce_command_wait() 235 static int zforce_resolution(struct zforce_ts *ts, u16 x, u16 y) in zforce_resolution() 247 static int zforce_scan_frequency(struct zforce_ts *ts, u16 idle, u16 finger, in zforce_scan_frequency() 263 static int zforce_setconfig(struct zforce_ts *ts, char b1) in zforce_setconfig() 274 static int zforce_start(struct zforce_ts *ts) in zforce_start() 327 static int zforce_stop(struct zforce_ts *ts) in zforce_stop() [all …]
|
D | auo-pixcir-ts.c | 134 static int auo_pixcir_collect_data(struct auo_pixcir_ts *ts, in auo_pixcir_collect_data() 183 struct auo_pixcir_ts *ts = dev_id; in auo_pixcir_interrupt() local 266 static int auo_pixcir_power_mode(struct auo_pixcir_ts *ts, int mode) in auo_pixcir_power_mode() 291 static int auo_pixcir_int_config(struct auo_pixcir_ts *ts, in auo_pixcir_int_config() 323 static int auo_pixcir_int_toggle(struct auo_pixcir_ts *ts, bool enable) in auo_pixcir_int_toggle() 351 static int auo_pixcir_start(struct auo_pixcir_ts *ts) in auo_pixcir_start() 378 static int auo_pixcir_stop(struct auo_pixcir_ts *ts) in auo_pixcir_stop() 401 struct auo_pixcir_ts *ts = input_get_drvdata(dev); in auo_pixcir_input_open() local 408 struct auo_pixcir_ts *ts = input_get_drvdata(dev); in auo_pixcir_input_close() local 418 struct auo_pixcir_ts *ts = i2c_get_clientdata(client); in auo_pixcir_suspend() local [all …]
|
D | pixcir_i2c_ts.c | 111 static void pixcir_ts_report(struct pixcir_i2c_ts_data *ts, in pixcir_ts_report() 205 static int pixcir_set_power_mode(struct pixcir_i2c_ts_data *ts, in pixcir_set_power_mode() 239 static int pixcir_set_int_mode(struct pixcir_i2c_ts_data *ts, in pixcir_set_int_mode() 273 static int pixcir_int_enable(struct pixcir_i2c_ts_data *ts, bool enable) in pixcir_int_enable() 300 static int pixcir_start(struct pixcir_i2c_ts_data *ts) in pixcir_start() 326 static int pixcir_stop(struct pixcir_i2c_ts_data *ts) in pixcir_stop() 351 struct pixcir_i2c_ts_data *ts = input_get_drvdata(dev); in pixcir_input_open() local 358 struct pixcir_i2c_ts_data *ts = input_get_drvdata(dev); in pixcir_input_close() local 366 struct pixcir_i2c_ts_data *ts = i2c_get_clientdata(client); in pixcir_i2c_ts_suspend() local 393 struct pixcir_i2c_ts_data *ts = i2c_get_clientdata(client); in pixcir_i2c_ts_resume() local
|
D | tsc2007.c | 151 static bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down() 175 struct tsc2007 *ts = handle; in tsc2007_soft_irq() local 234 struct tsc2007 *ts = handle; in tsc2007_hard_irq() local 245 static void tsc2007_stop(struct tsc2007 *ts) in tsc2007_stop() 256 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_open() local 276 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_close() local 285 struct tsc2007 *ts = i2c_get_clientdata(client); in tsc2007_get_pendown_state_gpio() local 290 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) in tsc2007_probe_dt() 338 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) in tsc2007_probe_dt() 345 static int tsc2007_probe_pdev(struct i2c_client *client, struct tsc2007 *ts, in tsc2007_probe_pdev() [all …]
|
D | st1232.c | 58 static int st1232_ts_read_data(struct st1232_ts_data *ts) in st1232_ts_read_data() 105 struct st1232_ts_data *ts = dev_id; in st1232_ts_irq_handler() local 148 static void st1232_ts_power(struct st1232_ts_data *ts, bool poweron) in st1232_ts_power() 157 struct st1232_ts_data *ts; in st1232_ts_probe() local 238 struct st1232_ts_data *ts = i2c_get_clientdata(client); in st1232_ts_remove() local 249 struct st1232_ts_data *ts = i2c_get_clientdata(client); in st1232_ts_suspend() local 264 struct st1232_ts_data *ts = i2c_get_clientdata(client); in st1232_ts_resume() local
|
D | ad7877.c | 270 struct ad7877 *ts = spi_get_drvdata(spi); in ad7877_read_adc() local 331 static int ad7877_process_data(struct ad7877 *ts) in ad7877_process_data() 379 static inline void ad7877_ts_event_release(struct ad7877 *ts) in ad7877_ts_event_release() 390 struct ad7877 *ts = (void *)handle; in ad7877_timer() local 400 struct ad7877 *ts = handle; in ad7877_irq() local 420 static void ad7877_disable(struct ad7877 *ts) in ad7877_disable() 440 static void ad7877_enable(struct ad7877 *ts) in ad7877_enable() 475 struct ad7877 *ts = dev_get_drvdata(dev); in SHOW() local 484 struct ad7877 *ts = dev_get_drvdata(dev); in ad7877_disable_store() local 505 struct ad7877 *ts = dev_get_drvdata(dev); in ad7877_dac_show() local [all …]
|
D | elants_i2c.c | 234 static int elants_i2c_calibrate(struct elants_data *ts) in elants_i2c_calibrate() 301 static int elants_i2c_query_fw_id(struct elants_data *ts) in elants_i2c_query_fw_id() 327 static int elants_i2c_query_fw_version(struct elants_data *ts) in elants_i2c_query_fw_version() 354 static int elants_i2c_query_test_version(struct elants_data *ts) in elants_i2c_query_test_version() 383 static int elants_i2c_query_bc_version(struct elants_data *ts) in elants_i2c_query_bc_version() 407 static int elants_i2c_query_ts_info(struct elants_data *ts) in elants_i2c_query_ts_info() 508 static int elants_i2c_initialize(struct elants_data *ts) in elants_i2c_initialize() 711 static int elants_i2c_fw_update(struct elants_data *ts) in elants_i2c_fw_update() 775 static void elants_i2c_mt_event(struct elants_data *ts, u8 *buf) in elants_i2c_mt_event() 831 static void elants_i2c_event(struct elants_data *ts, u8 *buf) in elants_i2c_event() [all …]
|
D | goodix.c | 118 static int goodix_ts_read_input_report(struct goodix_ts_data *ts, u8 *data) in goodix_ts_read_input_report() 151 static void goodix_ts_report_touch(struct goodix_ts_data *ts, u8 *coor_data) in goodix_ts_report_touch() 179 static void goodix_process_events(struct goodix_ts_data *ts) in goodix_process_events() 210 struct goodix_ts_data *ts = dev_id; in goodix_ts_irq_handler() local 227 static void goodix_read_config(struct goodix_ts_data *ts) in goodix_read_config() 329 static int goodix_request_input_dev(struct goodix_ts_data *ts, u16 version, in goodix_request_input_dev() 370 struct goodix_ts_data *ts; in goodix_ts_probe() local
|
D | stmpe-ts.c | 100 struct stmpe_touch *ts = in stmpe_work() local 130 struct stmpe_touch *ts = data; in stmpe_ts_handler() local 172 static int stmpe_init_hw(struct stmpe_touch *ts) in stmpe_init_hw() 246 struct stmpe_touch *ts = input_get_drvdata(dev); in stmpe_ts_open() local 259 struct stmpe_touch *ts = input_get_drvdata(dev); in stmpe_ts_close() local 268 struct stmpe_touch *ts) in stmpe_ts_get_platform_info() 298 struct stmpe_touch *ts; in stmpe_input_probe() local 361 struct stmpe_touch *ts = platform_get_drvdata(pdev); in stmpe_ts_remove() local
|
D | cy8ctmg110_ts.c | 68 static void cy8ctmg110_power(struct cy8ctmg110 *ts, bool poweron) in cy8ctmg110_power() 152 static int cy8ctmg110_set_sleepmode(struct cy8ctmg110 *ts, bool sleep) in cy8ctmg110_set_sleepmode() 182 struct cy8ctmg110 *ts; in cy8ctmg110_probe() local 297 struct cy8ctmg110 *ts = i2c_get_clientdata(client); in cy8ctmg110_suspend() local 311 struct cy8ctmg110 *ts = i2c_get_clientdata(client); in cy8ctmg110_resume() local 326 struct cy8ctmg110 *ts = i2c_get_clientdata(client); in cy8ctmg110_remove() local
|
D | sun4i-ts.c | 127 static void sun4i_ts_irq_handle_input(struct sun4i_ts_data *ts, u32 reg_val) in sun4i_ts_irq_handle_input() 159 struct sun4i_ts_data *ts = dev_id; in sun4i_ts_irq() local 177 struct sun4i_ts_data *ts = input_get_drvdata(dev); in sun4i_ts_open() local 188 struct sun4i_ts_data *ts = input_get_drvdata(dev); in sun4i_ts_close() local 194 static int sun4i_get_temp(const struct sun4i_ts_data *ts, int *temp) in sun4i_get_temp() 217 struct sun4i_ts_data *ts = dev_get_drvdata(dev); in show_temp() local 246 struct sun4i_ts_data *ts; in sun4i_ts_probe() local 391 struct sun4i_ts_data *ts = platform_get_drvdata(pdev); in sun4i_ts_remove() local
|
D | cyttsp_i2c.c | 42 struct cyttsp *ts; in cyttsp_i2c_probe() local 61 struct cyttsp *ts = i2c_get_clientdata(client); in cyttsp_i2c_remove() local
|
D | cyttsp4_i2c.c | 43 struct cyttsp4 *ts; in cyttsp4_i2c_probe() local 58 struct cyttsp4 *ts = i2c_get_clientdata(client); in cyttsp4_i2c_remove() local
|
D | rohm_bu21023.c | 321 static int rohm_ts_manual_calibration(struct rohm_ts_data *ts) in rohm_ts_manual_calibration() 530 struct rohm_ts_data *ts = dev_id; in rohm_ts_soft_irq() local 742 struct rohm_ts_data *ts = i2c_get_clientdata(client); in swap_xy_show() local 751 struct rohm_ts_data *ts = i2c_get_clientdata(client); in swap_xy_store() local 781 struct rohm_ts_data *ts = i2c_get_clientdata(client); in inv_x_show() local 790 struct rohm_ts_data *ts = i2c_get_clientdata(client); in inv_x_store() local 820 struct rohm_ts_data *ts = i2c_get_clientdata(client); in inv_y_show() local 829 struct rohm_ts_data *ts = i2c_get_clientdata(client); in inv_y_store() local 1079 struct rohm_ts_data *ts = input_get_drvdata(input_dev); in rohm_ts_open() local 1099 struct rohm_ts_data *ts = input_get_drvdata(input_dev); in rohm_ts_close() local [all …]
|
D | ad7879-i2c.c | 60 struct ad7879 *ts; in ad7879_i2c_probe() local 80 struct ad7879 *ts = i2c_get_clientdata(client); in ad7879_i2c_remove() local
|
D | cyttsp_spi.c | 150 struct cyttsp *ts; in cyttsp_spi_probe() local 175 struct cyttsp *ts = spi_get_drvdata(spi); in cyttsp_spi_remove() local
|
D | cyttsp4_spi.c | 158 struct cyttsp4 *ts; in cyttsp4_spi_probe() local 179 struct cyttsp4 *ts = spi_get_drvdata(spi); in cyttsp4_spi_remove() local
|
D | ad7879-spi.c | 115 struct ad7879 *ts; in ad7879_spi_probe() local 142 struct ad7879 *ts = spi_get_drvdata(spi); in ad7879_spi_remove() local
|
D | egalax_ts.c | 69 struct egalax_ts *ts = dev_id; in egalax_ts_interrupt() local 170 struct egalax_ts *ts; in egalax_ts_probe() local
|
D | s3c2410_ts.c | 89 static struct s3c2410ts ts; variable
|
/linux-4.4.14/drivers/mfd/ |
D | ucb1x00-ts.c | 57 static inline void ucb1x00_ts_evt_add(struct ucb1x00_ts *ts, u16 pressure, u16 x, u16 y) in ucb1x00_ts_evt_add() 68 static inline void ucb1x00_ts_event_release(struct ucb1x00_ts *ts) in ucb1x00_ts_event_release() 80 static inline void ucb1x00_ts_mode_int(struct ucb1x00_ts *ts) in ucb1x00_ts_mode_int() 92 static inline unsigned int ucb1x00_ts_read_pressure(struct ucb1x00_ts *ts) in ucb1x00_ts_read_pressure() 119 static inline unsigned int ucb1x00_ts_read_xpos(struct ucb1x00_ts *ts) in ucb1x00_ts_read_xpos() 146 static inline unsigned int ucb1x00_ts_read_ypos(struct ucb1x00_ts *ts) in ucb1x00_ts_read_ypos() 172 static inline unsigned int ucb1x00_ts_read_xres(struct ucb1x00_ts *ts) in ucb1x00_ts_read_xres() 184 static inline unsigned int ucb1x00_ts_read_yres(struct ucb1x00_ts *ts) in ucb1x00_ts_read_yres() 192 static inline int ucb1x00_ts_pen_down(struct ucb1x00_ts *ts) in ucb1x00_ts_pen_down() 209 struct ucb1x00_ts *ts = _ts; in ucb1x00_thread() local [all …]
|
/linux-4.4.14/kernel/time/ |
D | tick-sched.c | 134 static void tick_sched_handle(struct tick_sched *ts, struct pt_regs *regs) in tick_sched_handle() 440 update_ts_time_stats(int cpu, struct tick_sched *ts, ktime_t now, u64 *last_update_time) in update_ts_time_stats() 458 static void tick_nohz_stop_idle(struct tick_sched *ts, ktime_t now) in tick_nohz_stop_idle() 466 static ktime_t tick_nohz_start_idle(struct tick_sched *ts) in tick_nohz_start_idle() 492 struct tick_sched *ts = &per_cpu(tick_cpu_sched, cpu); in get_cpu_idle_time_us() local 533 struct tick_sched *ts = &per_cpu(tick_cpu_sched, cpu); in get_cpu_iowait_time_us() local 557 static void tick_nohz_restart(struct tick_sched *ts, ktime_t now) in tick_nohz_restart() 571 static ktime_t tick_nohz_stop_sched_tick(struct tick_sched *ts, in tick_nohz_stop_sched_tick() 697 static void tick_nohz_restart_sched_tick(struct tick_sched *ts, ktime_t now) in tick_nohz_restart_sched_tick() 714 static void tick_nohz_full_update_tick(struct tick_sched *ts) in tick_nohz_full_update_tick() [all …]
|
D | timekeeping.c | 77 struct timespec64 ts; in tk_xtime() local 84 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime() 90 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add() 625 int __getnstimeofday64(struct timespec64 *ts) in __getnstimeofday64() 658 void getnstimeofday64(struct timespec64 *ts) in getnstimeofday64() 777 void ktime_get_ts64(struct timespec64 *ts) in ktime_get_ts64() 908 int do_settimeofday64(const struct timespec64 *ts) in do_settimeofday64() 954 int timekeeping_inject_offset(struct timespec *ts) in timekeeping_inject_offset() 1106 void getrawmonotonic64(struct timespec64 *ts) in getrawmonotonic64() 1173 void __weak read_persistent_clock(struct timespec *ts) in read_persistent_clock() [all …]
|
D | posix-clock.c | 300 static int pc_clock_gettime(clockid_t id, struct timespec *ts) in pc_clock_gettime() 319 static int pc_clock_getres(clockid_t id, struct timespec *ts) in pc_clock_getres() 338 static int pc_clock_settime(clockid_t id, const struct timespec *ts) in pc_clock_settime() 402 static void pc_timer_gettime(struct k_itimer *kit, struct itimerspec *ts) in pc_timer_gettime() 417 struct itimerspec *ts, struct itimerspec *old) in pc_timer_settime()
|
D | time.c | 361 void set_normalized_timespec(struct timespec *ts, time_t sec, s64 nsec) in set_normalized_timespec() 391 struct timespec ts; in ns_to_timespec() local 416 struct timespec ts = ns_to_timespec(nsec); in ns_to_timeval() local 441 void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec) in set_normalized_timespec64() 471 struct timespec64 ts; in ns_to_timespec64() local
|
D | ntp.c | 578 static inline void process_adj_status(struct timex *txc, struct timespec64 *ts) in process_adj_status() 602 struct timespec64 *ts, in process_adjtimex_modes() 699 int __do_adjtimex(struct timex *txc, struct timespec64 *ts, s32 *time_tai) in __do_adjtimex() 782 static inline struct pps_normtime pps_normalize_ts(struct timespec64 ts) in pps_normalize_ts()
|
D | test_udelay.c | 90 struct timespec ts; in udelay_test_show() local
|
D | itimer.c | 134 struct timespec ts; in cputime_sub_ns() local
|
D | timer_list.c | 179 struct tick_sched *ts = tick_get_tick_sched(cpu); in print_cpu() local
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-max730x.c | 53 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_direction_input() local 81 static int __max7301_set(struct max7301 *ts, unsigned offset, int value) in __max7301_set() 95 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_direction_output() local 123 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_get() local 151 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_set() local 163 int __max730x_probe(struct max7301 *ts) in __max730x_probe() 230 struct max7301 *ts = dev_get_drvdata(dev); in __max730x_remove() local
|
D | gpio-max7300.c | 37 struct max7301 *ts; in max7300_probe() local
|
D | gpio-max7301.c | 55 struct max7301 *ts; in max7301_probe() local
|
/linux-4.4.14/arch/arm/vdso/ |
D | vgettimeofday.c | 79 static notrace int do_realtime_coarse(struct timespec *ts, in do_realtime_coarse() 95 static notrace int do_monotonic_coarse(struct timespec *ts, in do_monotonic_coarse() 136 static notrace int do_realtime(struct timespec *ts, struct vdso_data *vdata) in do_realtime() 158 static notrace int do_monotonic(struct timespec *ts, struct vdso_data *vdata) in do_monotonic() 187 static notrace int do_realtime(struct timespec *ts, struct vdso_data *vdata) in do_realtime() 192 static notrace int do_monotonic(struct timespec *ts, struct vdso_data *vdata) in do_monotonic() 199 notrace int __vdso_clock_gettime(clockid_t clkid, struct timespec *ts) in __vdso_clock_gettime() 248 struct timespec ts; in __vdso_gettimeofday() local
|
/linux-4.4.14/arch/mips/vdso/ |
D | gettimeofday.c | 23 static __always_inline int do_realtime_coarse(struct timespec *ts, in do_realtime_coarse() 38 static __always_inline int do_monotonic_coarse(struct timespec *ts, in do_monotonic_coarse() 124 static __always_inline int do_realtime(struct timespec *ts, in do_realtime() 146 static __always_inline int do_monotonic(struct timespec *ts, in do_monotonic() 185 struct timespec ts; in __vdso_gettimeofday() local 207 int __vdso_clock_gettime(clockid_t clkid, struct timespec *ts) in __vdso_clock_gettime()
|
/linux-4.4.14/arch/tile/kernel/vdso/ |
D | vgettimeofday.c | 64 static inline int do_realtime(struct vdso_data *vdso, struct timespec *ts) in do_realtime() 83 static inline int do_monotonic(struct vdso_data *vdso, struct timespec *ts) in do_monotonic() 103 struct timespec *ts) in do_realtime_coarse() 117 struct timespec *ts) in do_monotonic_coarse() 159 struct timespec *ts) in vdso_fallback_gettime() 174 struct timespec *ts) in __vdso_clock_gettime()
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vclock_gettime.c | 46 notrace static long vdso_fallback_gettime(long clock, struct timespec *ts) in vdso_fallback_gettime() 135 notrace static long vdso_fallback_gettime(long clock, struct timespec *ts) in vdso_fallback_gettime() 218 notrace static int __always_inline do_realtime(struct timespec *ts) in do_realtime() 239 notrace static int __always_inline do_monotonic(struct timespec *ts) in do_monotonic() 260 notrace static void do_realtime_coarse(struct timespec *ts) in do_realtime_coarse() 270 notrace static void do_monotonic_coarse(struct timespec *ts) in do_monotonic_coarse() 280 notrace int __vdso_clock_gettime(clockid_t clock, struct timespec *ts) in __vdso_clock_gettime()
|
/linux-4.4.14/tools/perf/util/ |
D | thread-stack.c | 108 static int thread_stack__grow(struct thread_stack *ts) in thread_stack__grow() 129 struct thread_stack *ts; in thread_stack__new() local 149 static int thread_stack__push(struct thread_stack *ts, u64 ret_addr) in thread_stack__push() 166 static void thread_stack__pop(struct thread_stack *ts, u64 ret_addr) in thread_stack__pop() 187 static bool thread_stack__in_kernel(struct thread_stack *ts) in thread_stack__in_kernel() 196 struct thread_stack *ts, size_t idx, in thread_stack__call_return() 222 static int __thread_stack__flush(struct thread *thread, struct thread_stack *ts) in __thread_stack__flush() 469 static int thread_stack__push_cp(struct thread_stack *ts, u64 ret_addr, in thread_stack__push_cp() 493 static int thread_stack__pop_cp(struct thread *thread, struct thread_stack *ts, in thread_stack__pop_cp() 536 static int thread_stack__bottom(struct thread *thread, struct thread_stack *ts, in thread_stack__bottom() [all …]
|
D | thread.h | 34 struct thread_stack *ts; member
|
D | intel-bts.c | 528 u64 ts = 0; in intel_bts_flush_queue() local 562 u64 ts = 0; in intel_bts_process_queues() local
|
/linux-4.4.14/arch/um/os-Linux/ |
D | time.c | 27 static inline long long timespec_to_ns(const struct timespec *ts) in timespec_to_ns() 152 struct timespec ts; in os_vnsecs() local 160 struct timespec ts; in os_nsecs() local 172 struct timespec ts; in os_idle_sleep() local
|
/linux-4.4.14/arch/arm/kernel/ |
D | time.c | 79 static void dummy_clock_access(struct timespec64 *ts) in dummy_clock_access() 88 void read_persistent_clock64(struct timespec64 *ts) in read_persistent_clock64() 93 void read_boot_clock64(struct timespec64 *ts) in read_boot_clock64()
|
/linux-4.4.14/drivers/net/wireless/ath/ |
D | dfs_pri_detector.c | 38 u64 ts; member 202 static bool pulse_queue_enqueue(struct pri_detector *pde, u64 ts) in pulse_queue_enqueue() 226 u64 ts, u32 min_count) in pseq_handler_create_sequences() 305 pseq_handler_add_to_existing_seqs(struct pri_detector *pde, u64 ts) in pseq_handler_add_to_existing_seqs() 359 static void pri_detector_reset(struct pri_detector *pde, u64 ts) in pri_detector_reset() 387 u64 ts = event->ts; in pri_detector_add_pulse() local
|
D | dfs_pattern_detector.h | 51 u64 ts; member
|
/linux-4.4.14/fs/ntfs/ |
D | time.h | 48 static inline sle64 utc2ntfs(const struct timespec ts) in utc2ntfs() 87 struct timespec ts; in ntfs2utc() local
|
/linux-4.4.14/drivers/net/ethernet/renesas/ |
D | ravb_ptp.c | 29 static int ravb_ptp_time_read(struct ravb_private *priv, struct timespec64 *ts) in ravb_ptp_time_read() 47 const struct timespec64 *ts) in ravb_ptp_time_write() 135 struct timespec64 ts; in ravb_ptp_adjtime() local 152 static int ravb_ptp_gettime64(struct ptp_clock_info *ptp, struct timespec64 *ts) in ravb_ptp_gettime64() 167 const struct timespec64 *ts) in ravb_ptp_settime64()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 120 struct timespec64 *ts) in igb_ptp_read_i210() 138 const struct timespec64 *ts) in igb_ptp_write_i210() 287 struct timespec64 *ts) in igb_ptp_gettime_82576() 306 struct timespec64 *ts) in igb_ptp_gettime_i210() 322 const struct timespec64 *ts) in igb_ptp_settime_82576() 341 const struct timespec64 *ts) in igb_ptp_settime_i210() 482 struct timespec64 ts; in igb_ptp_feature_enable_i210() local 660 struct timespec64 ts; in igb_ptp_overflow_check() local 1091 struct timespec64 ts = ktime_to_timespec64(ktime_get_real()); in igb_ptp_init() local 1205 struct timespec64 ts = ktime_to_timespec64(ktime_get_real()); in igb_ptp_reset() local
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ptp.c | 109 static int e1000e_phc_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) in e1000e_phc_gettime() 134 const struct timespec64 *ts) in e1000e_phc_settime() 172 struct timespec64 ts; in e1000e_systim_overflow_work() local
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_ptp.c | 59 static void i40e_ptp_read(struct i40e_pf *pf, struct timespec64 *ts) in i40e_ptp_read() 83 static void i40e_ptp_write(struct i40e_pf *pf, const struct timespec64 *ts) in i40e_ptp_write() 183 static int i40e_ptp_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) in i40e_ptp_gettime() 204 const struct timespec64 *ts) in i40e_ptp_settime() 674 struct timespec64 ts; in i40e_ptp_init() local
|
/linux-4.4.14/tools/testing/selftests/timers/ |
D | leap-a-day.c | 82 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add() 223 struct timespec ts; in main() local 248 struct timespec ts; in main() local
|
D | raw_skew.c | 58 unsigned long long ts_to_nsec(struct timespec ts) in ts_to_nsec() 65 struct timespec ts; in nsec_to_ts() local
|
D | adjtick.c | 55 unsigned long long ts_to_nsec(struct timespec ts) in ts_to_nsec() 62 struct timespec ts; in nsec_to_ts() local
|
D | leapcrash.c | 74 struct timespec ts; in main() local
|
D | mqueue-lat.c | 59 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add()
|
D | nanosleep.c | 102 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add()
|
D | alarmtimer-suspend.c | 111 struct timespec ts; in sigalarm() local
|
D | inconsistency-check.c | 170 struct timespec ts; in main() local
|
D | nsleep-lat.c | 90 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add()
|
D | set-timer-lat.c | 109 struct timespec ts; in sigalarm() local
|
/linux-4.4.14/samples/bpf/ |
D | lathist_kern.c | 32 u64 *ts = bpf_map_lookup_elem(&my_map, &cpu); in bpf_prog1() local 74 u64 *ts, cur_ts, delta; in bpf_prog2() local
|
D | tracex4_user.c | 25 struct timespec ts; in time_get_ns() local
|
D | trace_output_user.c | 120 struct timespec ts; in time_get_ns() local
|
/linux-4.4.14/drivers/pps/ |
D | kapi.c | 41 static void pps_add_offset(struct pps_ktime *ts, struct pps_ktime *offset) in pps_add_offset() 172 void pps_event(struct pps_device *pps, struct pps_event_time *ts, int event, in pps_event()
|
D | kc.h | 42 struct pps_event_time *ts, int event) {} in pps_kc_event()
|
D | kc.c | 112 void pps_kc_event(struct pps_device *pps, struct pps_event_time *ts, in pps_kc_event()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | dynack.h | 56 struct ts_info ts[ATH_DYN_BUF]; member 97 struct sk_buff *skb, u32 ts) {} in ath_dynack_sample_ack_ts() 100 struct ath_tx_status *ts) {} in ath_dynack_sample_tx_ts()
|
D | dynack.c | 172 struct ath_tx_status *ts) in ath_dynack_sample_tx_ts() 248 u32 ts) in ath_dynack_sample_ack_ts()
|
D | xmit.c | 233 struct ath_tx_status ts; in ath_tx_flush_tid() local 310 struct ath_tx_status ts; in ath_tid_drain() local 396 struct ath_tx_status *ts, int txok, in ath_tx_count_frames() 429 struct ath_tx_status *ts, int txok) in ath_tx_complete_aggr() 664 struct ath_tx_status *ts, struct ath_buf *bf, in ath_tx_process_buffer() 919 struct ath_tx_status ts = {}; in ath_tx_get_tid_subframe() local 1790 struct ath_tx_status ts; in ath_drain_txq_list() local 2503 struct ath_tx_status *ts, int txok) in ath_tx_complete_buf() 2547 struct ath_tx_status *ts, int nframes, int nbad, in ath_tx_rc_status() 2608 struct ath_tx_status ts; in ath_tx_processq() local [all …]
|
D | ar9002_mac.c | 316 struct ath_tx_status *ts) in ar9002_hw_proc_txdesc()
|
D | ar9003_mac.c | 355 struct ath_tx_status *ts) in ar9003_hw_proc_txdesc()
|
/linux-4.4.14/net/9p/ |
D | trans_fd.c | 235 struct p9_trans_fd *ts = NULL; in p9_fd_poll() local 274 struct p9_trans_fd *ts = NULL; in p9_fd_read() local 417 struct p9_trans_fd *ts = NULL; in p9_fd_write() local 581 struct p9_trans_fd *ts = client->trans; in p9_conn_create() local 663 struct p9_trans_fd *ts = client->trans; in p9_fd_request() local 788 struct p9_trans_fd *ts = kzalloc(sizeof(struct p9_trans_fd), in p9_fd_open() local 868 struct p9_trans_fd *ts; in p9_fd_close() local
|
/linux-4.4.14/drivers/ptp/ |
D | ptp_clock.c | 110 struct timespec64 ts = timespec_to_timespec64(*tp); in ptp_clock_settime() local 118 struct timespec64 ts; in ptp_clock_gettime() local 136 struct timespec ts; in ptp_clock_adjtime() local
|
D | ptp_ixp46x.c | 178 static int ptp_ixp_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) in ptp_ixp_gettime() 198 const struct timespec64 *ts) in ptp_ixp_settime()
|
D | ptp_chardev.c | 127 struct timespec64 ts; in ptp_ioctl() local
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ptp.c | 108 static int stmmac_get_time(struct ptp_clock_info *ptp, struct timespec64 *ts) in stmmac_get_time() 136 const struct timespec64 *ts) in stmmac_set_time()
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ptp.c | 182 static int xgbe_gettime(struct ptp_clock_info *info, struct timespec64 *ts) in xgbe_gettime() 202 const struct timespec64 *ts) in xgbe_settime()
|
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | ping_test.c | 95 struct timespec64 ts; in ping_client_prep_rpc() local 127 struct timespec64 ts; in ping_client_done_rpc() local
|
D | brw_test.c | 137 struct timespec64 ts; in brw_inject_one_error() local
|
/linux-4.4.14/arch/mips/loongson64/common/ |
D | time.c | 32 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/fs/fat/ |
D | namei_msdos.c | 227 struct timespec *ts, struct fat_slot_info *sinfo) in msdos_add_entry() 268 struct timespec ts; in msdos_create() local 350 struct timespec ts; in msdos_mkdir() local 438 struct timespec ts; in do_msdos_rename() local
|
D | misc.c | 189 void fat_time_fat2unix(struct msdos_sb_info *sbi, struct timespec *ts, in fat_time_fat2unix() 227 void fat_time_unix2fat(struct msdos_sb_info *sbi, struct timespec *ts, in fat_time_unix2fat()
|
D | namei_vfat.c | 580 struct timespec *ts, in vfat_build_slots() 656 int cluster, struct timespec *ts, in vfat_add_entry() 775 struct timespec ts; in vfat_create() local 864 struct timespec ts; in vfat_mkdir() local 912 struct timespec ts; in vfat_rename() local
|
/linux-4.4.14/kernel/ |
D | compat.c | 143 static int __compat_get_timespec(struct timespec *ts, const struct compat_timespec __user *cts) in __compat_get_timespec() 150 static int __compat_put_timespec(const struct timespec *ts, struct compat_timespec __user *cts) in __compat_put_timespec() 175 int compat_get_timespec(struct timespec *ts, const void __user *uts) in compat_get_timespec() 184 int compat_put_timespec(const struct timespec *ts, void __user *uts) in compat_put_timespec() 196 struct timespec ts; in compat_convert_timespec() local 728 struct itimerspec ts; in COMPAT_SYSCALL_DEFINE2() local 745 struct timespec ts; in COMPAT_SYSCALL_DEFINE2() local 762 struct timespec ts; in COMPAT_SYSCALL_DEFINE2() local 802 struct timespec ts; in COMPAT_SYSCALL_DEFINE2() local
|
D | futex_compat.c | 178 struct timespec ts; in COMPAT_SYSCALL_DEFINE6() local
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpts.c | 170 static int cpts_ptp_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) in cpts_ptp_gettime() 186 const struct timespec64 *ts) in cpts_ptp_settime() 223 struct timespec64 ts; in cpts_overflow_check() local
|
/linux-4.4.14/drivers/pps/clients/ |
D | pps-ktimer.c | 44 struct pps_event_time ts; in pps_ktimer_event() local
|
D | pps-ldisc.c | 35 struct pps_event_time ts; in pps_tty_dcd_change() local
|
D | pps-gpio.c | 56 struct pps_event_time ts; in pps_gpio_irq_handler() local
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_clock.c | 168 struct timespec64 *ts) in mlx4_en_phc_gettime() 193 const struct timespec64 *ts) in mlx4_en_phc_settime()
|
/linux-4.4.14/arch/sh/boards/mach-dreamcast/ |
D | rtc.c | 33 static void aica_rtc_gettimeofday(struct timespec *ts) in aica_rtc_gettimeofday()
|
/linux-4.4.14/fs/afs/ |
D | main.c | 40 struct timespec ts; in afs_get_client_UUID() local
|
/linux-4.4.14/arch/m68k/kernel/ |
D | time.c | 73 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | rtc.c | 26 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/arch/x86/um/vdso/ |
D | um_vdso.c | 19 int __vdso_clock_gettime(clockid_t clock, struct timespec *ts) in __vdso_clock_gettime()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 115 struct timespec64 ts; in fec_ptp_enable_pps() local 392 static int fec_ptp_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) in fec_ptp_gettime() 417 const struct timespec64 *ts) in fec_ptp_settime()
|
D | gianfar_ptp.c | 326 struct timespec64 *ts) in ptp_gianfar_gettime() 344 const struct timespec64 *ts) in ptp_gianfar_settime()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ptp.c | 282 static int ixgbe_ptp_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) in ixgbe_ptp_gettime() 307 const struct timespec64 *ts) in ixgbe_ptp_settime() 407 struct timespec64 ts; in ixgbe_ptp_overflow_check() local
|
/linux-4.4.14/arch/mips/mti-sead3/ |
D | sead3-time.c | 66 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | counter_32k.c | 57 static void omap_read_persistent_clock64(struct timespec64 *ts) in omap_read_persistent_clock64()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_video.c | 372 static inline void uvc_video_get_ts(struct timespec *ts) in uvc_video_get_ts() 389 struct timespec ts; in uvc_video_clock_decode() local 616 struct timespec ts; in uvc_video_clock_update() local 871 struct timespec ts; in uvc_video_stats_dump() local 1022 struct timespec ts; in uvc_video_decode_start() local
|
/linux-4.4.14/tools/perf/ |
D | builtin-lock.c | 359 static struct lock_seq_stat *get_seq(struct thread_stat *ts, void *addr) in get_seq() 400 struct thread_stat *ts; in report_lock_acquire_event() local 472 struct thread_stat *ts; in report_lock_acquired_event() local 535 struct thread_stat *ts; in report_lock_contended_event() local 590 struct thread_stat *ts; in report_lock_release_event() local
|
D | builtin-stat.c | 237 struct timespec ts, rs; in process_interval() local 280 struct timespec ts; in __run_perf_stat() local 765 static void print_interval(char *prefix, struct timespec *ts) in print_interval() 844 static void print_counters(struct timespec *ts, int argc, const char **argv) in print_counters()
|
D | perf.h | 26 struct timespec ts; in rdclock() local
|
/linux-4.4.14/fs/cifs/ |
D | netmisc.c | 924 struct timespec ts; in cifs_NTtimeToUnix() local 964 struct timespec ts; in cnvrtDosUnixTm() local
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dmxdev.h | 60 struct dmx_ts_feed *ts; member 71 struct list_head ts; member
|
D | dvb_demux.h | 69 struct dmx_ts_feed ts; member 74 dmx_ts_cb ts; member
|
/linux-4.4.14/kernel/trace/ |
D | ring_buffer_benchmark.c | 14 u64 ts; member 87 u64 ts; in read_event() local
|
D | trace_stat.c | 33 struct tracer_stat *ts; member 126 struct tracer_stat *ts = session->ts; in stat_seq_init() local
|
D | ring_buffer.c | 406 u64 ts; member 707 int cpu, u64 *ts) in ring_buffer_normalize_time_stamp() 2150 u64 ts; in rb_move_tail() local 3717 rb_buffer_peek(struct ring_buffer_per_cpu *cpu_buffer, u64 *ts, in rb_buffer_peek() 3783 rb_iter_peek(struct ring_buffer_iter *iter, u64 *ts) in rb_iter_peek() 3905 ring_buffer_peek(struct ring_buffer *buffer, int cpu, u64 *ts, in ring_buffer_peek() 3940 ring_buffer_iter_peek(struct ring_buffer_iter *iter, u64 *ts) in ring_buffer_iter_peek() 3969 ring_buffer_consume(struct ring_buffer *buffer, int cpu, u64 *ts, in ring_buffer_consume() 4132 ring_buffer_read(struct ring_buffer_iter *iter, u64 *ts) in ring_buffer_read()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | super25.c | 95 struct timespec64 ts; in init_lustre_lite() local
|
/linux-4.4.14/arch/mips/sibyte/swarm/ |
D | setup.c | 90 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | time.c | 135 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
D | time-ts.c | 356 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/arch/powerpc/platforms/52xx/ |
D | mpc52xx_lpbfifo.c | 228 u32 ts; in mpc52xx_lpbfifo_irq() local 331 u32 ts; in mpc52xx_lpbfifo_bcom_irq() local
|
/linux-4.4.14/arch/mips/dec/ |
D | time.c | 21 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/arch/sh/kernel/ |
D | time.c | 41 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | time.c | 125 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/net/ipv4/ |
D | ip_tunnel_core.c | 234 struct lwtunnel_state **ts) in ip_tun_build_state() 329 struct lwtunnel_state **ts) in ip6_tun_build_state()
|
D | syncookies.c | 85 u32 ts, ts_now = tcp_time_stamp; in cookie_init_timestamp() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | desc.c | 444 struct ath5k_tx_status *ts) in ath5k_hw_proc_2word_tx_status() 496 struct ath5k_tx_status *ts) in ath5k_hw_proc_4word_tx_status()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-radio-tx.c | 39 struct timespec ts; in vivid_radio_tx_write() local
|
D | vivid-radio-rx.c | 39 struct timespec ts; in vivid_radio_rx_read() local
|
/linux-4.4.14/tools/virtio/virtio-trace/ |
D | trace-agent-rw.c | 110 struct rw_thread_info *ts = (struct rw_thread_info *)thread_info; in rw_thread_main() local
|
/linux-4.4.14/arch/m32r/kernel/ |
D | time.c | 140 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_ptp.c | 289 static int fm10k_ptp_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) in fm10k_ptp_gettime() 307 const struct timespec64 *ts) in fm10k_ptp_settime()
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_task.c | 163 struct task_status_struct *ts = &task->task_status; in asd_get_response_tasklet() local 216 struct task_status_struct *ts = &task->task_status; in asd_task_tasklet_complete() local
|
/linux-4.4.14/arch/um/kernel/ |
D | time.c | 122 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/arch/mips/sni/ |
D | time.c | 175 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-lib.c | 140 struct timespec64 ts; in rtc_ktime_to_tm() local
|
/linux-4.4.14/tools/lib/traceevent/ |
D | kbuffer-parse.c | 493 void *kbuffer_next_event(struct kbuffer *kbuf, unsigned long long *ts) in kbuffer_next_event() 571 void *kbuffer_read_event(struct kbuffer *kbuf, unsigned long long *ts) in kbuffer_read_event() 614 unsigned long long *ts) in kbuffer_read_at_offset()
|
/linux-4.4.14/include/uapi/linux/ |
D | errqueue.h | 33 struct timespec ts[3]; member
|
D | ptp_clock.h | 81 struct ptp_clock_time ts[2 * PTP_MAX_SAMPLES + 1]; member
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.l | 82 int ts, i; variable
|
/linux-4.4.14/arch/frv/kernel/ |
D | time.c | 88 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/arch/mips/mti-malta/ |
D | malta-time.c | 114 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/arch/x86/kernel/ |
D | pvclock.c | 120 struct timespec *ts) in pvclock_read_wallclock()
|
D | rtc.c | 144 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | time.c | 236 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/fs/udf/ |
D | udftime.c | 120 udf_time_to_disk_stamp(struct timestamp *dest, struct timespec ts) in udf_time_to_disk_stamp()
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | solo6x10-core.c | 50 struct timespec ts; in solo_set_time() local 61 struct timespec ts; in solo_timer_sync() local
|
/linux-4.4.14/Documentation/laptops/ |
D | dslm.c | 60 char *ts = ctime(&time); in myctime() local
|
/linux-4.4.14/arch/mips/lasat/ |
D | sysctl.c | 63 struct timespec64 ts; in proc_dolasatrtc() local
|
D | ds1603.c | 138 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lustre_handles.c | 183 struct timespec64 ts; in class_handle_init() local
|
/linux-4.4.14/arch/s390/include/asm/ |
D | timex.h | 115 void stck_to_timespec64(unsigned long long stck, struct timespec64 *ts) in stck_to_timespec64()
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_amanda.c | 62 struct ts_config *ts; member
|
/linux-4.4.14/drivers/net/phy/ |
D | dp83640.c | 261 const struct timespec64 *ts, u16 cmd) in tdr_write() 415 struct timespec64 ts; in ptp_dp83640_adjtime() local 432 struct timespec64 *ts) in ptp_dp83640_gettime() 457 const struct timespec64 *ts) in ptp_dp83640_settime() 618 struct timespec64 ts; in recalibrate() local
|
/linux-4.4.14/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | Core.py | 118 def ts(self): member in EventHeaders
|
/linux-4.4.14/net/mpls/ |
D | mpls_iptunnel.c | 127 struct lwtunnel_state **ts) in mpls_build_state()
|
/linux-4.4.14/crypto/ |
D | jitterentropy-kcapi.c | 92 struct timespec ts; in jent_get_nstime() local
|
/linux-4.4.14/include/linux/ceph/ |
D | decode.h | 137 static inline void ceph_decode_timespec(struct timespec *ts, in ceph_decode_timespec() 144 const struct timespec *ts) in ceph_encode_timespec()
|
/linux-4.4.14/drivers/scsi/pm8001/ |
D | pm8001_hwi.c | 1521 struct task_status_struct *ts; in pm8001_work_fn() local 1855 struct task_status_struct *ts; in mpi_ssp_completion() local 2101 struct task_status_struct *ts; in mpi_ssp_event() local 2299 struct task_status_struct *ts; in mpi_sata_completion() local 2675 struct task_status_struct *ts; in mpi_sata_event() local 2902 struct task_status_struct *ts; in mpi_smp_completion() local 3714 struct task_status_struct *ts; in pm8001_mpi_task_abort_resp() local 4420 struct task_status_struct *ts; in pm8001_chip_sata_req() local
|
D | pm8001_sas.c | 382 struct task_status_struct *ts = &t->task_status; in pm8001_task_exec() local 391 struct task_status_struct *ts = &t->task_status; in pm8001_task_exec() local 905 struct task_status_struct *ts; in pm8001_open_reject_retry() local
|
D | pm80xx_hwi.c | 1529 struct task_status_struct *ts; in mpi_ssp_completion() local 1787 struct task_status_struct *ts; in mpi_ssp_event() local 1993 struct task_status_struct *ts; in mpi_sata_completion() local 2372 struct task_status_struct *ts; in mpi_sata_event() local 2615 struct task_status_struct *ts; in mpi_smp_completion() local 4307 struct task_status_struct *ts; in pm80xx_chip_sata_req() local
|
/linux-4.4.14/drivers/pps/generators/ |
D | pps_gen_parport.c | 183 struct timespec ts; in next_intr_time() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-tracefile.c | 194 struct timespec64 ts; in cfs_set_ptldebug_header() local
|
/linux-4.4.14/arch/tile/gxio/ |
D | mpipe.c | 434 const struct timespec64 *ts) in gxio_mpipe_set_timestamp() 444 struct timespec64 *ts) in gxio_mpipe_get_timestamp()
|
/linux-4.4.14/drivers/scsi/snic/ |
D | snic_trc.h | 33 u64 ts; /* Time Stamp */ member
|
/linux-4.4.14/net/ipv6/ |
D | ila.c | 132 struct lwtunnel_state **ts) in ila_build_state()
|
/linux-4.4.14/drivers/connector/ |
D | cn_proc.c | 59 static inline void get_seq(__u32 *ts, int *cpu) in get_seq()
|
/linux-4.4.14/drivers/clocksource/ |
D | tegra20_timer.c | 135 static void tegra_read_persistent_clock64(struct timespec64 *ts) in tegra_read_persistent_clock64()
|
/linux-4.4.14/fs/ |
D | select.c | 274 struct timespec ts = {.tv_sec = sec, .tv_nsec = nsec}; in poll_select_set_timeout() local 651 struct timespec ts, end_time, *to = NULL; in do_pselect() local 996 struct timespec ts, end_time, *to = NULL; in SYSCALL_DEFINE5() local
|
/linux-4.4.14/arch/ia64/kernel/ |
D | time.c | 358 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | e500mc.c | 62 unsigned int tid, ts; in kvmppc_e500_tlbil_one() local
|
/linux-4.4.14/Documentation/ptp/ |
D | testptp.c | 151 struct timespec ts; in main() local
|
/linux-4.4.14/Documentation/networking/timestamping/ |
D | timestamping.c | 161 struct timespec ts; in printpacket() local
|
D | txtimestamp.c | 108 struct timespec ts; in print_timestamp_usr() local
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-event.c | 111 const struct timespec *ts) in __v4l2_event_queue_fh()
|
D | v4l2-common.c | 401 struct timespec ts; in v4l2_get_timestamp() local
|
/linux-4.4.14/ipc/ |
D | mqueue.c | 669 ktime_t *expires, struct timespec *ts) in prepare_timeout() 969 struct timespec ts; in SYSCALL_DEFINE5() local 1090 struct timespec ts; in SYSCALL_DEFINE5() local
|
/linux-4.4.14/drivers/mmc/card/ |
D | mmc_test.c | 100 struct timespec ts; member 490 static unsigned int mmc_test_rate(uint64_t bytes, struct timespec *ts) in mmc_test_rate() 517 unsigned int count, unsigned int sectors, struct timespec ts, in mmc_test_save_transfer_result() 545 struct timespec ts; in mmc_test_print_rate() local 571 struct timespec ts; in mmc_test_print_avg_rate() local 1857 struct timespec ts1, ts2, ts; in mmc_test_rnd_perf() local
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
D | mce_intel.c | 213 unsigned long ts = __this_cpu_read(cmci_time_stamp); in cmci_storm_detect() local
|
/linux-4.4.14/drivers/iio/humidity/ |
D | dht11.c | 76 struct {s64 ts; int value; } edges[DHT11_EDGES_PER_READ]; member
|
/linux-4.4.14/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi.c | 287 struct timespec ts, *tsp = NULL; in unit_test() local
|
/linux-4.4.14/drivers/net/slip/ |
D | slhc.c | 95 register struct cstate *ts; in slhc_init() local
|
/linux-4.4.14/include/linux/mfd/ |
D | ipaq-micro.h | 120 void (*ts) (void *data, int len, unsigned char *rxdata); member
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
D | sync_serial.h | 129 struct timespec ts; /* The time the data was sampled. */ member
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | time.c | 732 static void __read_persistent_clock(struct timespec *ts) in __read_persistent_clock() 760 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/kernel/rcu/ |
D | rcutorture.c | 184 u64 ts = trace_clock_local(); in rcu_trace_clock_local() local 1090 unsigned long long ts; in rcu_torture_timer() local 1155 unsigned long long ts; in rcu_torture_reader() local
|
/linux-4.4.14/drivers/net/can/usb/ |
D | esd_usb2.c | 124 __le32 ts; member 132 __le32 ts; member 153 __le32 ts; member
|
/linux-4.4.14/drivers/tty/serial/jsm/ |
D | jsm_tty.c | 278 struct ktermios *ts; in jsm_tty_close() local
|
/linux-4.4.14/tools/perf/tests/ |
D | switch-tracking.c | 16 struct timespec ts; in spin_sleep() local
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispstat.h | 42 struct timeval ts; member
|
/linux-4.4.14/sound/core/ |
D | timer.c | 400 struct snd_timer_instance *ts; in snd_timer_notify1() local 710 struct snd_timer_instance *ti, *ts, *tmp; in snd_timer_interrupt() local 962 struct snd_timer_instance *ti, *ts; in snd_timer_notify() local
|
/linux-4.4.14/net/packet/ |
D | af_packet.c | 442 static __u32 tpacket_get_timestamp(struct sk_buff *skb, struct timespec *ts, in tpacket_get_timestamp() 462 struct timespec ts; in __packet_set_timestamp() local 813 struct timespec ts; in prb_close_block() local 844 struct timespec ts; in prb_open_block() local 2104 struct timespec ts; in tpacket_rcv() local 2321 __u32 ts; in tpacket_destruct_skb() local
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
D | gruprocfs.c | 177 struct gru_thread_state *ts; in cch_seq_show() local
|
/linux-4.4.14/arch/nios2/kernel/ |
D | time.c | 310 void read_persistent_clock(struct timespec *ts) in read_persistent_clock()
|
/linux-4.4.14/drivers/lguest/ |
D | lg.h | 46 int ts; member
|
/linux-4.4.14/arch/x86/xen/ |
D | time.c | 172 static void xen_read_wallclock(struct timespec *ts) in xen_read_wallclock()
|
/linux-4.4.14/arch/tile/kernel/ |
D | hardwall.c | 578 struct thread_struct *ts = &p->thread; in hardwall_activate() local 629 struct thread_struct *ts = &task->thread; in _hardwall_deactivate() local
|