Home
last modified time | relevance | path

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

12345678910>>...19

/linux/drivers/input/touchscreen/
H A Dgoodix.c253 static int goodix_ts_read_input_report(struct goodix_ts_data *ts, u8 *data) in goodix_ts_read_input_report()
312 static int goodix_create_pen_input(struct goodix_ts_data *ts) in goodix_create_pen_input()
350 static void goodix_ts_report_pen_down(struct goodix_ts_data *ts, u8 *data) in goodix_ts_report_pen_down()
391 static void goodix_ts_report_pen_up(struct goodix_ts_data *ts) in goodix_ts_report_pen_up()
404 static void goodix_ts_report_touch_8b(struct goodix_ts_data *ts, u8 *coor_data) in goodix_ts_report_touch_8b()
419 static void goodix_ts_report_touch_9b(struct goodix_ts_data *ts, u8 *coor_data) in goodix_ts_report_touch_9b()
434 static void goodix_ts_release_keys(struct goodix_ts_data *ts) in goodix_ts_release_keys()
442 static void goodix_ts_report_key(struct goodix_ts_data *ts, u8 *data) in goodix_ts_report_key()
468 static void goodix_process_events(struct goodix_ts_data *ts) in goodix_process_events()
504 struct goodix_ts_data *ts = input_get_drvdata(input); in goodix_ts_work_i2c_poll() local
[all …]
H A Dhimax_hx83112b.c84 static int himax_bus_enable_burst(struct himax_ts_data *ts) in himax_bus_enable_burst()
101 static int himax_bus_read(struct himax_ts_data *ts, u32 address, void *dst, in himax_bus_read()
133 static void himax_reset(struct himax_ts_data *ts) in himax_reset()
148 static int himax_read_product_id(struct himax_ts_data *ts, u32 *product_id) in himax_read_product_id()
161 static int himax_check_product_id(struct himax_ts_data *ts) in himax_check_product_id()
180 static int himax_input_register(struct himax_ts_data *ts) in himax_input_register()
225 static bool himax_process_event_point(struct himax_ts_data *ts, in himax_process_event_point()
245 static void himax_process_event(struct himax_ts_data *ts, in himax_process_event()
260 static bool himax_verify_checksum(struct himax_ts_data *ts, in himax_verify_checksum()
279 static int himax_read_events(struct himax_ts_data *ts, in himax_read_events()
[all …]
H A Dzforce_ts.c128 static int zforce_command(struct zforce_ts *ts, u8 cmd) in zforce_command()
149 static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len) in zforce_send_wait()
174 static int zforce_command_wait(struct zforce_ts *ts, u8 cmd) in zforce_command_wait()
196 static int zforce_resolution(struct zforce_ts *ts, u16 x, u16 y) in zforce_resolution()
208 static int zforce_scan_frequency(struct zforce_ts *ts, u16 idle, u16 finger, in zforce_scan_frequency()
224 static int zforce_setconfig(struct zforce_ts *ts, char b1) in zforce_setconfig()
235 static int zforce_start(struct zforce_ts *ts) in zforce_start()
287 static int zforce_stop(struct zforce_ts *ts) in zforce_stop()
305 static int zforce_touch_event(struct zforce_ts *ts, u8 *payload) in zforce_touch_event()
379 static int zforce_read_packet(struct zforce_ts *ts, u8 *buf) in zforce_read_packet()
[all …]
H A Dads7846.c222 static int get_pendown_state(struct ads7846 *ts) in get_pendown_state()
230 static void ads7846_report_pen_up(struct ads7846 *ts) in ads7846_report_pen_up()
243 static void ads7846_stop(struct ads7846 *ts) in ads7846_stop()
255 static void ads7846_restart(struct ads7846 *ts) in ads7846_restart()
270 static void __ads7846_disable(struct ads7846 *ts) in __ads7846_disable()
282 static void __ads7846_enable(struct ads7846 *ts) in __ads7846_enable()
293 static void ads7846_disable(struct ads7846 *ts) in ads7846_disable()
306 static void ads7846_enable(struct ads7846 *ts) in ads7846_enable()
355 struct ads7846 *ts = dev_get_drvdata(dev); in ads7846_read12_ser() local
437 struct ads7846 *ts = dev_get_drvdata(dev); in ads7845_read12_ser() local
[all …]
H A Dilitek_ts_i2c.c93 static int ilitek_i2c_write_and_read(struct ilitek_ts_data *ts, in ilitek_i2c_write_and_read()
138 static void ilitek_touch_down(struct ilitek_ts_data *ts, unsigned int id, in ilitek_touch_down()
149 static int ilitek_process_and_report_v6(struct ilitek_ts_data *ts) in ilitek_process_and_report_v6()
218 static int api_protocol_set_cmd(struct ilitek_ts_data *ts, in api_protocol_set_cmd()
235 static int api_protocol_get_ptl_ver(struct ilitek_ts_data *ts, in api_protocol_get_ptl_ver()
252 static int api_protocol_get_mcu_ver(struct ilitek_ts_data *ts, in api_protocol_get_mcu_ver()
270 static int api_protocol_get_fw_ver(struct ilitek_ts_data *ts, in api_protocol_get_fw_ver()
286 static int api_protocol_get_scrn_res(struct ilitek_ts_data *ts, in api_protocol_get_scrn_res()
305 static int api_protocol_get_tp_res(struct ilitek_ts_data *ts, in api_protocol_get_tp_res()
326 static int api_protocol_get_ic_mode(struct ilitek_ts_data *ts, in api_protocol_get_ic_mode()
[all …]
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()
187 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_open() local
208 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_close() local
216 struct tsc2007 *ts = i2c_get_clientdata(client); in tsc2007_get_pendown_state_gpio() local
221 static int tsc2007_probe_properties(struct device *dev, struct tsc2007 *ts) in tsc2007_probe_properties()
264 static int tsc2007_probe_pdev(struct device *dev, struct tsc2007 *ts, in tsc2007_probe_pdev()
299 struct tsc2007 *ts; in tsc2007_probe() local
H A Dhideep.c179 static int hideep_pgm_w_mem(struct hideep_ts *ts, u32 addr, in hideep_pgm_w_mem()
206 static int hideep_pgm_r_mem(struct hideep_ts *ts, u32 addr, in hideep_pgm_r_mem()
240 static int hideep_pgm_r_reg(struct hideep_ts *ts, u32 addr, u32 *val) in hideep_pgm_r_reg()
257 static int hideep_pgm_w_reg(struct hideep_ts *ts, u32 addr, u32 val) in hideep_pgm_w_reg()
302 static void hideep_pgm_set(struct hideep_ts *ts) in hideep_pgm_set()
313 static int hideep_pgm_get_pattern(struct hideep_ts *ts, u32 *pattern) in hideep_pgm_get_pattern()
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()
400 static int hideep_check_status(struct hideep_ts *ts) in hideep_check_status()
417 static int hideep_program_page(struct hideep_ts *ts, u32 addr, in hideep_program_page()
[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()
225 static int mip4_get_fw_version(struct mip4_ts *ts) in mip4_get_fw_version()
245 static int mip4_query_device(struct mip4_ts *ts) in mip4_query_device()
366 static int mip4_power_on(struct mip4_ts *ts) in mip4_power_on()
378 static void mip4_power_off(struct mip4_ts *ts) in mip4_power_off()
387 static void mip4_clear_input(struct mip4_ts *ts) in mip4_clear_input()
404 static int mip4_enable(struct mip4_ts *ts) in mip4_enable()
417 static void mip4_disable(struct mip4_ts *ts) in mip4_disable()
430 static void mip4_report_keys(struct mip4_ts *ts, u8 *packet) in mip4_report_keys()
465 static void mip4_report_touch(struct mip4_ts *ts, u8 *packet) in mip4_report_touch()
[all …]
H A Dauo-pixcir-ts.c138 static int auo_pixcir_collect_data(struct auo_pixcir_ts *ts, in auo_pixcir_collect_data()
186 struct auo_pixcir_ts *ts = dev_id; in auo_pixcir_interrupt() local
268 static int auo_pixcir_power_mode(struct auo_pixcir_ts *ts, int mode) in auo_pixcir_power_mode()
293 static int auo_pixcir_int_config(struct auo_pixcir_ts *ts, int int_setting) 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
416 struct auo_pixcir_ts *ts = i2c_get_clientdata(client); in auo_pixcir_suspend() local
[all …]
H A Dzet6223.c37 struct zet6223_ts *ts = input_get_drvdata(dev); in zet6223_start() local
46 struct zet6223_ts *ts = input_get_drvdata(dev); in zet6223_stop() local
53 struct zet6223_ts *ts = dev_id; in zet6223_irq() local
98 struct zet6223_ts *ts = _ts; in zet6223_power_off() local
103 static int zet6223_power_on(struct zet6223_ts *ts) in zet6223_power_on()
131 static int zet6223_query_device(struct zet6223_ts *ts) in zet6223_query_device()
171 struct zet6223_ts *ts; in zet6223_probe() local
H A Dstmpe-ts.c103 struct stmpe_touch *ts = in stmpe_work() local
133 struct stmpe_touch *ts = data; in stmpe_ts_handler() local
174 static int stmpe_init_hw(struct stmpe_touch *ts) in stmpe_init_hw()
238 struct stmpe_touch *ts = input_get_drvdata(dev); in stmpe_ts_open() local
251 struct stmpe_touch *ts = input_get_drvdata(dev); in stmpe_ts_close() local
260 struct stmpe_touch *ts) in stmpe_ts_get_platform_info()
290 struct stmpe_touch *ts; in stmpe_input_probe() local
355 struct stmpe_touch *ts = platform_get_drvdata(pdev); in stmpe_ts_remove() local
H A Dcyttsp5.c218 static int cyttsp5_read(struct cyttsp5 *ts, u8 *buf, u32 max) in cyttsp5_read()
240 static int cyttsp5_write(struct cyttsp5 *ts, unsigned int reg, u8 *data, in cyttsp5_write()
276 static void cyttsp5_get_touch_record(struct cyttsp5 *ts, in cyttsp5_get_touch_record()
290 static void cyttsp5_get_mt_touches(struct cyttsp5 *ts, in cyttsp5_get_mt_touches()
345 struct cyttsp5 *ts = dev_get_drvdata(dev); in cyttsp5_mt_attention() local
376 struct cyttsp5 *ts = dev_get_drvdata(dev); in cyttsp5_setup_input_device() local
411 struct cyttsp5 *ts = dev_get_drvdata(dev); in cyttsp5_parse_dt_key_code() local
426 struct cyttsp5 *ts = dev_get_drvdata(dev); in cyttsp5_btn_attention() local
457 static int cyttsp5_validate_cmd_response(struct cyttsp5 *ts, u8 code) in cyttsp5_validate_cmd_response()
512 static void cyttsp5_si_get_btn_data(struct cyttsp5 *ts) in cyttsp5_si_get_btn_data()
[all …]
H A Dst1232.c100 static int st1232_ts_read_data(struct st1232_ts_data *ts, u8 reg, in st1232_ts_read_data()
126 static int st1232_ts_wait_ready(struct st1232_ts_data *ts) in st1232_ts_wait_ready()
147 static int st1232_ts_read_fw_version(struct st1232_ts_data *ts, in st1232_ts_read_fw_version()
167 static int st1232_ts_read_resolution(struct st1232_ts_data *ts, u16 *max_x, in st1232_ts_read_resolution()
186 static int st1232_ts_parse_and_report(struct st1232_ts_data *ts) in st1232_ts_parse_and_report()
236 struct st1232_ts_data *ts = dev_id; in st1232_ts_irq_handler() local
261 static void st1232_ts_power(struct st1232_ts_data *ts, bool poweron) in st1232_ts_power()
288 struct st1232_ts_data *ts; in st1232_ts_probe() local
429 struct st1232_ts_data *ts = i2c_get_clientdata(client); in st1232_ts_suspend() local
442 struct st1232_ts_data *ts = i2c_get_clientdata(client); in st1232_ts_resume() local
H A Delants_i2c.c298 static int elants_i2c_calibrate(struct elants_data *ts) in elants_i2c_calibrate()
363 static int elants_i2c_query_hw_version(struct elants_data *ts) in elants_i2c_query_hw_version()
388 static int elants_i2c_query_fw_version(struct elants_data *ts) in elants_i2c_query_fw_version()
416 static int elants_i2c_query_test_version(struct elants_data *ts) in elants_i2c_query_test_version()
439 static int elants_i2c_query_bc_version(struct elants_data *ts) in elants_i2c_query_bc_version()
460 static int elants_i2c_query_ts_info_ektf(struct elants_data *ts) in elants_i2c_query_ts_info_ektf()
504 static int elants_i2c_query_ts_info_ekth(struct elants_data *ts) in elants_i2c_query_ts_info_ekth()
601 static int elants_i2c_initialize(struct elants_data *ts) in elants_i2c_initialize()
719 static int elants_i2c_validate_remark_id(struct elants_data *ts, in elants_i2c_validate_remark_id()
750 static bool elants_i2c_should_check_remark_id(struct elants_data *ts) in elants_i2c_should_check_remark_id()
[all …]
H A Dpixcir_i2c_ts.c147 static void pixcir_ts_report(struct pixcir_i2c_ts_data *ts, in pixcir_ts_report()
232 static int pixcir_set_power_mode(struct pixcir_i2c_ts_data *ts, in pixcir_set_power_mode()
276 static int pixcir_set_int_mode(struct pixcir_i2c_ts_data *ts, in pixcir_set_int_mode()
310 static int pixcir_int_enable(struct pixcir_i2c_ts_data *ts, bool enable) in pixcir_int_enable()
337 static int pixcir_start(struct pixcir_i2c_ts_data *ts) in pixcir_start()
368 static int pixcir_stop(struct pixcir_i2c_ts_data *ts) in pixcir_stop()
396 struct pixcir_i2c_ts_data *ts = input_get_drvdata(dev); in pixcir_input_open() local
403 struct pixcir_i2c_ts_data *ts = input_get_drvdata(dev); in pixcir_input_close() local
411 struct pixcir_i2c_ts_data *ts = i2c_get_clientdata(client); in pixcir_i2c_ts_suspend() local
437 struct pixcir_i2c_ts_data *ts = i2c_get_clientdata(client); in pixcir_i2c_ts_resume() local
H A Draydium_i2c_ts.c292 static int raydium_i2c_query_ts_bootloader_info(struct raydium_data *ts) in raydium_i2c_query_ts_bootloader_info()
330 static int raydium_i2c_query_ts_info(struct raydium_data *ts) in raydium_i2c_query_ts_info()
383 static int raydium_i2c_check_fw_status(struct raydium_data *ts) in raydium_i2c_check_fw_status()
403 static int raydium_i2c_initialize(struct raydium_data *ts) in raydium_i2c_initialize()
691 static int raydium_i2c_do_update_firmware(struct raydium_data *ts, in raydium_i2c_do_update_firmware()
812 static int raydium_i2c_fw_update(struct raydium_data *ts) in raydium_i2c_fw_update()
859 static void raydium_mt_event(struct raydium_data *ts) in raydium_mt_event()
894 struct raydium_data *ts = _dev; in raydium_i2c_irq() local
926 struct raydium_data *ts = i2c_get_clientdata(client); in raydium_i2c_fw_ver_show() local
935 struct raydium_data *ts = i2c_get_clientdata(client); in raydium_i2c_hw_ver_show() local
[all …]
H A Dcy8ctmg110_ts.c55 static void cy8ctmg110_power(struct cy8ctmg110 *ts, bool poweron) in cy8ctmg110_power()
137 static int cy8ctmg110_set_sleepmode(struct cy8ctmg110 *ts, bool sleep) in cy8ctmg110_set_sleepmode()
165 struct cy8ctmg110 *ts = _ts; in cy8ctmg110_shut_off() local
173 struct cy8ctmg110 *ts; in cy8ctmg110_probe() local
243 struct cy8ctmg110 *ts = i2c_get_clientdata(client); in cy8ctmg110_suspend() local
256 struct cy8ctmg110 *ts = i2c_get_clientdata(client); in cy8ctmg110_resume() local
/linux/drivers/mfd/
H A Ducb1x00-ts.c54 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 …]
/linux/tools/perf/util/
H A Dthread-stack.c118 static int thread_stack__grow(struct thread_stack *ts) in thread_stack__grow() argument
136 static int thread_stack__init(struct thread_stack *ts, struct thread *thread, in thread_stack__init() argument
178 struct thread_stack *ts = thread__ts(thread), *new_ts; thread_stack__new() local
210 struct thread_stack *ts = thread__ts(thread); thread__cpu_stack() local
238 thread_stack__push(struct thread_stack * ts,u64 ret_addr,bool trace_end) thread_stack__push() argument
257 thread_stack__pop(struct thread_stack * ts,u64 ret_addr) thread_stack__pop() argument
278 thread_stack__pop_trace_end(struct thread_stack * ts) thread_stack__pop_trace_end() argument
290 thread_stack__in_kernel(struct thread_stack * ts) thread_stack__in_kernel() argument
299 thread_stack__call_return(struct thread * thread,struct thread_stack * ts,size_t idx,u64 timestamp,u64 ref,bool no_return) thread_stack__call_return() argument
338 __thread_stack__flush(struct thread * thread,struct thread_stack * ts) __thread_stack__flush() argument
366 struct thread_stack *ts = thread__ts(thread); thread_stack__flush() local
382 thread_stack__update_br_stack(struct thread_stack * ts,u32 flags,u64 from_ip,u64 to_ip) thread_stack__update_br_stack() argument
410 struct thread_stack *ts = thread__stack(thread, cpu); thread_stack__event() local
475 struct thread_stack *ts = thread__stack(thread, cpu); thread_stack__set_trace_nr() local
487 __thread_stack__free(struct thread * thread,struct thread_stack * ts) __thread_stack__free() argument
494 thread_stack__reset(struct thread * thread,struct thread_stack * ts) thread_stack__reset() argument
505 struct thread_stack *ts = thread__ts(thread); thread_stack__free() local
525 struct thread_stack *ts = thread__stack(thread, cpu); thread_stack__sample() local
568 struct thread_stack *ts = thread__stack(thread, cpu); thread_stack__sample_late() local
620 struct thread_stack *ts = thread__stack(thread, cpu); thread_stack__br_sample() local
682 struct thread_stack *ts = thread__stack(thread, cpu); thread_stack__br_sample_late() local
782 thread_stack__push_cp(struct thread_stack * ts,u64 ret_addr,u64 timestamp,u64 ref,struct call_path * cp,bool no_call,bool trace_end) thread_stack__push_cp() argument
814 thread_stack__pop_cp(struct thread * thread,struct thread_stack * ts,u64 ret_addr,u64 timestamp,u64 ref,struct symbol * sym) thread_stack__pop_cp() argument
859 thread_stack__bottom(struct thread_stack * ts,struct perf_sample * sample,struct addr_location * from_al,struct addr_location * to_al,u64 ref) thread_stack__bottom() argument
886 thread_stack__pop_ks(struct thread * thread,struct thread_stack * ts,struct perf_sample * sample,u64 ref) thread_stack__pop_ks() argument
904 thread_stack__no_call_return(struct thread * thread,struct thread_stack * ts,struct perf_sample * sample,struct addr_location * from_al,struct addr_location * to_al,u64 ref) thread_stack__no_call_return() argument
998 thread_stack__trace_begin(struct thread * thread,struct thread_stack * ts,u64 timestamp,u64 ref) thread_stack__trace_begin() argument
1019 thread_stack__trace_end(struct thread_stack * ts,struct perf_sample * sample,u64 ref) thread_stack__trace_end() argument
1049 thread_stack__x86_retpoline(struct thread_stack * ts,struct perf_sample * sample,struct addr_location * to_al) thread_stack__x86_retpoline() argument
1107 struct thread_stack *ts = thread__stack(thread, sample->cpu); thread_stack__process() local
1234 struct thread_stack *ts = thread__stack(thread, cpu); thread_stack__depth() local
[all...]
/linux/sound/soc/meson/
H A Daxg-tdm-formatter.c30 struct axg_tdm_stream *ts, in axg_tdm_formatter_set_channel_masks() argument
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; axg_tdm_formatter_dettach() local
191 struct axg_tdm_stream *ts = formatter->drv->ops->get_stream(w); axg_tdm_formatter_power_up() local
328 axg_tdm_stream_start(struct axg_tdm_stream * ts) axg_tdm_stream_start() argument
351 axg_tdm_stream_stop(struct axg_tdm_stream * ts) axg_tdm_stream_stop() argument
369 struct axg_tdm_stream *ts; axg_tdm_stream_alloc() local
382 axg_tdm_stream_free(struct axg_tdm_stream * ts) axg_tdm_stream_free() argument
395 axg_tdm_stream_set_cont_clocks(struct axg_tdm_stream * ts,unsigned int fmt) axg_tdm_stream_set_cont_clocks() argument
[all...]
/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
209 static int tegra_tsensor_temp_to_counter(const struct tegra_tsensor *ts, int temp) in tegra_tsensor_temp_to_counter()
222 const struct tegra_tsensor *ts = tsc->ts; in tegra_tsensor_set_trips() local
248 tegra_tsensor_handle_channel_interrupt(const struct tegra_tsensor *ts, in tegra_tsensor_handle_channel_interrupt()
270 const struct tegra_tsensor *ts = data; in tegra_tsensor_isr() local
280 static int tegra_tsensor_disable_hw_channel(const struct tegra_tsensor *ts, in tegra_tsensor_disable_hw_channel()
[all …]
/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
163 int __max730x_probe(struct max7301 *ts) in __max730x_probe()
225 struct max7301 *ts = dev_get_drvdata(dev); in __max730x_remove() local
/linux/drivers/thermal/spacemit/
H A Dk1_tsensor.c63 struct k1_tsensor *ts; member
73 static void k1_tsensor_init(struct k1_tsensor *ts) in k1_tsensor_init()
109 struct k1_tsensor *ts = ch->ts; in k1_tsensor_enable_irq() local
133 struct k1_tsensor *ts = ch->ts; in k1_tsensor_get_temp() local
156 struct k1_tsensor *ts = ch->ts; in k1_tsensor_set_trips() local
184 struct k1_tsensor *ts = (struct k1_tsensor *)data; in k1_tsensor_irq_thread() local
201 static void k1_tsensor_shutdown(struct k1_tsensor *ts) in k1_tsensor_shutdown()
237 struct k1_tsensor *ts; in k1_tsensor_probe() local
/linux/drivers/hid/
H A Dhid-nvidia-shield.c301 static inline void thunderstrike_send_hostcmd_request(struct thunderstrike *ts) in thunderstrike_send_hostcmd_request()
321 struct thunderstrike *ts = in thunderstrike_hostcmd_req_work_handler() local
370 static inline void thunderstrike_request_firmware_version(struct thunderstrike *ts) in thunderstrike_request_firmware_version()
376 static inline void thunderstrike_request_board_info(struct thunderstrike *ts) in thunderstrike_request_board_info()
383 thunderstrike_update_haptics(struct thunderstrike *ts, in thunderstrike_update_haptics()
404 struct thunderstrike *ts; in thunderstrike_play_effect() local
427 struct thunderstrike *ts; in thunderstrike_led_get_brightness() local
439 struct thunderstrike *ts; in thunderstrike_led_set_brightness() local
462 struct thunderstrike *ts; in thunderstrike_battery_get_property() local
527 static inline void thunderstrike_request_psy_stats(struct thunderstrike *ts) in thunderstrike_request_psy_stats()
[all …]

12345678910>>...19