| /kernel/linux/linux-5.10/kernel/time/ |
| D | tick-sched.c | 122 static void tick_sched_do_timer(struct tick_sched *ts, ktime_t now) in tick_sched_do_timer() 153 static void tick_sched_handle(struct tick_sched *ts, struct pt_regs *regs) in tick_sched_handle() 219 static bool can_stop_full_tick(int cpu, struct tick_sched *ts) in can_stop_full_tick() 325 struct tick_sched *ts; in tick_nohz_dep_set_cpu() local 347 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_dep_clear_cpu() local 403 struct tick_sched *ts; in __tick_nohz_task_switch() local 505 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); in tick_nohz_tick_stopped() local 512 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_tick_stopped_cpu() local 544 update_ts_time_stats(int cpu, struct tick_sched *ts, ktime_t now, u64 *last_update_time) in update_ts_time_stats() 562 static void tick_nohz_stop_idle(struct tick_sched *ts, ktime_t now) in tick_nohz_stop_idle() [all …]
|
| /kernel/linux/linux-4.19/kernel/time/ |
| D | tick-sched.c | 120 static void tick_sched_do_timer(struct tick_sched *ts, ktime_t now) in tick_sched_do_timer() 145 static void tick_sched_handle(struct tick_sched *ts, struct pt_regs *regs) in tick_sched_handle() 205 static bool can_stop_full_tick(int cpu, struct tick_sched *ts) in can_stop_full_tick() 310 struct tick_sched *ts; in tick_nohz_dep_set_cpu() local 331 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_dep_clear_cpu() local 376 struct tick_sched *ts; in __tick_nohz_task_switch() local 474 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); in tick_nohz_tick_stopped() local 481 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_tick_stopped_cpu() local 513 update_ts_time_stats(int cpu, struct tick_sched *ts, ktime_t now, u64 *last_update_time) in update_ts_time_stats() 531 static void tick_nohz_stop_idle(struct tick_sched *ts, ktime_t now) in tick_nohz_stop_idle() [all …]
|
| /kernel/linux/linux-5.10/drivers/input/touchscreen/ |
| D | cyttsp_core.c | 70 static int ttsp_read_block_data(struct cyttsp *ts, u8 command, in ttsp_read_block_data() 88 static int ttsp_write_block_data(struct cyttsp *ts, u8 command, in ttsp_write_block_data() 106 static int ttsp_send_command(struct cyttsp *ts, u8 cmd) in ttsp_send_command() 111 static int cyttsp_handshake(struct cyttsp *ts) in cyttsp_handshake() 120 static int cyttsp_load_bl_regs(struct cyttsp *ts) in cyttsp_load_bl_regs() 129 static int cyttsp_exit_bl_mode(struct cyttsp *ts) in cyttsp_exit_bl_mode() 157 static int cyttsp_set_operational_mode(struct cyttsp *ts) in cyttsp_set_operational_mode() 178 static int cyttsp_set_sysinfo_mode(struct cyttsp *ts) in cyttsp_set_sysinfo_mode() 206 static int cyttsp_set_sysinfo_regs(struct cyttsp *ts) in cyttsp_set_sysinfo_regs() 229 static void cyttsp_hard_reset(struct cyttsp *ts) in cyttsp_hard_reset() [all …]
|
| D | mxs-lradc-ts.c | 91 static bool mxs_lradc_check_touch_event(struct mxs_lradc_ts *ts) in mxs_lradc_check_touch_event() 97 static void mxs_lradc_map_ts_channel(struct mxs_lradc_ts *ts, unsigned int vch, in mxs_lradc_map_ts_channel() 106 static void mxs_lradc_setup_ts_channel(struct mxs_lradc_ts *ts, unsigned int ch) in mxs_lradc_setup_ts_channel() 160 static void mxs_lradc_setup_ts_pressure(struct mxs_lradc_ts *ts, in mxs_lradc_setup_ts_pressure() 208 static unsigned int mxs_lradc_ts_read_raw_channel(struct mxs_lradc_ts *ts, in mxs_lradc_ts_read_raw_channel() 224 static unsigned int mxs_lradc_read_ts_pressure(struct mxs_lradc_ts *ts, in mxs_lradc_read_ts_pressure() 272 static void mxs_lradc_setup_touch_detection(struct mxs_lradc_ts *ts) in mxs_lradc_setup_touch_detection() 300 static void mxs_lradc_prepare_x_pos(struct mxs_lradc_ts *ts) in mxs_lradc_prepare_x_pos() 326 static void mxs_lradc_prepare_y_pos(struct mxs_lradc_ts *ts) in mxs_lradc_prepare_y_pos() 352 static void mxs_lradc_prepare_pressure(struct mxs_lradc_ts *ts) in mxs_lradc_prepare_pressure() [all …]
|
| D | goodix.c | 289 static int goodix_ts_read_input_report(struct goodix_ts_data *ts, u8 *data) in goodix_ts_read_input_report() 346 static void goodix_ts_report_touch_8b(struct goodix_ts_data *ts, u8 *coor_data) in goodix_ts_report_touch_8b() 361 static void goodix_ts_report_touch_9b(struct goodix_ts_data *ts, u8 *coor_data) in goodix_ts_report_touch_9b() 376 static void goodix_ts_report_key(struct goodix_ts_data *ts, u8 *data) in goodix_ts_report_key() 403 static void goodix_process_events(struct goodix_ts_data *ts) in goodix_process_events() 435 struct goodix_ts_data *ts = dev_id; in goodix_ts_irq_handler() local 445 static void goodix_free_irq(struct goodix_ts_data *ts) in goodix_free_irq() 450 static int goodix_request_irq(struct goodix_ts_data *ts) in goodix_request_irq() 457 static int goodix_check_cfg_8(struct goodix_ts_data *ts, const u8 *cfg, int len) in goodix_check_cfg_8() 480 static void goodix_calc_cfg_checksum_8(struct goodix_ts_data *ts) in goodix_calc_cfg_checksum_8() [all …]
|
| D | tsc2007_core.c | 88 bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down() 112 struct tsc2007 *ts = handle; in tsc2007_soft_irq() local 176 struct tsc2007 *ts = handle; in tsc2007_hard_irq() local 187 static void tsc2007_stop(struct tsc2007 *ts) in tsc2007_stop() 198 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_open() local 218 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_close() local 227 struct tsc2007 *ts = i2c_get_clientdata(client); in tsc2007_get_pendown_state_gpio() local 232 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) in tsc2007_probe_dt() 280 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) in tsc2007_probe_dt() 287 static int tsc2007_probe_pdev(struct i2c_client *client, struct tsc2007 *ts, in tsc2007_probe_pdev() [all …]
|
| D | tsc200x-core.c | 112 static void tsc200x_update_pen_state(struct tsc200x *ts, in tsc200x_update_pen_state() 137 struct tsc200x *ts = _ts; in tsc200x_irq_thread() local 199 struct tsc200x *ts = from_timer(ts, t, penup_timer); in tsc200x_penup_timer() local 207 static void tsc200x_start_scan(struct tsc200x *ts) in tsc200x_start_scan() 215 static void tsc200x_stop_scan(struct tsc200x *ts) in tsc200x_stop_scan() 220 static void tsc200x_reset(struct tsc200x *ts) in tsc200x_reset() 230 static void __tsc200x_disable(struct tsc200x *ts) in __tsc200x_disable() 243 static void __tsc200x_enable(struct tsc200x *ts) in __tsc200x_enable() 259 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_selftest_show() local 342 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_attr_is_visible() local [all …]
|
| D | ipaq-micro-ts.c | 29 struct touchscreen_data *ts = data; in micro_ts_receive() local 46 static void micro_ts_toggle_receive(struct touchscreen_data *ts, bool enable) in micro_ts_toggle_receive() 65 struct touchscreen_data *ts = input_get_drvdata(input); in micro_ts_open() local 74 struct touchscreen_data *ts = input_get_drvdata(input); in micro_ts_close() local 82 struct touchscreen_data *ts; in micro_ts_probe() local 124 struct touchscreen_data *ts = dev_get_drvdata(dev); in micro_ts_suspend() local 133 struct touchscreen_data *ts = dev_get_drvdata(dev); in micro_ts_resume() local
|
| D | ad7879.c | 135 static int ad7879_read(struct ad7879 *ts, u8 reg) in ad7879_read() 150 static int ad7879_write(struct ad7879 *ts, u8 reg, u16 val) in ad7879_write() 165 static int ad7879_report(struct ad7879 *ts) in ad7879_report() 229 static void ad7879_ts_event_release(struct ad7879 *ts) in ad7879_ts_event_release() 240 struct ad7879 *ts = from_timer(ts, t, timer); in ad7879_timer() local 247 struct ad7879 *ts = handle; in ad7879_irq() local 261 static void __ad7879_enable(struct ad7879 *ts) in __ad7879_enable() 270 static void __ad7879_disable(struct ad7879 *ts) in __ad7879_disable() 285 struct ad7879 *ts = input_get_drvdata(input); in ad7879_open() local 296 struct ad7879 *ts = input_get_drvdata(input); in ad7879_close() local [all …]
|
| D | zforce_ts.c | 135 static int zforce_command(struct zforce_ts *ts, u8 cmd) in zforce_command() 158 static void zforce_reset_assert(struct zforce_ts *ts) in zforce_reset_assert() 163 static void zforce_reset_deassert(struct zforce_ts *ts) in zforce_reset_deassert() 168 static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len) in zforce_send_wait() 206 static int zforce_command_wait(struct zforce_ts *ts, u8 cmd) in zforce_command_wait() 227 static int zforce_resolution(struct zforce_ts *ts, u16 x, u16 y) in zforce_resolution() 239 static int zforce_scan_frequency(struct zforce_ts *ts, u16 idle, u16 finger, in zforce_scan_frequency() 255 static int zforce_setconfig(struct zforce_ts *ts, char b1) in zforce_setconfig() 266 static int zforce_start(struct zforce_ts *ts) in zforce_start() 319 static int zforce_stop(struct zforce_ts *ts) in zforce_stop() [all …]
|
| /kernel/linux/linux-4.19/drivers/input/touchscreen/ |
| D | cyttsp_core.c | 84 static int ttsp_read_block_data(struct cyttsp *ts, u8 command, in ttsp_read_block_data() 102 static int ttsp_write_block_data(struct cyttsp *ts, u8 command, in ttsp_write_block_data() 120 static int ttsp_send_command(struct cyttsp *ts, u8 cmd) in ttsp_send_command() 125 static int cyttsp_handshake(struct cyttsp *ts) in cyttsp_handshake() 134 static int cyttsp_load_bl_regs(struct cyttsp *ts) in cyttsp_load_bl_regs() 143 static int cyttsp_exit_bl_mode(struct cyttsp *ts) in cyttsp_exit_bl_mode() 171 static int cyttsp_set_operational_mode(struct cyttsp *ts) in cyttsp_set_operational_mode() 192 static int cyttsp_set_sysinfo_mode(struct cyttsp *ts) in cyttsp_set_sysinfo_mode() 220 static int cyttsp_set_sysinfo_regs(struct cyttsp *ts) in cyttsp_set_sysinfo_regs() 243 static void cyttsp_hard_reset(struct cyttsp *ts) in cyttsp_hard_reset() [all …]
|
| D | mxs-lradc-ts.c | 100 static bool mxs_lradc_check_touch_event(struct mxs_lradc_ts *ts) in mxs_lradc_check_touch_event() 106 static void mxs_lradc_map_ts_channel(struct mxs_lradc_ts *ts, unsigned int vch, in mxs_lradc_map_ts_channel() 115 static void mxs_lradc_setup_ts_channel(struct mxs_lradc_ts *ts, unsigned int ch) in mxs_lradc_setup_ts_channel() 169 static void mxs_lradc_setup_ts_pressure(struct mxs_lradc_ts *ts, in mxs_lradc_setup_ts_pressure() 217 static unsigned int mxs_lradc_ts_read_raw_channel(struct mxs_lradc_ts *ts, in mxs_lradc_ts_read_raw_channel() 233 static unsigned int mxs_lradc_read_ts_pressure(struct mxs_lradc_ts *ts, in mxs_lradc_read_ts_pressure() 281 static void mxs_lradc_setup_touch_detection(struct mxs_lradc_ts *ts) in mxs_lradc_setup_touch_detection() 309 static void mxs_lradc_prepare_x_pos(struct mxs_lradc_ts *ts) in mxs_lradc_prepare_x_pos() 335 static void mxs_lradc_prepare_y_pos(struct mxs_lradc_ts *ts) in mxs_lradc_prepare_y_pos() 361 static void mxs_lradc_prepare_pressure(struct mxs_lradc_ts *ts) in mxs_lradc_prepare_pressure() [all …]
|
| D | tsc2007_core.c | 91 bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down() 115 struct tsc2007 *ts = handle; in tsc2007_soft_irq() local 179 struct tsc2007 *ts = handle; in tsc2007_hard_irq() local 190 static void tsc2007_stop(struct tsc2007 *ts) in tsc2007_stop() 201 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_open() local 221 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_close() local 230 struct tsc2007 *ts = i2c_get_clientdata(client); in tsc2007_get_pendown_state_gpio() local 235 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) in tsc2007_probe_dt() 283 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) in tsc2007_probe_dt() 290 static int tsc2007_probe_pdev(struct i2c_client *client, struct tsc2007 *ts, in tsc2007_probe_pdev() [all …]
|
| D | tsc200x-core.c | 120 static void tsc200x_update_pen_state(struct tsc200x *ts, in tsc200x_update_pen_state() 145 struct tsc200x *ts = _ts; in tsc200x_irq_thread() local 207 struct tsc200x *ts = from_timer(ts, t, penup_timer); in tsc200x_penup_timer() local 215 static void tsc200x_start_scan(struct tsc200x *ts) in tsc200x_start_scan() 223 static void tsc200x_stop_scan(struct tsc200x *ts) in tsc200x_stop_scan() 228 static void tsc200x_reset(struct tsc200x *ts) in tsc200x_reset() 238 static void __tsc200x_disable(struct tsc200x *ts) in __tsc200x_disable() 251 static void __tsc200x_enable(struct tsc200x *ts) in __tsc200x_enable() 267 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_selftest_show() local 350 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_attr_is_visible() local [all …]
|
| D | goodix.c | 246 static int goodix_ts_read_input_report(struct goodix_ts_data *ts, u8 *data) in goodix_ts_read_input_report() 297 static void goodix_ts_report_touch(struct goodix_ts_data *ts, u8 *coor_data) in goodix_ts_report_touch() 320 static void goodix_process_events(struct goodix_ts_data *ts) in goodix_process_events() 352 struct goodix_ts_data *ts = dev_id; in goodix_ts_irq_handler() local 362 static void goodix_free_irq(struct goodix_ts_data *ts) in goodix_free_irq() 367 static int goodix_request_irq(struct goodix_ts_data *ts) in goodix_request_irq() 374 static int goodix_check_cfg_8(struct goodix_ts_data *ts, in goodix_check_cfg_8() 398 static int goodix_check_cfg_16(struct goodix_ts_data *ts, in goodix_check_cfg_16() 428 static int goodix_check_cfg(struct goodix_ts_data *ts, in goodix_check_cfg() 446 static int goodix_send_cfg(struct goodix_ts_data *ts, in goodix_send_cfg() [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 | ad7879.c | 137 static int ad7879_read(struct ad7879 *ts, u8 reg) in ad7879_read() 152 static int ad7879_write(struct ad7879 *ts, u8 reg, u16 val) in ad7879_write() 167 static int ad7879_report(struct ad7879 *ts) in ad7879_report() 231 static void ad7879_ts_event_release(struct ad7879 *ts) in ad7879_ts_event_release() 242 struct ad7879 *ts = from_timer(ts, t, timer); in ad7879_timer() local 249 struct ad7879 *ts = handle; in ad7879_irq() local 260 static void __ad7879_enable(struct ad7879 *ts) in __ad7879_enable() 269 static void __ad7879_disable(struct ad7879 *ts) in __ad7879_disable() 284 struct ad7879 *ts = input_get_drvdata(input); in ad7879_open() local 295 struct ad7879 *ts = input_get_drvdata(input); in ad7879_close() 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 …]
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| D | ucb1x00-ts.c | 54 static inline void ucb1x00_ts_evt_add(struct ucb1x00_ts *ts, u16 pressure, u16 x, u16 y) in ucb1x00_ts_evt_add() 65 static inline void ucb1x00_ts_event_release(struct ucb1x00_ts *ts) in ucb1x00_ts_event_release() 77 static inline void ucb1x00_ts_mode_int(struct ucb1x00_ts *ts) in ucb1x00_ts_mode_int() 89 static inline unsigned int ucb1x00_ts_read_pressure(struct ucb1x00_ts *ts) in ucb1x00_ts_read_pressure() 116 static inline unsigned int ucb1x00_ts_read_xpos(struct ucb1x00_ts *ts) in ucb1x00_ts_read_xpos() 143 static inline unsigned int ucb1x00_ts_read_ypos(struct ucb1x00_ts *ts) in ucb1x00_ts_read_ypos() 169 static inline unsigned int ucb1x00_ts_read_xres(struct ucb1x00_ts *ts) in ucb1x00_ts_read_xres() 181 static inline unsigned int ucb1x00_ts_read_yres(struct ucb1x00_ts *ts) in ucb1x00_ts_read_yres() 189 static inline int ucb1x00_ts_pen_down(struct ucb1x00_ts *ts) in ucb1x00_ts_pen_down() 206 struct ucb1x00_ts *ts = _ts; in ucb1x00_thread() local [all …]
|
| /kernel/linux/linux-4.19/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 …]
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | timekeeping32.h | 35 static inline int do_settimeofday(const struct timespec *ts) in do_settimeofday() 43 static inline void getnstimeofday(struct timespec *ts) in getnstimeofday() 51 static inline void ktime_get_ts(struct timespec *ts) in ktime_get_ts() 59 static inline void ktime_get_real_ts(struct timespec *ts) in ktime_get_real_ts() 67 static inline void getrawmonotonic(struct timespec *ts) in getrawmonotonic() 84 static inline void getboottime(struct timespec *ts) in getboottime() 95 static inline void get_monotonic_boottime(struct timespec *ts) in get_monotonic_boottime() 100 static inline void timekeeping_clocktai(struct timespec *ts) in timekeeping_clocktai()
|
| D | timekeeping.h | 159 static inline void ktime_get_boottime_ts64(struct timespec64 *ts) in ktime_get_boottime_ts64() 164 static inline void ktime_get_coarse_boottime_ts64(struct timespec64 *ts) in ktime_get_coarse_boottime_ts64() 174 static inline void ktime_get_clocktai_ts64(struct timespec64 *ts) in ktime_get_clocktai_ts64() 179 static inline void ktime_get_coarse_clocktai_ts64(struct timespec64 *ts) in ktime_get_coarse_clocktai_ts64() 268 #define getnstimeofday64(ts) ktime_get_real_ts64(ts) argument 269 #define get_monotonic_boottime64(ts) ktime_get_boottime_ts64(ts) argument 270 #define getrawmonotonic64(ts) ktime_get_raw_ts64(ts) argument 271 #define timekeeping_clocktai64(ts) ktime_get_clocktai_ts64(ts) argument 275 struct timespec64 ts; in current_kernel_time64() local 284 struct timespec64 ts; in get_monotonic_coarse64() local
|
| /kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
| D | topaz_pcie.c | 103 static void qtnf_deassert_intx(struct qtnf_pcie_topaz_state *ts) in qtnf_deassert_intx() 113 static inline int qtnf_topaz_intx_asserted(struct qtnf_pcie_topaz_state *ts) in qtnf_topaz_intx_asserted() 121 static void qtnf_topaz_reset_ep(struct qtnf_pcie_topaz_state *ts) in qtnf_topaz_reset_ep() 129 static void setup_rx_irqs(struct qtnf_pcie_topaz_state *ts) in setup_rx_irqs() 136 static void enable_rx_irqs(struct qtnf_pcie_topaz_state *ts) in enable_rx_irqs() 143 static void disable_rx_irqs(struct qtnf_pcie_topaz_state *ts) in disable_rx_irqs() 152 struct qtnf_pcie_topaz_state *ts = arg; in qtnf_topaz_ipc_gen_ep_int() local 183 static int topaz_alloc_bd_table(struct qtnf_pcie_topaz_state *ts, in topaz_alloc_bd_table() 244 topaz_skb2rbd_attach(struct qtnf_pcie_topaz_state *ts, u16 index, u32 wrap) in topaz_skb2rbd_attach() 273 static int topaz_alloc_rx_buffers(struct qtnf_pcie_topaz_state *ts) in topaz_alloc_rx_buffers() [all …]
|
| /kernel/linux/linux-5.10/arch/sparc/vdso/ |
| D | vclock_gettime.c | 66 notrace static long vdso_fallback_gettime(long clock, struct __kernel_old_timespec *ts) in vdso_fallback_gettime() 147 struct __kernel_old_timespec *ts) in do_realtime() 167 struct __kernel_old_timespec *ts) in do_realtime_stick() 187 struct __kernel_old_timespec *ts) in do_monotonic() 207 struct __kernel_old_timespec *ts) in do_monotonic_stick() 227 struct __kernel_old_timespec *ts) in do_realtime_coarse() 240 struct __kernel_old_timespec *ts) in do_monotonic_coarse() 254 __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime() 282 __vdso_clock_gettime_stick(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime_stick() 314 struct __kernel_old_timespec ts; in __vdso_gettimeofday() member [all …]
|