Home
last modified time | relevance | path

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

12345678910>>...25

/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() argument
312 goodix_create_pen_input(struct goodix_ts_data * ts) goodix_create_pen_input() argument
350 goodix_ts_report_pen_down(struct goodix_ts_data * ts,u8 * data) goodix_ts_report_pen_down() argument
391 goodix_ts_report_pen_up(struct goodix_ts_data * ts) goodix_ts_report_pen_up() argument
404 goodix_ts_report_touch_8b(struct goodix_ts_data * ts,u8 * coor_data) goodix_ts_report_touch_8b() argument
419 goodix_ts_report_touch_9b(struct goodix_ts_data * ts,u8 * coor_data) goodix_ts_report_touch_9b() argument
434 goodix_ts_release_keys(struct goodix_ts_data * ts) goodix_ts_release_keys() argument
442 goodix_ts_report_key(struct goodix_ts_data * ts,u8 * data) goodix_ts_report_key() argument
468 goodix_process_events(struct goodix_ts_data * ts) goodix_process_events() argument
504 struct goodix_ts_data *ts = input_get_drvdata(input); goodix_ts_work_i2c_poll() local
518 struct goodix_ts_data *ts = dev_id; goodix_ts_irq_handler() local
526 goodix_enable_irq(struct goodix_ts_data * ts) goodix_enable_irq() argument
532 goodix_disable_irq(struct goodix_ts_data * ts) goodix_disable_irq() argument
538 goodix_free_irq(struct goodix_ts_data * ts) goodix_free_irq() argument
544 goodix_request_irq(struct goodix_ts_data * ts) goodix_request_irq() argument
554 goodix_check_cfg_8(struct goodix_ts_data * ts,const u8 * cfg,int len) goodix_check_cfg_8() argument
577 goodix_calc_cfg_checksum_8(struct goodix_ts_data * ts) goodix_calc_cfg_checksum_8() argument
590 goodix_check_cfg_16(struct goodix_ts_data * ts,const u8 * cfg,int len) goodix_check_cfg_16() argument
614 goodix_calc_cfg_checksum_16(struct goodix_ts_data * ts) goodix_calc_cfg_checksum_16() argument
634 goodix_check_cfg(struct goodix_ts_data * ts,const u8 * cfg,int len) goodix_check_cfg() argument
653 goodix_send_cfg(struct goodix_ts_data * ts,const u8 * cfg,int len) goodix_send_cfg() argument
674 goodix_pin_acpi_direction_input(struct goodix_ts_data * ts) goodix_pin_acpi_direction_input() argument
683 goodix_pin_acpi_output_method(struct goodix_ts_data * ts,int value) goodix_pin_acpi_output_method() argument
692 goodix_pin_acpi_direction_input(struct goodix_ts_data * ts) goodix_pin_acpi_direction_input() argument
699 goodix_pin_acpi_output_method(struct goodix_ts_data * ts,int value) goodix_pin_acpi_output_method() argument
707 goodix_irq_direction_output(struct goodix_ts_data * ts,int value) goodix_irq_direction_output() argument
730 goodix_irq_direction_input(struct goodix_ts_data * ts) goodix_irq_direction_input() argument
749 goodix_int_sync(struct goodix_ts_data * ts) goodix_int_sync() argument
775 goodix_reset_no_int_sync(struct goodix_ts_data * ts) goodix_reset_no_int_sync() argument
822 goodix_reset(struct goodix_ts_data * ts) goodix_reset() argument
856 struct goodix_ts_data *ts = data; goodix_resource() local
881 goodix_add_acpi_gpio_mappings(struct goodix_ts_data * ts) goodix_add_acpi_gpio_mappings() argument
971 goodix_add_acpi_gpio_mappings(struct goodix_ts_data * ts) goodix_add_acpi_gpio_mappings() argument
982 goodix_get_gpio_config(struct goodix_ts_data * ts) goodix_get_gpio_config() argument
1064 goodix_read_config(struct goodix_ts_data * ts) goodix_read_config() argument
1102 goodix_read_version(struct goodix_ts_data * ts) goodix_read_version() argument
1156 goodix_configure_dev(struct goodix_ts_data * ts) goodix_configure_dev() argument
1299 struct goodix_ts_data *ts = ctx; goodix_config_cb() local
1327 struct goodix_ts_data *ts = arg; goodix_disable_regulators() local
1335 struct goodix_ts_data *ts; goodix_ts_probe() local
1446 struct goodix_ts_data *ts = i2c_get_clientdata(client); goodix_ts_remove() local
1455 struct goodix_ts_data *ts = i2c_get_clientdata(client); goodix_suspend() local
1502 struct goodix_ts_data *ts = i2c_get_clientdata(client); goodix_resume() local
[all...]
H A Dcyttsp_core.c77 static int ttsp_read_block_data(struct cyttsp *ts, u8 command, in ttsp_read_block_data() argument
95 static int ttsp_write_block_data(struct cyttsp *ts, u8 command, in ttsp_write_block_data() argument
113 static int ttsp_send_command(struct cyttsp *ts, u8 cmd) in ttsp_send_command() argument
118 cyttsp_handshake(struct cyttsp * ts) cyttsp_handshake() argument
127 cyttsp_load_bl_regs(struct cyttsp * ts) cyttsp_load_bl_regs() argument
136 cyttsp_exit_bl_mode(struct cyttsp * ts) cyttsp_exit_bl_mode() argument
164 cyttsp_set_operational_mode(struct cyttsp * ts) cyttsp_set_operational_mode() argument
185 cyttsp_set_sysinfo_mode(struct cyttsp * ts) cyttsp_set_sysinfo_mode() argument
213 cyttsp_set_sysinfo_regs(struct cyttsp * ts) cyttsp_set_sysinfo_regs() argument
236 cyttsp_hard_reset(struct cyttsp * ts) cyttsp_hard_reset() argument
252 cyttsp_soft_reset(struct cyttsp * ts) cyttsp_soft_reset() argument
280 cyttsp_act_dist_setup(struct cyttsp * ts) cyttsp_act_dist_setup() argument
314 cyttsp_report_tchdata(struct cyttsp * ts) cyttsp_report_tchdata() argument
367 struct cyttsp *ts = handle; cyttsp_irq() local
409 cyttsp_power_on(struct cyttsp * ts) cyttsp_power_on() argument
457 cyttsp_enable(struct cyttsp * ts) cyttsp_enable() argument
480 cyttsp_disable(struct cyttsp * ts) cyttsp_disable() argument
495 struct cyttsp *ts = dev_get_drvdata(dev); cyttsp_suspend() local
513 struct cyttsp *ts = dev_get_drvdata(dev); cyttsp_resume() local
531 struct cyttsp *ts = input_get_drvdata(dev); cyttsp_open() local
542 struct cyttsp *ts = input_get_drvdata(dev); cyttsp_close() local
548 cyttsp_parse_properties(struct cyttsp * ts) cyttsp_parse_properties() argument
625 struct cyttsp *ts; cyttsp_probe() 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() argument
97 static void mxs_lradc_map_ts_channel(struct mxs_lradc_ts *ts, unsigned int vch, in mxs_lradc_map_ts_channel() argument
106 static void mxs_lradc_setup_ts_channel(struct mxs_lradc_ts *ts, unsigned int ch) in mxs_lradc_setup_ts_channel() argument
160 mxs_lradc_setup_ts_pressure(struct mxs_lradc_ts * ts,unsigned int ch1,unsigned int ch2) mxs_lradc_setup_ts_pressure() argument
208 mxs_lradc_ts_read_raw_channel(struct mxs_lradc_ts * ts,unsigned int channel) mxs_lradc_ts_read_raw_channel() argument
224 mxs_lradc_read_ts_pressure(struct mxs_lradc_ts * ts,unsigned int ch1,unsigned int ch2) mxs_lradc_read_ts_pressure() argument
272 mxs_lradc_setup_touch_detection(struct mxs_lradc_ts * ts) mxs_lradc_setup_touch_detection() argument
300 mxs_lradc_prepare_x_pos(struct mxs_lradc_ts * ts) mxs_lradc_prepare_x_pos() argument
326 mxs_lradc_prepare_y_pos(struct mxs_lradc_ts * ts) mxs_lradc_prepare_y_pos() argument
352 mxs_lradc_prepare_pressure(struct mxs_lradc_ts * ts) mxs_lradc_prepare_pressure() argument
368 mxs_lradc_enable_touch_detection(struct mxs_lradc_ts * ts) mxs_lradc_enable_touch_detection() argument
379 mxs_lradc_start_touch_event(struct mxs_lradc_ts * ts) mxs_lradc_start_touch_event() argument
392 mxs_lradc_report_ts_event(struct mxs_lradc_ts * ts) mxs_lradc_report_ts_event() argument
401 mxs_lradc_complete_touch_event(struct mxs_lradc_ts * ts) mxs_lradc_complete_touch_event() argument
422 mxs_lradc_finish_touch_event(struct mxs_lradc_ts * ts,bool valid) mxs_lradc_finish_touch_event() argument
456 mxs_lradc_handle_touch(struct mxs_lradc_ts * ts) mxs_lradc_handle_touch() argument
495 struct mxs_lradc_ts *ts = data; mxs_lradc_ts_handle_irq() local
524 struct mxs_lradc_ts *ts = input_get_drvdata(dev); mxs_lradc_ts_open() local
532 mxs_lradc_ts_stop(struct mxs_lradc_ts * ts) mxs_lradc_ts_stop() argument
556 struct mxs_lradc_ts *ts = input_get_drvdata(dev); mxs_lradc_ts_close() local
561 mxs_lradc_ts_hw_init(struct mxs_lradc_ts * ts) mxs_lradc_ts_hw_init() argument
576 mxs_lradc_ts_register(struct mxs_lradc_ts * ts) mxs_lradc_ts_register() argument
608 struct mxs_lradc_ts *ts; mxs_lradc_ts_probe() local
[all...]
H A Dhimax_hx83112b.c84 static int himax_bus_enable_burst(struct himax_ts_data *ts) in himax_bus_enable_burst() argument
101 static int himax_bus_read(struct himax_ts_data *ts, u32 address, void *dst, in himax_bus_read() argument
133 himax_reset(struct himax_ts_data * ts) himax_reset() argument
148 himax_read_product_id(struct himax_ts_data * ts,u32 * product_id) himax_read_product_id() argument
161 himax_check_product_id(struct himax_ts_data * ts) himax_check_product_id() argument
180 himax_input_register(struct himax_ts_data * ts) himax_input_register() argument
225 himax_process_event_point(struct himax_ts_data * ts,const struct himax_event * event,int point_index) himax_process_event_point() argument
245 himax_process_event(struct himax_ts_data * ts,const struct himax_event * event) himax_process_event() argument
260 himax_verify_checksum(struct himax_ts_data * ts,const struct himax_event * event) himax_verify_checksum() argument
279 himax_read_events(struct himax_ts_data * ts,struct himax_event * event,size_t length) himax_read_events() argument
286 hx83100a_read_events(struct himax_ts_data * ts,struct himax_event * event,size_t length) hx83100a_read_events() argument
292 himax_handle_input(struct himax_ts_data * ts) himax_handle_input() argument
317 struct himax_ts_data *ts = dev_id; himax_irq_handler() local
330 struct himax_ts_data *ts; himax_probe() local
382 struct himax_ts_data *ts = dev_get_drvdata(dev); himax_suspend() local
390 struct himax_ts_data *ts = dev_get_drvdata(dev); himax_resume() local
[all...]
H A Dad7879.c135 static int ad7879_read(struct ad7879 *ts, u8 reg) in ad7879_read() argument
150 static int ad7879_write(struct ad7879 *ts, u8 reg, u16 val) in ad7879_write() argument
165 static int ad7879_report(struct ad7879 *ts) in ad7879_report() argument
229 ad7879_ts_event_release(struct ad7879 * ts) ad7879_ts_event_release() argument
240 struct ad7879 *ts = timer_container_of(ts, t, timer); ad7879_timer() local
247 struct ad7879 *ts = handle; ad7879_irq() local
261 __ad7879_enable(struct ad7879 * ts) __ad7879_enable() argument
270 __ad7879_disable(struct ad7879 * ts) __ad7879_disable() argument
285 struct ad7879 *ts = input_get_drvdata(input); ad7879_open() local
296 struct ad7879 *ts = input_get_drvdata(input); ad7879_close() local
305 struct ad7879 *ts = dev_get_drvdata(dev); ad7879_suspend() local
321 struct ad7879 *ts = dev_get_drvdata(dev); ad7879_resume() local
338 ad7879_toggle(struct ad7879 * ts,bool disable) ad7879_toggle() argument
361 struct ad7879 *ts = dev_get_drvdata(dev); ad7879_disable_show() local
370 struct ad7879 *ts = dev_get_drvdata(dev); ad7879_disable_store() local
404 struct ad7879 *ts = gpiochip_get_data(chip); ad7879_gpio_direction_input() local
418 struct ad7879 *ts = gpiochip_get_data(chip); ad7879_gpio_direction_output() local
437 struct ad7879 *ts = gpiochip_get_data(chip); ad7879_gpio_get_value() local
450 struct ad7879 *ts = gpiochip_get_data(chip); ad7879_gpio_set_value() local
465 ad7879_gpio_add(struct ad7879 * ts) ad7879_gpio_add() argument
494 ad7879_gpio_add(struct ad7879 * ts) ad7879_gpio_add() argument
500 ad7879_parse_dt(struct device * dev,struct ad7879 * ts) ad7879_parse_dt() argument
529 struct ad7879 *ts; ad7879_probe() local
[all...]
H A Dzforce_ts.c128 static int zforce_command(struct zforce_ts *ts, u8 cmd) in zforce_command() argument
149 static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len) in zforce_send_wait() argument
174 static int zforce_command_wait(struct zforce_ts *ts, u8 cmd) in zforce_command_wait() argument
196 zforce_resolution(struct zforce_ts * ts,u16 x,u16 y) zforce_resolution() argument
208 zforce_scan_frequency(struct zforce_ts * ts,u16 idle,u16 finger,u16 stylus) zforce_scan_frequency() argument
224 zforce_setconfig(struct zforce_ts * ts,char b1) zforce_setconfig() argument
235 zforce_start(struct zforce_ts * ts) zforce_start() argument
287 zforce_stop(struct zforce_ts * ts) zforce_stop() argument
305 zforce_touch_event(struct zforce_ts * ts,u8 * payload) zforce_touch_event() argument
379 zforce_read_packet(struct zforce_ts * ts,u8 * buf) zforce_read_packet() argument
415 zforce_complete(struct zforce_ts * ts,int cmd,int result) zforce_complete() argument
430 struct zforce_ts *ts = dev_id; zforce_irq() local
441 struct zforce_ts *ts = dev_id; zforce_irq_thread() local
553 struct zforce_ts *ts = input_get_drvdata(dev); zforce_input_open() local
560 struct zforce_ts *ts = input_get_drvdata(dev); zforce_input_close() local
569 __zforce_suspend(struct zforce_ts * ts) __zforce_suspend() argument
610 struct zforce_ts *ts = i2c_get_clientdata(client); zforce_suspend() local
627 struct zforce_ts *ts = i2c_get_clientdata(client); zforce_resume() local
663 struct zforce_ts *ts = data; zforce_reset() local
669 zforce_ts_parse_legacy_properties(struct zforce_ts * ts) zforce_ts_parse_legacy_properties() argument
683 struct zforce_ts *ts; zforce_probe() 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() argument
138 static void ilitek_touch_down(struct ilitek_ts_data *ts, unsigned int id, in ilitek_touch_down() argument
149 static int ilitek_process_and_report_v6(struct ilitek_ts_data *ts) in ilitek_process_and_report_v6() argument
218 api_protocol_set_cmd(struct ilitek_ts_data * ts,u16 idx,u8 * inbuf,u8 * outbuf) api_protocol_set_cmd() argument
235 api_protocol_get_ptl_ver(struct ilitek_ts_data * ts,u16 cmd,u8 * inbuf,u8 * outbuf) api_protocol_get_ptl_ver() argument
252 api_protocol_get_mcu_ver(struct ilitek_ts_data * ts,u16 cmd,u8 * inbuf,u8 * outbuf) api_protocol_get_mcu_ver() argument
270 api_protocol_get_fw_ver(struct ilitek_ts_data * ts,u16 cmd,u8 * inbuf,u8 * outbuf) api_protocol_get_fw_ver() argument
286 api_protocol_get_scrn_res(struct ilitek_ts_data * ts,u16 cmd,u8 * inbuf,u8 * outbuf) api_protocol_get_scrn_res() argument
305 api_protocol_get_tp_res(struct ilitek_ts_data * ts,u16 cmd,u8 * inbuf,u8 * outbuf) api_protocol_get_tp_res() argument
326 api_protocol_get_ic_mode(struct ilitek_ts_data * ts,u16 cmd,u8 * inbuf,u8 * outbuf) api_protocol_get_ic_mode() argument
341 api_protocol_set_ic_sleep(struct ilitek_ts_data * ts,u16 cmd,u8 * inbuf,u8 * outbuf) api_protocol_set_ic_sleep() argument
350 api_protocol_set_ic_wake(struct ilitek_ts_data * ts,u16 cmd,u8 * inbuf,u8 * outbuf) api_protocol_set_ic_wake() argument
396 ilitek_reset(struct ilitek_ts_data * ts,int delay) ilitek_reset() argument
406 ilitek_protocol_init(struct ilitek_ts_data * ts) ilitek_protocol_init() argument
427 ilitek_read_tp_info(struct ilitek_ts_data * ts,bool boot) ilitek_read_tp_info() argument
462 ilitek_input_dev_init(struct device * dev,struct ilitek_ts_data * ts) ilitek_input_dev_init() argument
502 struct ilitek_ts_data *ts = dev_id; ilitek_i2c_isr() local
518 struct ilitek_ts_data *ts = i2c_get_clientdata(client); firmware_version_show() local
533 struct ilitek_ts_data *ts = i2c_get_clientdata(client); product_id_show() local
549 struct ilitek_ts_data *ts; ilitek_ts_i2c_probe() local
606 struct ilitek_ts_data *ts = i2c_get_clientdata(client); ilitek_suspend() local
623 struct ilitek_ts_data *ts = i2c_get_clientdata(client); ilitek_resume() local
[all...]
H A Dads7846.c219 static int get_pendown_state(struct ads7846 *ts) in get_pendown_state() argument
227 static void ads7846_report_pen_up(struct ads7846 *ts) in ads7846_report_pen_up() argument
240 static void ads7846_stop(struct ads7846 *ts) in ads7846_stop() argument
252 ads7846_restart(struct ads7846 * ts) ads7846_restart() argument
267 __ads7846_disable(struct ads7846 * ts) __ads7846_disable() argument
279 __ads7846_enable(struct ads7846 * ts) __ads7846_enable() argument
290 ads7846_disable(struct ads7846 * ts) ads7846_disable() argument
305 ads7846_enable(struct ads7846 * ts) ads7846_enable() argument
356 struct ads7846 *ts = dev_get_drvdata(dev); ads7846_read12_ser() local
441 struct ads7846 *ts = dev_get_drvdata(dev); ads7845_read12_ser() local
494 null_adjust(struct ads7846 * ts,ssize_t v) null_adjust() argument
518 vbatt_adjust(struct ads7846 * ts,ssize_t v) vbatt_adjust() argument
536 struct ads7846 *ts = dev_get_drvdata(dev); SHOW() local
560 ads784x_hwmon_register(struct spi_device * spi,struct ads7846 * ts) ads784x_hwmon_register() argument
593 ads784x_hwmon_register(struct spi_device * spi,struct ads7846 * ts) ads784x_hwmon_register() argument
602 struct ads7846 *ts = dev_get_drvdata(dev); ads7846_pen_down_show() local
612 struct ads7846 *ts = dev_get_drvdata(dev); ads7846_disable_show() local
621 struct ads7846 *ts = dev_get_drvdata(dev); ads7846_disable_store() local
650 struct ads7846 *ts = ads; ads7846_debounce_filter() local
705 ads7846_set_cmd_val(struct ads7846 * ts,enum ads7846_cmds cmd_idx,u16 val) ads7846_set_cmd_val() argument
767 ads7846_filter(struct ads7846 * ts) ads7846_filter() argument
800 ads7846_wait_for_hsync(struct ads7846 * ts) ads7846_wait_for_hsync() argument
822 ads7846_read_state(struct ads7846 * ts) ads7846_read_state() argument
850 ads7846_report_state(struct ads7846 * ts) ads7846_report_state() argument
934 struct ads7846 *ts = handle; ads7846_hard_irq() local
942 struct ads7846 *ts = handle; ads7846_irq() local
967 struct ads7846 *ts = dev_get_drvdata(dev); ads7846_suspend() local
989 struct ads7846 *ts = dev_get_drvdata(dev); ads7846_resume() local
1012 ads7846_setup_pendown(struct spi_device * spi,struct ads7846 * ts,const struct ads7846_platform_data * pdata) ads7846_setup_pendown() argument
1041 ads7846_setup_spi_msg(struct ads7846 * ts,const struct ads7846_platform_data * pdata) ads7846_setup_spi_msg() argument
1216 struct ads7846 *ts; ads7846_probe() local
1418 struct ads7846 *ts = spi_get_drvdata(spi); ads7846_remove() 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, boo argument
65 struct touchscreen_data *ts = input_get_drvdata(input); micro_ts_open() local
74 struct touchscreen_data *ts = input_get_drvdata(input); micro_ts_close() local
82 struct touchscreen_data *ts; micro_ts_probe() local
124 struct touchscreen_data *ts = dev_get_drvdata(dev); micro_ts_suspend() local
133 struct touchscreen_data *ts = dev_get_drvdata(dev); micro_ts_resume() local
[all...]
H A Dimagis.c66 static int imagis_i2c_read_reg(struct imagis_ts *ts, in imagis_i2c_read_reg() argument
106 struct imagis_ts *ts = dev_id; in imagis_interrupt() local
170 struct imagis_ts *ts = _ts; imagis_power_off() local
175 imagis_power_on(struct imagis_ts * ts) imagis_power_on() argument
188 imagis_start(struct imagis_ts * ts) imagis_start() argument
201 imagis_stop(struct imagis_ts * ts) imagis_stop() argument
212 struct imagis_ts *ts = input_get_drvdata(dev); imagis_input_open() local
219 struct imagis_ts *ts = input_get_drvdata(dev); imagis_input_close() local
224 imagis_init_input_dev(struct imagis_ts * ts) imagis_init_input_dev() argument
290 imagis_init_regulators(struct imagis_ts * ts) imagis_init_regulators() argument
304 struct imagis_ts *ts; imagis_probe() local
368 struct imagis_ts *ts = i2c_get_clientdata(client); imagis_suspend() local
384 struct imagis_ts *ts = i2c_get_clientdata(client); imagis_resume() local
[all...]
H A Dmelfas_mip4.c179 static int mip4_i2c_xfer(struct mip4_ts *ts, in mip4_i2c_xfer() argument
225 static int mip4_get_fw_version(struct mip4_ts *ts) in mip4_get_fw_version() argument
245 mip4_query_device(struct mip4_ts * ts) mip4_query_device() argument
366 mip4_power_on(struct mip4_ts * ts) mip4_power_on() argument
378 mip4_power_off(struct mip4_ts * ts) mip4_power_off() argument
387 mip4_clear_input(struct mip4_ts * ts) mip4_clear_input() argument
404 mip4_enable(struct mip4_ts * ts) mip4_enable() argument
417 mip4_disable(struct mip4_ts * ts) mip4_disable() argument
430 mip4_report_keys(struct mip4_ts * ts,u8 * packet) mip4_report_keys() argument
465 mip4_report_touch(struct mip4_ts * ts,u8 * packet) mip4_report_touch() argument
543 mip4_handle_packet(struct mip4_ts * ts,u8 * packet) mip4_handle_packet() argument
584 struct mip4_ts *ts = dev_id; mip4_interrupt() local
640 struct mip4_ts *ts = input_get_drvdata(dev); mip4_input_open() local
647 struct mip4_ts *ts = input_get_drvdata(dev); mip4_input_close() local
706 mip4_bl_read_status(struct mip4_ts * ts) mip4_bl_read_status() argument
768 mip4_bl_change_mode(struct mip4_ts * ts,u8 mode) mip4_bl_change_mode() argument
831 mip4_bl_enter(struct mip4_ts * ts) mip4_bl_enter() argument
839 mip4_bl_exit(struct mip4_ts * ts) mip4_bl_exit() argument
844 mip4_bl_get_address(struct mip4_ts * ts,u16 * buf_addr) mip4_bl_get_address() argument
880 mip4_bl_program_page(struct mip4_ts * ts,int offset,const u8 * data,int length,u16 buf_addr) mip4_bl_program_page() argument
966 mip4_bl_verify_page(struct mip4_ts * ts,int offset,const u8 * data,int length,int buf_addr) mip4_bl_verify_page() argument
1079 mip4_flash_fw(struct mip4_ts * ts,const u8 * fw_data,u32 fw_size,u32 fw_offset) mip4_flash_fw() argument
1155 mip4_parse_firmware(struct mip4_ts * ts,const struct firmware * fw,u32 * fw_offset_start,u32 * fw_size,const struct mip4_bin_tail ** pfw_info) mip4_parse_firmware() argument
1246 mip4_execute_fw_update(struct mip4_ts * ts,const struct firmware * fw) mip4_execute_fw_update() argument
1292 struct mip4_ts *ts = i2c_get_clientdata(client); mip4_sysfs_fw_update() local
1333 struct mip4_ts *ts = i2c_get_clientdata(client); mip4_sysfs_read_fw_version() local
1355 struct mip4_ts *ts = i2c_get_clientdata(client); mip4_sysfs_read_hw_version() local
1380 struct mip4_ts *ts = i2c_get_clientdata(client); mip4_sysfs_read_product_id() local
1399 struct mip4_ts *ts = i2c_get_clientdata(client); mip4_sysfs_read_ic_name() local
1426 struct mip4_ts *ts; mip4_probe() local
1520 struct mip4_ts *ts = i2c_get_clientdata(client); mip4_suspend() local
1538 struct mip4_ts *ts = i2c_get_clientdata(client); mip4_resume() 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; zet6223_power_off() local
103 zet6223_power_on(struct zet6223_ts * ts) zet6223_power_on() argument
131 zet6223_query_device(struct zet6223_ts * ts) zet6223_query_device() argument
171 struct zet6223_ts *ts; zet6223_probe() local
[all...]
H A Dektf2127.c76 static void ektf2127_report_event(struct ektf2127_ts *ts, const u8 *buf) in ektf2127_report_event() argument
105 static void ektf2127_report2_contact(struct ektf2127_ts *ts, in argument
119 ektf2127_report2_event(struct ektf2127_ts * ts,const u8 * buf) ektf2127_report2_event() argument
130 struct ektf2127_ts *ts = dev_id; ektf2127_irq() local
170 struct ektf2127_ts *ts = input_get_drvdata(dev); ektf2127_start() local
180 struct ektf2127_ts *ts = input_get_drvdata(dev); ektf2127_stop() local
188 struct ektf2127_ts *ts = i2c_get_clientdata(to_i2c_client(dev)); ektf2127_suspend() local
200 struct ektf2127_ts *ts = i2c_get_clientdata(to_i2c_client(dev)); ektf2127_resume() local
257 struct ektf2127_ts *ts; ektf2127_probe() local
[all...]
H A Dst1232.c66 static int st1232_ts_read_data(struct st1232_ts_data *ts, u8 reg, in st1232_ts_read_data() argument
92 static int st1232_ts_wait_ready(struct st1232_ts_data *ts) in st1232_ts_wait_ready() argument
113 static int st1232_ts_read_resolution(struct st1232_ts_data *ts, u16 *max_x, in st1232_ts_read_resolution() argument
132 st1232_ts_parse_and_report(struct st1232_ts_data * ts) st1232_ts_parse_and_report() argument
182 struct st1232_ts_data *ts = dev_id; st1232_ts_irq_handler() local
207 st1232_ts_power(struct st1232_ts_data * ts,bool poweron) st1232_ts_power() argument
234 struct st1232_ts_data *ts; st1232_ts_probe() local
365 struct st1232_ts_data *ts = i2c_get_clientdata(client); st1232_ts_suspend() local
378 struct st1232_ts_data *ts = i2c_get_clientdata(client); st1232_ts_resume() local
[all...]
/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() argument
65 static inline void ucb1x00_ts_event_release(struct ucb1x00_ts *ts) in ucb1x00_ts_event_release() argument
77 static inline void ucb1x00_ts_mode_int(struct ucb1x00_ts *ts) in ucb1x00_ts_mode_int() argument
89 static inline unsigned int ucb1x00_ts_read_pressure(struct ucb1x00_ts *ts) in ucb1x00_ts_read_pressure() argument
116 ucb1x00_ts_read_xpos(struct ucb1x00_ts * ts) ucb1x00_ts_read_xpos() argument
143 ucb1x00_ts_read_ypos(struct ucb1x00_ts * ts) ucb1x00_ts_read_ypos() argument
169 ucb1x00_ts_read_xres(struct ucb1x00_ts * ts) ucb1x00_ts_read_xres() argument
181 ucb1x00_ts_read_yres(struct ucb1x00_ts * ts) ucb1x00_ts_read_yres() argument
189 ucb1x00_ts_pen_down(struct ucb1x00_ts * ts) ucb1x00_ts_pen_down() argument
206 struct ucb1x00_ts *ts = _ts; ucb1x00_thread() local
290 struct ucb1x00_ts *ts = id; ucb1x00_ts_irq() local
303 struct ucb1x00_ts *ts = input_get_drvdata(idev); ucb1x00_ts_open() local
349 struct ucb1x00_ts *ts = input_get_drvdata(idev); ucb1x00_ts_close() local
366 struct ucb1x00_ts *ts; ucb1x00_ts_add() local
418 struct ucb1x00_ts *ts = dev->priv; ucb1x00_ts_remove() local
[all...]
/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dtopaz_pcie.c103 static void qtnf_deassert_intx(struct qtnf_pcie_topaz_state *ts) in qtnf_deassert_intx() argument
113 static inline int qtnf_topaz_intx_asserted(struct qtnf_pcie_topaz_state *ts) in qtnf_topaz_intx_asserted() argument
121 static void qtnf_topaz_reset_ep(struct qtnf_pcie_topaz_state *ts) in qtnf_topaz_reset_ep() argument
129 static void setup_rx_irqs(struct qtnf_pcie_topaz_state *ts) in setup_rx_irqs() argument
136 enable_rx_irqs(struct qtnf_pcie_topaz_state * ts) enable_rx_irqs() argument
143 disable_rx_irqs(struct qtnf_pcie_topaz_state * ts) disable_rx_irqs() argument
152 struct qtnf_pcie_topaz_state *ts = arg; qtnf_topaz_ipc_gen_ep_int() local
183 topaz_alloc_bd_table(struct qtnf_pcie_topaz_state * ts,struct qtnf_topaz_bda __iomem * bda) topaz_alloc_bd_table() argument
244 topaz_skb2rbd_attach(struct qtnf_pcie_topaz_state * ts,u16 index,u32 wrap) topaz_skb2rbd_attach() argument
273 topaz_alloc_rx_buffers(struct qtnf_pcie_topaz_state * ts) topaz_alloc_rx_buffers() argument
294 qtnf_topaz_free_xfer_buffers(struct qtnf_pcie_topaz_state * ts) qtnf_topaz_free_xfer_buffers() argument
334 qtnf_pcie_topaz_init_xfer(struct qtnf_pcie_topaz_state * ts,unsigned int tx_bd_size,unsigned int rx_bd_size) qtnf_pcie_topaz_init_xfer() argument
391 qtnf_topaz_data_tx_reclaim(struct qtnf_pcie_topaz_state * ts) qtnf_topaz_data_tx_reclaim() argument
447 struct qtnf_pcie_topaz_state *ts = (void *)get_bus_priv(bus); qtnf_try_stop_xmit() local
469 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); qtnf_try_wake_xmit() local
482 qtnf_tx_queue_ready(struct qtnf_pcie_topaz_state * ts) qtnf_tx_queue_ready() argument
503 struct qtnf_pcie_topaz_state *ts = (void *)get_bus_priv(bus); qtnf_pcie_data_tx() local
568 struct qtnf_pcie_topaz_state *ts = (void *)get_bus_priv(bus); qtnf_pcie_topaz_interrupt() local
592 qtnf_rx_data_ready(struct qtnf_pcie_topaz_state * ts) qtnf_rx_data_ready() argument
610 struct qtnf_pcie_topaz_state *ts = (void *)get_bus_priv(bus); qtnf_topaz_rx_poll() local
722 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); qtnf_pcie_data_tx_timeout() local
730 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); qtnf_pcie_data_rx_start() local
738 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); qtnf_pcie_data_rx_stop() local
758 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); qtnf_dbg_irq_stats() local
768 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); qtnf_dbg_pkt_stats() local
800 qtnf_reset_dma_offset(struct qtnf_pcie_topaz_state * ts) qtnf_reset_dma_offset() argument
811 qtnf_pcie_endian_detect(struct qtnf_pcie_topaz_state * ts) qtnf_pcie_endian_detect() argument
852 struct qtnf_pcie_topaz_state *ts = (void *)get_bus_priv(bus); qtnf_pre_init_ep() local
886 qtnf_post_init_ep(struct qtnf_pcie_topaz_state * ts) qtnf_post_init_ep() argument
902 qtnf_ep_fw_load(struct qtnf_pcie_topaz_state * ts,const u8 * fw,u32 fw_size) qtnf_ep_fw_load() argument
1003 qtnf_topaz_fw_upload(struct qtnf_pcie_topaz_state * ts,const char * fwname) qtnf_topaz_fw_upload() argument
1037 struct qtnf_pcie_topaz_state *ts = (void *)get_bus_priv(bus); qtnf_topaz_fw_work_handler() local
1110 struct qtnf_pcie_topaz_state *ts = from_tasklet(ts, t, base.reclaim_tq); qtnf_reclaim_tasklet_fn() local
1123 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); qtnf_pcie_topaz_probe() local
1175 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); qtnf_pcie_topaz_remove() local
1184 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); qtnf_pcie_topaz_suspend() local
1201 struct qtnf_pcie_topaz_state *ts = get_bus_priv(bus); qtnf_pcie_topaz_resume() local
1220 struct qtnf_pcie_topaz_state *ts; qtnf_pcie_topaz_alloc() 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/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() argument
167 struct __kernel_old_timespec *ts) in do_realtime() argument
187 struct __kernel_old_timespec *ts) in do_realtime_stick() argument
207 do_monotonic(struct vvar_data * vvar,struct __kernel_old_timespec * ts) do_monotonic() argument
227 do_monotonic_stick(struct vvar_data * vvar,struct __kernel_old_timespec * ts) do_monotonic_stick() argument
247 do_realtime_coarse(struct vvar_data * vvar,struct __kernel_old_timespec * ts) do_realtime_coarse() argument
260 do_monotonic_coarse(struct vvar_data * vvar,struct __kernel_old_timespec * ts) do_monotonic_coarse() argument
274 __vdso_clock_gettime(clockid_t clock,struct __kernel_old_timespec * ts) __vdso_clock_gettime() argument
302 __vdso_clock_gettime_stick(clockid_t clock,struct __kernel_old_timespec * ts) __vdso_clock_gettime_stick() argument
334 struct __kernel_old_timespec ts; __vdso_gettimeofday() member
370 struct __kernel_old_timespec ts; __vdso_gettimeofday_stick() member
[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() argument
139 tegra_tsensor_hw_disable(const struct tegra_tsensor * ts) tegra_tsensor_hw_disable() argument
156 const struct tegra_tsensor *ts = data; devm_tegra_tsensor_hw_disable() local
164 const struct tegra_tsensor *ts = tsc->ts; tegra_tsensor_get_temp() local
209 tegra_tsensor_temp_to_counter(const struct tegra_tsensor * ts,int temp) tegra_tsensor_temp_to_counter() argument
222 const struct tegra_tsensor *ts = tsc->ts; tegra_tsensor_set_trips() local
248 tegra_tsensor_handle_channel_interrupt(const struct tegra_tsensor * ts,unsigned int id) tegra_tsensor_handle_channel_interrupt() argument
270 const struct tegra_tsensor *ts = data; tegra_tsensor_isr() local
280 tegra_tsensor_disable_hw_channel(const struct tegra_tsensor * ts,unsigned int id) tegra_tsensor_disable_hw_channel() argument
348 tegra_tsensor_enable_hw_channel(const struct tegra_tsensor * ts,unsigned int id) tegra_tsensor_enable_hw_channel() argument
427 tegra_tsensor_nvmem_setup(struct tegra_tsensor * ts) tegra_tsensor_nvmem_setup() argument
507 tegra_tsensor_register_channel(struct tegra_tsensor * ts,unsigned int id) tegra_tsensor_register_channel() argument
538 struct tegra_tsensor *ts; tegra_tsensor_probe() local
613 struct tegra_tsensor *ts = dev_get_drvdata(dev); tegra_tsensor_suspend() local
638 struct tegra_tsensor *ts = dev_get_drvdata(dev); tegra_tsensor_resume() local
[all...]
/linux/kernel/bpf/
H A Drqspinlock.c92 static bool is_lock_released(rqspinlock_t *lock, u32 mask, struct rqspinlock_timeout *ts) in is_lock_released() argument
100 struct rqspinlock_timeout *ts) in check_deadlock_AA() argument
122 struct rqspinlock_timeout *ts) in check_deadlock_ABBA() argument
202 struct rqspinlock_timeout *ts) in check_deadlock() argument
217 struct rqspinlock_timeout *ts) in check_timeout() argument
248 RES_CHECK_TIMEOUT(ts,ret,mask) global() argument
255 RES_CHECK_TIMEOUT(ts,ret,mask) global() argument
263 RES_INIT_TIMEOUT(ts) global() argument
269 RES_RESET_TIMEOUT(ts,_duration) global() argument
277 struct rqspinlock_timeout ts; resilient_tas_spin_lock() local
351 struct rqspinlock_timeout ts; resilient_queued_spin_lock_slowpath() local
[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() argument
92 struct max7301 *ts = container_of(chip, struct max7301, chip); max7301_direction_output() local
120 struct max7301 *ts = gpiochip_get_data(chip); max7301_get() local
148 struct max7301 *ts = gpiochip_get_data(chip); max7301_set() local
163 __max730x_probe(struct max7301 * ts) __max730x_probe() argument
225 struct max7301 *ts = dev_get_drvdata(dev); __max730x_remove() local
[all...]
/linux/lib/vdso/
H A Dgettimeofday.c85 static __always_inline void vdso_set_timespec(struct __kernel_timespec *ts, u64 sec, u64 ns) in vdso_set_timespec() argument
123 clockid_t clk, struct __kernel_timespec *ts) in do_hres_timens() argument
161 clockid_t clk, struct __kernel_timespec *ts) in do_hres_timens() argument
169 clockid_t clk, struct __kernel_timespec *ts) in do_hres() argument
210 clockid_t clk, struct __kernel_timespec *ts) in do_coarse_timens() argument
239 do_coarse_timens(const struct vdso_time_data * vdns,const struct vdso_clock * vcns,clockid_t clk,struct __kernel_timespec * ts) do_coarse_timens() argument
247 do_coarse(const struct vdso_time_data * vd,const struct vdso_clock * vc,clockid_t clk,struct __kernel_timespec * ts) do_coarse() argument
273 do_aux(const struct vdso_time_data * vd,clockid_t clock,struct __kernel_timespec * ts) do_aux() argument
316 __cvdso_clock_gettime_common(const struct vdso_time_data * vd,clockid_t clock,struct __kernel_timespec * ts) __cvdso_clock_gettime_common() argument
345 __cvdso_clock_gettime_data(const struct vdso_time_data * vd,clockid_t clock,struct __kernel_timespec * ts) __cvdso_clock_gettime_data() argument
357 __cvdso_clock_gettime(clockid_t clock,struct __kernel_timespec * ts) __cvdso_clock_gettime() argument
367 struct __kernel_timespec ts; __cvdso_clock_gettime32_data() local
396 struct __kernel_timespec ts; __cvdso_gettimeofday_data() local
518 struct __kernel_timespec ts; __cvdso_clock_getres_time32_data() local
[all...]
/linux/drivers/hid/
H A Dhid-goodix-spi.c112 static void *goodix_get_event_report(struct goodix_ts_data *ts, u32 addr, in goodix_get_event_report() argument
140 static int goodix_spi_read(struct goodix_ts_data *ts, u32 addr, in goodix_spi_read() argument
174 goodix_spi_write(struct goodix_ts_data * ts,u32 addr,const void * data,size_t len) goodix_spi_write() argument
206 goodix_dev_confirm(struct goodix_ts_data * ts) goodix_dev_confirm() argument
247 struct goodix_ts_data *ts = hid->driver_data; goodix_hid_parse() local
297 struct goodix_ts_data *ts = hid->driver_data; goodix_hid_start() local
326 struct goodix_ts_data *ts = hid->driver_data; goodix_hid_open() local
334 struct goodix_ts_data *ts = hid->driver_data; goodix_hid_close() local
340 goodix_hid_check_ack_status(struct goodix_ts_data * ts,u32 * resp_len) goodix_hid_check_ack_status() argument
391 struct goodix_ts_data *ts = hid->driver_data; goodix_hid_get_raw_report() local
491 struct goodix_ts_data *ts = hid->driver_data; goodix_hid_set_raw_report() local
539 struct goodix_ts_data *ts = hid->driver_data; goodix_hid_raw_request() local
571 struct goodix_ts_data *ts = data; goodix_hid_irq() local
634 goodix_hid_init(struct goodix_ts_data * ts) goodix_hid_init() argument
676 struct goodix_ts_data *ts; goodix_spi_probe() local
737 struct goodix_ts_data *ts = spi_get_drvdata(spi); goodix_spi_remove() local
743 goodix_spi_set_power(struct goodix_ts_data * ts,int power_state) goodix_spi_set_power() argument
764 struct goodix_ts_data *ts = dev_get_drvdata(dev); goodix_spi_suspend() local
772 struct goodix_ts_data *ts = dev_get_drvdata(dev); goodix_spi_resume() local
[all...]
/linux/drivers/iio/common/inv_sensors/
H A Dinv_sensors_timestamp.c41 void inv_sensors_timestamp_init(struct inv_sensors_timestamp *ts, in inv_sensors_timestamp_init() argument
60 int inv_sensors_timestamp_update_odr(struct inv_sensors_timestamp *ts, in inv_sensors_timestamp_update_odr() argument
81 inv_validate_period(struct inv_sensors_timestamp * ts,uint32_t period) inv_validate_period() argument
94 inv_update_chip_period(struct inv_sensors_timestamp * ts,uint32_t period) inv_update_chip_period() argument
110 inv_align_timestamp_it(struct inv_sensors_timestamp * ts) inv_align_timestamp_it() argument
135 inv_sensors_timestamp_interrupt(struct inv_sensors_timestamp * ts,size_t sample_nb,int64_t timestamp) inv_sensors_timestamp_interrupt() argument
171 inv_sensors_timestamp_apply_odr(struct inv_sensors_timestamp * ts,uint32_t fifo_period,size_t fifo_nb,unsigned int fifo_no) inv_sensors_timestamp_apply_odr() argument
[all...]

12345678910>>...25