Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 25 of 710) sorted by relevance

12345678910>>...29

/openbmc/linux/kernel/time/
H A Dtick-sched.c447 struct tick_sched *ts; in tick_nohz_dep_set_cpu() local
524 struct tick_sched *ts; in __tick_nohz_task_switch() local
626 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); in tick_nohz_tick_stopped() local
683 static void tick_nohz_start_idle(struct tick_sched *ts) in tick_nohz_start_idle()
741 struct tick_sched *ts = &per_cpu(tick_cpu_sched, cpu); in get_cpu_idle_time_us() local
767 struct tick_sched *ts = &per_cpu(tick_cpu_sched, cpu); in get_cpu_iowait_time_us() local
1110 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); in tick_nohz_idle_stop_tick() local
1161 struct tick_sched *ts; in tick_nohz_idle_enter() local
1187 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); in tick_nohz_irq_exit() local
1272 struct tick_sched *ts = tick_get_tick_sched(cpu); in tick_nohz_get_idle_calls_cpu() local
[all …]
/openbmc/linux/drivers/input/touchscreen/
H A Dgoodix.c508 struct goodix_ts_data *ts = dev_id; in goodix_ts_irq_handler() local
516 static void goodix_free_irq(struct goodix_ts_data *ts) in goodix_free_irq()
521 static int goodix_request_irq(struct goodix_ts_data *ts) in goodix_request_irq()
723 int goodix_int_sync(struct goodix_ts_data *ts) in goodix_int_sync()
749 int goodix_reset_no_int_sync(struct goodix_ts_data *ts) in goodix_reset_no_int_sync()
796 static int goodix_reset(struct goodix_ts_data *ts) in goodix_reset()
830 struct goodix_ts_data *ts = data; in goodix_resource() local
1261 struct goodix_ts_data *ts = ctx; in goodix_config_cb() local
1289 struct goodix_ts_data *ts = arg; in goodix_disable_regulators() local
1297 struct goodix_ts_data *ts; in goodix_ts_probe() local
[all …]
H A Dcyttsp_core.c119 static int cyttsp_handshake(struct cyttsp *ts) in cyttsp_handshake()
368 struct cyttsp *ts = handle; in cyttsp_irq() local
410 static int cyttsp_power_on(struct cyttsp *ts) in cyttsp_power_on()
458 static int cyttsp_enable(struct cyttsp *ts) in cyttsp_enable()
481 static int cyttsp_disable(struct cyttsp *ts) in cyttsp_disable()
496 struct cyttsp *ts = dev_get_drvdata(dev); in cyttsp_suspend() local
514 struct cyttsp *ts = dev_get_drvdata(dev); in cyttsp_resume() local
532 struct cyttsp *ts = input_get_drvdata(dev); in cyttsp_open() local
543 struct cyttsp *ts = input_get_drvdata(dev); in cyttsp_close() local
620 struct cyttsp *ts = _ts; in cyttsp_disable_regulators() local
[all …]
H A Dmxs-lradc-ts.c91 static bool mxs_lradc_check_touch_event(struct mxs_lradc_ts *ts) in mxs_lradc_check_touch_event()
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()
456 static void mxs_lradc_handle_touch(struct mxs_lradc_ts *ts) in mxs_lradc_handle_touch()
495 struct mxs_lradc_ts *ts = data; in mxs_lradc_ts_handle_irq() local
524 struct mxs_lradc_ts *ts = input_get_drvdata(dev); in mxs_lradc_ts_open() local
532 static void mxs_lradc_ts_stop(struct mxs_lradc_ts *ts) in mxs_lradc_ts_stop()
556 struct mxs_lradc_ts *ts = input_get_drvdata(dev); in mxs_lradc_ts_close() local
561 static void mxs_lradc_ts_hw_init(struct mxs_lradc_ts *ts) in mxs_lradc_ts_hw_init()
576 static int mxs_lradc_ts_register(struct mxs_lradc_ts *ts) in mxs_lradc_ts_register()
[all …]
H A Dimagis.c39 static int imagis_i2c_read_reg(struct imagis_ts *ts, in imagis_i2c_read_reg()
79 struct imagis_ts *ts = dev_id; in imagis_interrupt() local
134 struct imagis_ts *ts = _ts; in imagis_power_off() local
139 static int imagis_power_on(struct imagis_ts *ts) in imagis_power_on()
152 static int imagis_start(struct imagis_ts *ts) in imagis_start()
165 static int imagis_stop(struct imagis_ts *ts) in imagis_stop()
176 struct imagis_ts *ts = input_get_drvdata(dev); in imagis_input_open() local
183 struct imagis_ts *ts = input_get_drvdata(dev); in imagis_input_close() local
251 struct imagis_ts *ts; in imagis_probe() local
311 struct imagis_ts *ts = i2c_get_clientdata(client); in imagis_suspend() local
[all …]
H A Dtsc200x-core.c138 struct tsc200x *ts = _ts; in tsc200x_irq_thread() local
221 static void tsc200x_reset(struct tsc200x *ts) in tsc200x_reset()
244 static void __tsc200x_enable(struct tsc200x *ts) in __tsc200x_enable()
260 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_selftest_show() local
343 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_attr_is_visible() local
413 struct tsc200x *ts = input_get_drvdata(input); in tsc200x_open() local
429 struct tsc200x *ts = input_get_drvdata(input); in tsc200x_close() local
445 struct tsc200x *ts; in tsc200x_probe() local
583 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_remove() local
593 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_suspend() local
[all …]
H A Dhimax_hx83112b.c85 static void himax_reset(struct himax_ts_data *ts) in himax_reset()
112 static int himax_check_product_id(struct himax_ts_data *ts) in himax_check_product_id()
134 static int himax_input_register(struct himax_ts_data *ts) in himax_input_register()
179 static bool himax_process_event_point(struct himax_ts_data *ts, in himax_process_event_point()
199 static void himax_process_event(struct himax_ts_data *ts, in himax_process_event()
214 static bool himax_verify_checksum(struct himax_ts_data *ts, in himax_verify_checksum()
233 static int himax_handle_input(struct himax_ts_data *ts) in himax_handle_input()
259 struct himax_ts_data *ts = dev_id; in himax_irq_handler() local
272 struct himax_ts_data *ts; in himax_probe() local
321 struct himax_ts_data *ts = dev_get_drvdata(dev); in himax_suspend() local
[all …]
H A Dipaq-micro-ts.c29 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
H A Dtsc2007_core.c89 bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down()
113 struct tsc2007 *ts = handle; in tsc2007_soft_irq() local
175 static void tsc2007_stop(struct tsc2007 *ts) in tsc2007_stop()
186 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_open() local
206 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_close() local
214 struct tsc2007 *ts = i2c_get_clientdata(client); in tsc2007_get_pendown_state_gpio() local
219 static int tsc2007_probe_properties(struct device *dev, struct tsc2007 *ts) in tsc2007_probe_properties()
262 static int tsc2007_probe_pdev(struct device *dev, struct tsc2007 *ts, in tsc2007_probe_pdev()
297 struct tsc2007 *ts; in tsc2007_probe() local
H A Dad7879.c165 static int ad7879_report(struct ad7879 *ts) in ad7879_report()
247 struct ad7879 *ts = handle; in ad7879_irq() local
305 struct ad7879 *ts = dev_get_drvdata(dev); in ad7879_suspend() local
321 struct ad7879 *ts = dev_get_drvdata(dev); in ad7879_resume() local
361 struct ad7879 *ts = dev_get_drvdata(dev); in ad7879_disable_show() local
370 struct ad7879 *ts = dev_get_drvdata(dev); in ad7879_disable_store() local
398 struct ad7879 *ts = gpiochip_get_data(chip); in ad7879_gpio_direction_input() local
412 struct ad7879 *ts = gpiochip_get_data(chip); in ad7879_gpio_direction_output() local
431 struct ad7879 *ts = gpiochip_get_data(chip); in ad7879_gpio_get_value() local
444 struct ad7879 *ts = gpiochip_get_data(chip); in ad7879_gpio_set_value() local
[all …]
H A Dzforce_ts.c158 static void zforce_reset_assert(struct zforce_ts *ts) in zforce_reset_assert()
266 static int zforce_start(struct zforce_ts *ts) in zforce_start()
319 static int zforce_stop(struct zforce_ts *ts) in zforce_stop()
473 struct zforce_ts *ts = dev_id; in zforce_irq() local
484 struct zforce_ts *ts = dev_id; in zforce_irq_thread() local
593 struct zforce_ts *ts = input_get_drvdata(dev); in zforce_input_open() local
600 struct zforce_ts *ts = input_get_drvdata(dev); in zforce_input_close() local
614 struct zforce_ts *ts = i2c_get_clientdata(client); in zforce_suspend() local
659 struct zforce_ts *ts = i2c_get_clientdata(client); in zforce_resume() local
698 struct zforce_ts *ts = data; in zforce_reset() local
[all …]
H A Dilitek_ts_i2c.c92 static int ilitek_i2c_write_and_read(struct ilitek_ts_data *ts, in ilitek_i2c_write_and_read()
213 static int api_protocol_set_cmd(struct ilitek_ts_data *ts, in api_protocol_set_cmd()
265 static int api_protocol_get_fw_ver(struct ilitek_ts_data *ts, in api_protocol_get_fw_ver()
300 static int api_protocol_get_tp_res(struct ilitek_ts_data *ts, in api_protocol_get_tp_res()
401 static int ilitek_protocol_init(struct ilitek_ts_data *ts) in ilitek_protocol_init()
497 struct ilitek_ts_data *ts = dev_id; in ilitek_i2c_isr() local
513 struct ilitek_ts_data *ts = i2c_get_clientdata(client); in firmware_version_show() local
528 struct ilitek_ts_data *ts = i2c_get_clientdata(client); in product_id_show() local
547 struct ilitek_ts_data *ts; in ilitek_ts_i2c_probe() local
610 struct ilitek_ts_data *ts = i2c_get_clientdata(client); in ilitek_suspend() local
[all …]
H A Dads7846.c239 static void ads7846_stop(struct ads7846 *ts) in ads7846_stop()
355 struct ads7846 *ts = dev_get_drvdata(dev); in ads7846_read12_ser() local
430 struct ads7846 *ts = dev_get_drvdata(dev); in ads7845_read12_ser() local
525 struct ads7846 *ts = dev_get_drvdata(dev); in SHOW() local
582 struct ads7846 *ts) in ads784x_hwmon_register()
591 struct ads7846 *ts = dev_get_drvdata(dev); in ads7846_pen_down_show() local
646 struct ads7846 *ts = ads; in ads7846_debounce_filter() local
908 struct ads7846 *ts = handle; in ads7846_hard_irq() local
916 struct ads7846 *ts = handle; in ads7846_irq() local
986 struct ads7846 *ts, in ads7846_setup_pendown()
[all …]
H A Dhideep.c302 static void hideep_pgm_set(struct hideep_ts *ts) in hideep_pgm_set()
341 static int hideep_enter_pgm(struct hideep_ts *ts) in hideep_enter_pgm()
370 static int hideep_nvm_unlock(struct hideep_ts *ts) in hideep_nvm_unlock()
466 static int hideep_program_nvm(struct hideep_ts *ts, in hideep_program_nvm()
515 static int hideep_verify_nvm(struct hideep_ts *ts, in hideep_verify_nvm()
562 static int hideep_load_dwz(struct hideep_ts *ts) in hideep_load_dwz()
659 static int hideep_power_on(struct hideep_ts *ts) in hideep_power_on()
694 struct hideep_ts *ts = data; in hideep_power_off() local
756 struct hideep_ts *ts = handle; in hideep_irq() local
792 static int hideep_init_input(struct hideep_ts *ts) in hideep_init_input()
[all …]
H A Dcy8ctma140.c55 static void cy8ctma140_report(struct cy8ctma140 *ts, u8 *data, int n_fingers) in cy8ctma140_report()
97 struct cy8ctma140 *ts = d; in cy8ctma140_irq_thread() local
143 static int cy8ctma140_init(struct cy8ctma140 *ts) in cy8ctma140_init()
171 static int cy8ctma140_power_up(struct cy8ctma140 *ts) in cy8ctma140_power_up()
187 static void cy8ctma140_power_down(struct cy8ctma140 *ts) in cy8ctma140_power_down()
196 struct cy8ctma140 *ts = d; in cy8ctma140_power_off_action() local
203 struct cy8ctma140 *ts; in cy8ctma140_probe() local
298 struct cy8ctma140 *ts = i2c_get_clientdata(client); in cy8ctma140_suspend() local
309 struct cy8ctma140 *ts = i2c_get_clientdata(client); in cy8ctma140_resume() local
H A Dmelfas_mip4.c179 static int mip4_i2c_xfer(struct mip4_ts *ts, in mip4_i2c_xfer()
366 static int mip4_power_on(struct mip4_ts *ts) in mip4_power_on()
404 static int mip4_enable(struct mip4_ts *ts) in mip4_enable()
417 static void mip4_disable(struct mip4_ts *ts) in mip4_disable()
584 struct mip4_ts *ts = dev_id; in mip4_interrupt() local
640 struct mip4_ts *ts = input_get_drvdata(dev); in mip4_input_open() local
647 struct mip4_ts *ts = input_get_drvdata(dev); in mip4_input_close() local
831 static int mip4_bl_enter(struct mip4_ts *ts) in mip4_bl_enter()
839 static int mip4_bl_exit(struct mip4_ts *ts) in mip4_bl_exit()
1079 static int mip4_flash_fw(struct mip4_ts *ts, in mip4_flash_fw()
[all …]
H A Dektf2127.c70 static void ektf2127_report_event(struct ektf2127_ts *ts, const u8 *buf) in ektf2127_report_event()
99 static void ektf2127_report2_contact(struct ektf2127_ts *ts, int slot, in ektf2127_report2_contact()
113 static void ektf2127_report2_event(struct ektf2127_ts *ts, const u8 *buf) in ektf2127_report2_event()
124 struct ektf2127_ts *ts = dev_id; in ektf2127_irq() local
164 struct ektf2127_ts *ts = input_get_drvdata(dev); in ektf2127_start() local
174 struct ektf2127_ts *ts = input_get_drvdata(dev); in ektf2127_stop() local
182 struct ektf2127_ts *ts = i2c_get_clientdata(to_i2c_client(dev)); in ektf2127_suspend() local
194 struct ektf2127_ts *ts = i2c_get_clientdata(to_i2c_client(dev)); in ektf2127_resume() local
250 struct ektf2127_ts *ts; in ektf2127_probe() local
/openbmc/linux/drivers/mfd/
H A Ducb1x00-ts.c65 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()
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()
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
290 struct ucb1x00_ts *ts = id; in ucb1x00_ts_irq() local
303 struct ucb1x00_ts *ts = input_get_drvdata(idev); in ucb1x00_ts_open() local
349 struct ucb1x00_ts *ts = input_get_drvdata(idev); in ucb1x00_ts_close() local
366 struct ucb1x00_ts *ts; in ucb1x00_ts_add() local
[all …]
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dtopaz_pcie.c152 struct qtnf_pcie_topaz_state *ts = arg; in qtnf_topaz_ipc_gen_ep_int() local
469 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); in qtnf_try_wake_xmit() local
722 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); in qtnf_pcie_data_tx_timeout() local
730 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); in qtnf_pcie_data_rx_start() local
738 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); in qtnf_pcie_data_rx_stop() local
758 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); in qtnf_dbg_irq_stats() local
768 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); in qtnf_dbg_pkt_stats() local
1123 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); in qtnf_pcie_topaz_probe() local
1175 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); in qtnf_pcie_topaz_remove() local
1184 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); in qtnf_pcie_topaz_suspend() local
[all …]
/openbmc/linux/arch/sparc/vdso/
H A Dvclock_gettime.c66 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 …]
/openbmc/linux/tools/perf/util/
H A Dthread-stack.c118 static int thread_stack__grow(struct thread_stack *ts) in thread_stack__grow()
178 struct thread_stack *ts = thread__ts(thread), *new_ts; in thread_stack__new() local
210 struct thread_stack *ts = thread__ts(thread); in thread__cpu_stack() local
299 struct thread_stack *ts, size_t idx, in thread_stack__call_return()
366 struct thread_stack *ts = thread__ts(thread); in thread_stack__flush() local
410 struct thread_stack *ts = thread__stack(thread, cpu); in thread_stack__event() local
475 struct thread_stack *ts = thread__stack(thread, cpu); in thread_stack__set_trace_nr() local
505 struct thread_stack *ts = thread__ts(thread); in thread_stack__free() local
525 struct thread_stack *ts = thread__stack(thread, cpu); in thread_stack__sample() local
904 struct thread_stack *ts, in thread_stack__no_call_return()
[all …]
/openbmc/linux/drivers/gpio/
H A Dgpio-max730x.c50 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_direction_input() local
78 static int __max7301_set(struct max7301 *ts, unsigned offset, int value) in __max7301_set()
92 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_direction_output() local
120 struct max7301 *ts = gpiochip_get_data(chip); in max7301_get() local
148 struct max7301 *ts = gpiochip_get_data(chip); in max7301_set() local
160 int __max730x_probe(struct max7301 *ts) in __max730x_probe()
225 struct max7301 *ts = dev_get_drvdata(dev); in __max730x_remove() local
/openbmc/linux/drivers/thermal/tegra/
H A Dtegra30-tsensor.c76 struct tegra_tsensor *ts; member
90 static int tegra_tsensor_hw_enable(const struct tegra_tsensor *ts) in tegra_tsensor_hw_enable()
139 static int tegra_tsensor_hw_disable(const struct tegra_tsensor *ts) in tegra_tsensor_hw_disable()
156 const struct tegra_tsensor *ts = data; in devm_tegra_tsensor_hw_disable() local
164 const struct tegra_tsensor *ts = tsc->ts; in tegra_tsensor_get_temp() local
222 const struct tegra_tsensor *ts = tsc->ts; in tegra_tsensor_set_trips() local
270 const struct tegra_tsensor *ts = data; in tegra_tsensor_isr() local
422 static int tegra_tsensor_nvmem_setup(struct tegra_tsensor *ts) in tegra_tsensor_nvmem_setup()
533 struct tegra_tsensor *ts; in tegra_tsensor_probe() local
608 struct tegra_tsensor *ts = dev_get_drvdata(dev); in tegra_tsensor_suspend() local
[all …]
/openbmc/linux/sound/soc/meson/
H A Daxg-tdm-formatter.c30 struct axg_tdm_stream *ts, in axg_tdm_formatter_set_channel_masks()
82 struct axg_tdm_stream *ts = formatter->stream; in axg_tdm_formatter_enable() local
157 struct axg_tdm_stream *ts = formatter->stream; in axg_tdm_formatter_attach() local
179 struct axg_tdm_stream *ts = formatter->stream; in axg_tdm_formatter_dettach() local
191 struct axg_tdm_stream *ts = formatter->drv->ops->get_stream(w); in axg_tdm_formatter_power_up() local
328 int axg_tdm_stream_start(struct axg_tdm_stream *ts) in axg_tdm_stream_start()
351 void axg_tdm_stream_stop(struct axg_tdm_stream *ts) in axg_tdm_stream_stop()
369 struct axg_tdm_stream *ts; in axg_tdm_stream_alloc() local
382 void axg_tdm_stream_free(struct axg_tdm_stream *ts) in axg_tdm_stream_free()
/openbmc/linux/lib/vdso/
H A Dgettimeofday.c50 struct __kernel_timespec *ts) in do_hres_timens()
104 struct __kernel_timespec *ts) in do_hres_timens()
111 struct __kernel_timespec *ts) in do_hres()
166 struct __kernel_timespec *ts) in do_coarse_timens()
195 struct __kernel_timespec *ts) in do_coarse_timens()
202 struct __kernel_timespec *ts) in do_coarse()
229 struct __kernel_timespec *ts) in __cvdso_clock_gettime_common()
256 struct __kernel_timespec *ts) in __cvdso_clock_gettime_data()
276 struct __kernel_timespec ts; in __cvdso_clock_gettime32_data() local
304 struct __kernel_timespec ts; in __cvdso_gettimeofday_data() local
[all …]

12345678910>>...29