| /kernel/linux/linux-6.6/kernel/trace/ |
| D | trace_stat.c | 27 struct rb_node node; member 34 struct tracer_stat *ts; member 125 struct tracer_stat *ts = session->ts; in stat_seq_init() local 174 struct rb_node *node; in stat_seq_start() local 198 struct rb_node *node = p; in stat_seq_next() local 310 struct stat_session *session, *node; in register_stat_tracer() local 353 struct stat_session *node, *tmp; in unregister_stat_tracer() local
|
| /kernel/linux/linux-5.10/kernel/trace/ |
| D | trace_stat.c | 27 struct rb_node node; member 34 struct tracer_stat *ts; member 125 struct tracer_stat *ts = session->ts; in stat_seq_init() local 174 struct rb_node *node; in stat_seq_start() local 198 struct rb_node *node = p; in stat_seq_next() local 310 struct stat_session *session, *node; in register_stat_tracer() local 353 struct stat_session *node, *tmp; in unregister_stat_tracer() local
|
| /kernel/linux/linux-6.6/drivers/input/touchscreen/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/input/touchscreen/ |
| 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 | ads7846.c | 220 static int get_pendown_state(struct ads7846 *ts) in get_pendown_state() 228 static void ads7846_report_pen_up(struct ads7846 *ts) in ads7846_report_pen_up() 241 static void ads7846_stop(struct ads7846 *ts) in ads7846_stop() 253 static void ads7846_restart(struct ads7846 *ts) in ads7846_restart() 268 static void __ads7846_disable(struct ads7846 *ts) in __ads7846_disable() 280 static void __ads7846_enable(struct ads7846 *ts) in __ads7846_enable() 291 static void ads7846_disable(struct ads7846 *ts) in ads7846_disable() 306 static void ads7846_enable(struct ads7846 *ts) in ads7846_enable() 357 struct ads7846 *ts = dev_get_drvdata(dev); in ads7846_read12_ser() local 432 struct ads7846 *ts = dev_get_drvdata(dev); in ads7845_read12_ser() local [all …]
|
| /kernel/linux/linux-6.6/arch/x86/um/vdso/ |
| D | um_vdso.c | 16 int __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime() 57 __vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused) in __vdso_getcpu()
|
| /kernel/linux/linux-5.10/arch/x86/um/vdso/ |
| D | um_vdso.c | 16 int __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime() 57 __vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused) in __vdso_getcpu()
|
| /kernel/linux/linux-6.6/io_uring/ |
| D | io_uring.c | 254 struct llist_node *node = llist_del_all(&ctx->fallback_llist); in io_fallback_req_func() local 256 struct io_tw_state ts = { .locked = true, }; in io_fallback_req_func() local 1154 static void ctx_flush_and_put(struct io_ring_ctx *ctx, struct io_tw_state *ts) in ctx_flush_and_put() 1168 static unsigned int handle_tw_list(struct llist_node *node, in handle_tw_list() 1170 struct io_tw_state *ts) in handle_tw_list() 1219 struct llist_node *node = llist_del_all(&tctx->task_list); in io_fallback_tw() local 1247 struct io_tw_state ts = {}; in tctx_task_work() local 1251 struct llist_node *node; in tctx_task_work() local 1354 struct llist_node *node; in io_move_task_work_from_local() local 1378 static int __io_run_local_work(struct io_ring_ctx *ctx, struct io_tw_state *ts, in __io_run_local_work() [all …]
|
| /kernel/linux/linux-6.6/drivers/ptp/ |
| D | ptp_ines.c | 165 struct device_node *node; member 194 struct device_node *node = device->of_node; in ines_clock_init() local 236 static struct ines_port *ines_find_port(struct device_node *node, u32 index) in ines_find_port() 257 struct ines_timestamp *ts; in ines_find_rxts() local 289 struct ines_timestamp ts; in ines_find_txts() local 432 struct ines_timestamp *ts, struct device *dev) in ines_match() 499 struct ines_timestamp *ts; in ines_rxfifo_read() local 555 static bool ines_timestamp_expired(struct ines_timestamp *ts) in ines_timestamp_expired() 704 struct device_node *node = device->of_node; in ines_ptp_probe_channel() local
|
| D | ptp_qoriq.c | 261 int ptp_qoriq_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) in ptp_qoriq_gettime() 280 const struct timespec64 *ts) in ptp_qoriq_settime() 415 struct device_node *node) in ptp_qoriq_auto_config() 471 struct device_node *node = ptp_qoriq->dev->of_node; in ptp_qoriq_init() local
|
| /kernel/linux/linux-5.10/drivers/ptp/ |
| D | ptp_ines.c | 170 struct device_node *node; member 199 struct device_node *node = device->of_node; in ines_clock_init() local 241 static struct ines_port *ines_find_port(struct device_node *node, u32 index) in ines_find_port() 262 struct ines_timestamp *ts; in ines_find_rxts() local 294 struct ines_timestamp ts; in ines_find_txts() local 441 struct ines_timestamp *ts, struct device *dev) in ines_match() 508 struct ines_timestamp *ts; in ines_rxfifo_read() local 564 static bool ines_timestamp_expired(struct ines_timestamp *ts) in ines_timestamp_expired() 713 struct device_node *node = device->of_node; in ines_ptp_probe_channel() local
|
| D | ptp_qoriq.c | 227 int ptp_qoriq_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) in ptp_qoriq_gettime() 246 const struct timespec64 *ts) in ptp_qoriq_settime() 380 struct device_node *node) in ptp_qoriq_auto_config() 436 struct device_node *node = ptp_qoriq->dev->of_node; in ptp_qoriq_init() local
|
| /kernel/linux/linux-5.10/tools/perf/ |
| D | builtin-lock.c | 125 struct rb_node *node; in thread_stat_find() local 306 struct rb_node *node = result.rb_node; in pop_from_result() local 364 static struct lock_seq_stat *get_seq(struct thread_stat *ts, void *addr) in get_seq() 405 struct thread_stat *ts; in report_lock_acquire_event() local 477 struct thread_stat *ts; in report_lock_acquired_event() local 540 struct thread_stat *ts; in report_lock_contended_event() local 595 struct thread_stat *ts; in report_lock_release_event() local 762 struct rb_node *node; in dump_threads() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/vDSO/ |
| D | vdso_test_correctness.c | 144 static long sys_getcpu(unsigned * cpu, unsigned * node, in sys_getcpu() 150 static inline int sys_clock_gettime(clockid_t id, struct timespec *ts) in sys_clock_gettime() 155 static inline int sys_clock_gettime64(clockid_t id, struct __kernel_timespec *ts) in sys_clock_gettime64() 179 unsigned node; in test_getcpu() local
|
| /kernel/linux/linux-5.10/include/media/ |
| D | v4l2-event.h | 35 u64 ts; member 76 struct list_head node; member
|
| /kernel/linux/linux-5.10/arch/mips/mti-malta/ |
| D | malta-time.c | 125 void read_persistent_clock64(struct timespec64 *ts) in read_persistent_clock64() 210 struct device_node *node; in update_gic_frequency_dt() local
|
| /kernel/linux/linux-6.6/arch/mips/mti-malta/ |
| D | malta-time.c | 120 void read_persistent_clock64(struct timespec64 *ts) in read_persistent_clock64() 205 struct device_node *node; in update_gic_frequency_dt() local
|
| /kernel/linux/linux-6.6/include/media/ |
| D | v4l2-event.h | 35 u64 ts; member 76 struct list_head node; member
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
| D | cpts.c | 254 struct timespec64 *ts, in cpts_ptp_gettimeex() 273 const struct timespec64 *ts) in cpts_ptp_settime() 653 static int cpts_of_mux_clk_setup(struct cpts *cpts, struct device_node *node) in cpts_of_mux_clk_setup() 729 static int cpts_of_parse(struct cpts *cpts, struct device_node *node) in cpts_of_parse() 752 struct device_node *node, u32 n_ext_ts) in cpts_create()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
| D | cpts.c | 242 struct timespec64 *ts, in cpts_ptp_gettimeex() 261 const struct timespec64 *ts) in cpts_ptp_settime() 641 static int cpts_of_mux_clk_setup(struct cpts *cpts, struct device_node *node) in cpts_of_mux_clk_setup() 717 static int cpts_of_parse(struct cpts *cpts, struct device_node *node) in cpts_of_parse() 740 struct device_node *node, u32 n_ext_ts) in cpts_create()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
| D | test_vdso.c | 118 static long sys_getcpu(unsigned * cpu, unsigned * node, in sys_getcpu() 124 static inline int sys_clock_gettime(clockid_t id, struct timespec *ts) in sys_clock_gettime() 148 unsigned node; in test_getcpu() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_smi_events.c | 253 void kfd_smi_event_page_fault_start(struct kfd_node *node, pid_t pid, in kfd_smi_event_page_fault_start() 255 ktime_t ts) in kfd_smi_event_page_fault_start() 262 void kfd_smi_event_page_fault_end(struct kfd_node *node, pid_t pid, in kfd_smi_event_page_fault_end() 270 void kfd_smi_event_migration_start(struct kfd_node *node, pid_t pid, in kfd_smi_event_migration_start() 282 void kfd_smi_event_migration_end(struct kfd_node *node, pid_t pid, in kfd_smi_event_migration_end() 292 void kfd_smi_event_queue_eviction(struct kfd_node *node, pid_t pid, in kfd_smi_event_queue_eviction() 300 void kfd_smi_event_queue_restore(struct kfd_node *node, pid_t pid) in kfd_smi_event_queue_restore() 327 void kfd_smi_event_unmap_from_gpu(struct kfd_node *node, pid_t pid, in kfd_smi_event_unmap_from_gpu()
|
| /kernel/linux/linux-6.6/tools/perf/tests/ |
| D | switch-tracking.c | 28 struct timespec ts; in spin_sleep() local 219 struct event_node *node; in add_event() local 246 struct event_node *node; in free_event_nodes() local 270 struct event_node *events_array, *node; in process_events() local
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | switch-tracking.c | 25 struct timespec ts; in spin_sleep() local 216 struct event_node *node; in add_event() local 243 struct event_node *node; in free_event_nodes() local 267 struct event_node *events_array, *node; in process_events() local
|
| /kernel/linux/linux-5.10/arch/arm/xen/ |
| D | enlighten.c | 72 static void xen_read_wallclock(struct timespec64 *ts) in xen_read_wallclock() 205 static int __init fdt_find_hyper_node(unsigned long node, const char *uname, in fdt_find_hyper_node() 410 struct timespec64 ts; in xen_late_init() local
|