/drivers/input/touchscreen/ |
D | goodix.c | 251 static int goodix_ts_read_input_report(struct goodix_ts_data *ts, u8 *data) in goodix_ts_read_input_report() 310 static int goodix_create_pen_input(struct goodix_ts_data *ts) in goodix_create_pen_input() 348 static void goodix_ts_report_pen_down(struct goodix_ts_data *ts, u8 *data) in goodix_ts_report_pen_down() 389 static void goodix_ts_report_pen_up(struct goodix_ts_data *ts) in goodix_ts_report_pen_up() 402 static void goodix_ts_report_touch_8b(struct goodix_ts_data *ts, u8 *coor_data) in goodix_ts_report_touch_8b() 417 static void goodix_ts_report_touch_9b(struct goodix_ts_data *ts, u8 *coor_data) in goodix_ts_report_touch_9b() 432 static void goodix_ts_release_keys(struct goodix_ts_data *ts) in goodix_ts_release_keys() 440 static void goodix_ts_report_key(struct goodix_ts_data *ts, u8 *data) in goodix_ts_report_key() 466 static void goodix_process_events(struct goodix_ts_data *ts) in goodix_process_events() 508 struct goodix_ts_data *ts = dev_id; in goodix_ts_irq_handler() local [all …]
|
D | cyttsp_core.c | 78 static int ttsp_read_block_data(struct cyttsp *ts, u8 command, in ttsp_read_block_data() 96 static int ttsp_write_block_data(struct cyttsp *ts, u8 command, in ttsp_write_block_data() 114 static int ttsp_send_command(struct cyttsp *ts, u8 cmd) in ttsp_send_command() 119 static int cyttsp_handshake(struct cyttsp *ts) in cyttsp_handshake() 128 static int cyttsp_load_bl_regs(struct cyttsp *ts) in cyttsp_load_bl_regs() 137 static int cyttsp_exit_bl_mode(struct cyttsp *ts) in cyttsp_exit_bl_mode() 165 static int cyttsp_set_operational_mode(struct cyttsp *ts) in cyttsp_set_operational_mode() 186 static int cyttsp_set_sysinfo_mode(struct cyttsp *ts) in cyttsp_set_sysinfo_mode() 214 static int cyttsp_set_sysinfo_regs(struct cyttsp *ts) in cyttsp_set_sysinfo_regs() 237 static void cyttsp_hard_reset(struct cyttsp *ts) in cyttsp_hard_reset() [all …]
|
D | mxs-lradc-ts.c | 91 static bool mxs_lradc_check_touch_event(struct mxs_lradc_ts *ts) in mxs_lradc_check_touch_event() 97 static void mxs_lradc_map_ts_channel(struct mxs_lradc_ts *ts, unsigned int vch, in mxs_lradc_map_ts_channel() 106 static void mxs_lradc_setup_ts_channel(struct mxs_lradc_ts *ts, unsigned int ch) in mxs_lradc_setup_ts_channel() 160 static void mxs_lradc_setup_ts_pressure(struct mxs_lradc_ts *ts, in mxs_lradc_setup_ts_pressure() 208 static unsigned int mxs_lradc_ts_read_raw_channel(struct mxs_lradc_ts *ts, in mxs_lradc_ts_read_raw_channel() 224 static unsigned int mxs_lradc_read_ts_pressure(struct mxs_lradc_ts *ts, in mxs_lradc_read_ts_pressure() 272 static void mxs_lradc_setup_touch_detection(struct mxs_lradc_ts *ts) in mxs_lradc_setup_touch_detection() 300 static void mxs_lradc_prepare_x_pos(struct mxs_lradc_ts *ts) in mxs_lradc_prepare_x_pos() 326 static void mxs_lradc_prepare_y_pos(struct mxs_lradc_ts *ts) in mxs_lradc_prepare_y_pos() 352 static void mxs_lradc_prepare_pressure(struct mxs_lradc_ts *ts) in mxs_lradc_prepare_pressure() [all …]
|
D | tsc200x-core.c | 114 static void tsc200x_update_pen_state(struct tsc200x *ts, in tsc200x_update_pen_state() 138 struct tsc200x *ts = _ts; in tsc200x_irq_thread() local 200 struct tsc200x *ts = from_timer(ts, t, penup_timer); in tsc200x_penup_timer() local 208 static void tsc200x_start_scan(struct tsc200x *ts) in tsc200x_start_scan() 216 static void tsc200x_stop_scan(struct tsc200x *ts) in tsc200x_stop_scan() 221 static void tsc200x_reset(struct tsc200x *ts) in tsc200x_reset() 231 static void __tsc200x_disable(struct tsc200x *ts) in __tsc200x_disable() 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 [all …]
|
D | imagis.c | 41 static int imagis_i2c_read_reg(struct imagis_ts *ts, in imagis_i2c_read_reg() 81 struct imagis_ts *ts = dev_id; in imagis_interrupt() local 138 struct imagis_ts *ts = _ts; in imagis_power_off() local 143 static int imagis_power_on(struct imagis_ts *ts) in imagis_power_on() 156 static int imagis_start(struct imagis_ts *ts) in imagis_start() 169 static int imagis_stop(struct imagis_ts *ts) in imagis_stop() 180 struct imagis_ts *ts = input_get_drvdata(dev); in imagis_input_open() local 187 struct imagis_ts *ts = input_get_drvdata(dev); in imagis_input_close() local 192 static int imagis_init_input_dev(struct imagis_ts *ts) in imagis_init_input_dev() 241 static int imagis_init_regulators(struct imagis_ts *ts) in imagis_init_regulators() [all …]
|
D | ad7879.c | 135 static int ad7879_read(struct ad7879 *ts, u8 reg) in ad7879_read() 150 static int ad7879_write(struct ad7879 *ts, u8 reg, u16 val) in ad7879_write() 165 static int ad7879_report(struct ad7879 *ts) in ad7879_report() 229 static void ad7879_ts_event_release(struct ad7879 *ts) in ad7879_ts_event_release() 240 struct ad7879 *ts = from_timer(ts, t, timer); in ad7879_timer() local 247 struct ad7879 *ts = handle; in ad7879_irq() local 261 static void __ad7879_enable(struct ad7879 *ts) in __ad7879_enable() 270 static void __ad7879_disable(struct ad7879 *ts) in __ad7879_disable() 285 struct ad7879 *ts = input_get_drvdata(input); in ad7879_open() local 296 struct ad7879 *ts = input_get_drvdata(input); in ad7879_close() local [all …]
|
D | zforce_ts.c | 135 static int zforce_command(struct zforce_ts *ts, u8 cmd) in zforce_command() 158 static void zforce_reset_assert(struct zforce_ts *ts) in zforce_reset_assert() 163 static void zforce_reset_deassert(struct zforce_ts *ts) in zforce_reset_deassert() 168 static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len) in zforce_send_wait() 206 static int zforce_command_wait(struct zforce_ts *ts, u8 cmd) in zforce_command_wait() 227 static int zforce_resolution(struct zforce_ts *ts, u16 x, u16 y) in zforce_resolution() 239 static int zforce_scan_frequency(struct zforce_ts *ts, u16 idle, u16 finger, in zforce_scan_frequency() 255 static int zforce_setconfig(struct zforce_ts *ts, char b1) in zforce_setconfig() 266 static int zforce_start(struct zforce_ts *ts) in zforce_start() 319 static int zforce_stop(struct zforce_ts *ts) in zforce_stop() [all …]
|
D | ilitek_ts_i2c.c | 92 static int ilitek_i2c_write_and_read(struct ilitek_ts_data *ts, in ilitek_i2c_write_and_read() 137 static void ilitek_touch_down(struct ilitek_ts_data *ts, unsigned int id, in ilitek_touch_down() 148 static int ilitek_process_and_report_v6(struct ilitek_ts_data *ts) in ilitek_process_and_report_v6() 213 static int api_protocol_set_cmd(struct ilitek_ts_data *ts, in api_protocol_set_cmd() 230 static int api_protocol_get_ptl_ver(struct ilitek_ts_data *ts, in api_protocol_get_ptl_ver() 247 static int api_protocol_get_mcu_ver(struct ilitek_ts_data *ts, in api_protocol_get_mcu_ver() 265 static int api_protocol_get_fw_ver(struct ilitek_ts_data *ts, in api_protocol_get_fw_ver() 281 static int api_protocol_get_scrn_res(struct ilitek_ts_data *ts, in api_protocol_get_scrn_res() 300 static int api_protocol_get_tp_res(struct ilitek_ts_data *ts, in api_protocol_get_tp_res() 321 static int api_protocol_get_ic_mode(struct ilitek_ts_data *ts, in api_protocol_get_ic_mode() [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 …]
|
D | tsc2007_core.c | 89 bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down() 113 struct tsc2007 *ts = handle; in tsc2007_soft_irq() local 177 struct tsc2007 *ts = handle; in tsc2007_hard_irq() local 188 static void tsc2007_stop(struct tsc2007 *ts) in tsc2007_stop() 199 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_open() local 219 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_close() local 227 struct tsc2007 *ts = i2c_get_clientdata(client); in tsc2007_get_pendown_state_gpio() local 232 static int tsc2007_probe_properties(struct device *dev, struct tsc2007 *ts) in tsc2007_probe_properties() 275 static int tsc2007_probe_pdev(struct device *dev, struct tsc2007 *ts, in tsc2007_probe_pdev() 310 struct tsc2007 *ts; in tsc2007_probe() local
|
D | hideep.c | 178 static int hideep_pgm_w_mem(struct hideep_ts *ts, u32 addr, in hideep_pgm_w_mem() 205 static int hideep_pgm_r_mem(struct hideep_ts *ts, u32 addr, in hideep_pgm_r_mem() 239 static int hideep_pgm_r_reg(struct hideep_ts *ts, u32 addr, u32 *val) in hideep_pgm_r_reg() 256 static int hideep_pgm_w_reg(struct hideep_ts *ts, u32 addr, u32 val) in hideep_pgm_w_reg() 296 static void hideep_pgm_set(struct hideep_ts *ts) in hideep_pgm_set() 307 static int hideep_pgm_get_pattern(struct hideep_ts *ts, u32 *pattern) in hideep_pgm_get_pattern() 335 static int hideep_enter_pgm(struct hideep_ts *ts) in hideep_enter_pgm() 364 static int hideep_nvm_unlock(struct hideep_ts *ts) in hideep_nvm_unlock() 394 static int hideep_check_status(struct hideep_ts *ts) in hideep_check_status() 411 static int hideep_program_page(struct hideep_ts *ts, u32 addr, in hideep_program_page() [all …]
|
D | melfas_mip4.c | 179 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 …]
|
D | ipaq-micro-ts.c | 29 struct touchscreen_data *ts = data; in micro_ts_receive() local 46 static void micro_ts_toggle_receive(struct touchscreen_data *ts, bool enable) in micro_ts_toggle_receive() 65 struct touchscreen_data *ts = input_get_drvdata(input); in micro_ts_open() local 74 struct touchscreen_data *ts = input_get_drvdata(input); in micro_ts_close() local 82 struct touchscreen_data *ts; in micro_ts_probe() local 124 struct touchscreen_data *ts = dev_get_drvdata(dev); in micro_ts_suspend() local 133 struct touchscreen_data *ts = dev_get_drvdata(dev); in micro_ts_resume() local
|
D | cy8ctma140.c | 55 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 204 struct cy8ctma140 *ts; in cy8ctma140_probe() local 303 struct cy8ctma140 *ts = i2c_get_clientdata(client); in cy8ctma140_suspend() local 314 struct cy8ctma140 *ts = i2c_get_clientdata(client); in cy8ctma140_resume() local
|
D | auo-pixcir-ts.c | 138 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 …]
|
D | ektf2127.c | 70 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 251 struct ektf2127_ts *ts; in ektf2127_probe() local
|
D | ad7877.c | 256 struct ad7877 *ts = spi_get_drvdata(spi); in ad7877_read_adc() local 319 static int ad7877_process_data(struct ad7877 *ts) in ad7877_process_data() 367 static inline void ad7877_ts_event_release(struct ad7877 *ts) in ad7877_ts_event_release() 378 struct ad7877 *ts = from_timer(ts, t, timer); in ad7877_timer() local 388 struct ad7877 *ts = handle; in ad7877_irq() local 410 struct ad7877 *ts = data; in ad7877_disable() local 430 static void ad7877_enable(struct ad7877 *ts) in ad7877_enable() 465 struct ad7877 *ts = dev_get_drvdata(dev); in SHOW() local 474 struct ad7877 *ts = dev_get_drvdata(dev); in ad7877_disable_store() local 495 struct ad7877 *ts = dev_get_drvdata(dev); in ad7877_dac_show() local [all …]
|
D | elants_i2c.c | 298 static int elants_i2c_calibrate(struct elants_data *ts) in elants_i2c_calibrate() 365 static int elants_i2c_query_hw_version(struct elants_data *ts) in elants_i2c_query_hw_version() 390 static int elants_i2c_query_fw_version(struct elants_data *ts) in elants_i2c_query_fw_version() 418 static int elants_i2c_query_test_version(struct elants_data *ts) in elants_i2c_query_test_version() 441 static int elants_i2c_query_bc_version(struct elants_data *ts) in elants_i2c_query_bc_version() 462 static int elants_i2c_query_ts_info_ektf(struct elants_data *ts) in elants_i2c_query_ts_info_ektf() 506 static int elants_i2c_query_ts_info_ekth(struct elants_data *ts) in elants_i2c_query_ts_info_ekth() 603 static int elants_i2c_initialize(struct elants_data *ts) in elants_i2c_initialize() 721 static int elants_i2c_validate_remark_id(struct elants_data *ts, in elants_i2c_validate_remark_id() 752 static bool elants_i2c_should_check_remark_id(struct elants_data *ts) in elants_i2c_should_check_remark_id() [all …]
|
D | st1232.c | 64 static int st1232_ts_read_data(struct st1232_ts_data *ts, u8 reg, in st1232_ts_read_data() 90 static int st1232_ts_wait_ready(struct st1232_ts_data *ts) in st1232_ts_wait_ready() 111 static int st1232_ts_read_resolution(struct st1232_ts_data *ts, u16 *max_x, in st1232_ts_read_resolution() 130 static int st1232_ts_parse_and_report(struct st1232_ts_data *ts) in st1232_ts_parse_and_report() 175 struct st1232_ts_data *ts = dev_id; in st1232_ts_irq_handler() local 200 static void st1232_ts_power(struct st1232_ts_data *ts, bool poweron) in st1232_ts_power() 227 struct st1232_ts_data *ts; in st1232_ts_probe() local 346 struct st1232_ts_data *ts = i2c_get_clientdata(client); in st1232_ts_suspend() local 359 struct st1232_ts_data *ts = i2c_get_clientdata(client); in st1232_ts_resume() local
|
D | stmpe-ts.c | 103 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
|
D | zet6223.c | 39 struct zet6223_ts *ts = input_get_drvdata(dev); in zet6223_start() local 48 struct zet6223_ts *ts = input_get_drvdata(dev); in zet6223_stop() local 55 struct zet6223_ts *ts = dev_id; in zet6223_irq() local 100 struct zet6223_ts *ts = _ts; in zet6223_power_off() local 105 static int zet6223_power_on(struct zet6223_ts *ts) in zet6223_power_on() 133 static int zet6223_query_device(struct zet6223_ts *ts) in zet6223_query_device() 174 struct zet6223_ts *ts; in zet6223_probe() local
|
/drivers/mfd/ |
D | ucb1x00-ts.c | 54 static inline void ucb1x00_ts_evt_add(struct ucb1x00_ts *ts, u16 pressure, u16 x, u16 y) in ucb1x00_ts_evt_add() 65 static inline void ucb1x00_ts_event_release(struct ucb1x00_ts *ts) in ucb1x00_ts_event_release() 77 static inline void ucb1x00_ts_mode_int(struct ucb1x00_ts *ts) in ucb1x00_ts_mode_int() 89 static inline unsigned int ucb1x00_ts_read_pressure(struct ucb1x00_ts *ts) in ucb1x00_ts_read_pressure() 116 static inline unsigned int ucb1x00_ts_read_xpos(struct ucb1x00_ts *ts) in ucb1x00_ts_read_xpos() 143 static inline unsigned int ucb1x00_ts_read_ypos(struct ucb1x00_ts *ts) in ucb1x00_ts_read_ypos() 169 static inline unsigned int ucb1x00_ts_read_xres(struct ucb1x00_ts *ts) in ucb1x00_ts_read_xres() 181 static inline unsigned int ucb1x00_ts_read_yres(struct ucb1x00_ts *ts) in ucb1x00_ts_read_yres() 189 static inline int ucb1x00_ts_pen_down(struct ucb1x00_ts *ts) in ucb1x00_ts_pen_down() 206 struct ucb1x00_ts *ts = _ts; in ucb1x00_thread() local [all …]
|
/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
D | topaz_pcie.c | 103 static void qtnf_deassert_intx(struct qtnf_pcie_topaz_state *ts) in qtnf_deassert_intx() 113 static inline int qtnf_topaz_intx_asserted(struct qtnf_pcie_topaz_state *ts) in qtnf_topaz_intx_asserted() 121 static void qtnf_topaz_reset_ep(struct qtnf_pcie_topaz_state *ts) in qtnf_topaz_reset_ep() 129 static void setup_rx_irqs(struct qtnf_pcie_topaz_state *ts) in setup_rx_irqs() 136 static void enable_rx_irqs(struct qtnf_pcie_topaz_state *ts) in enable_rx_irqs() 143 static void disable_rx_irqs(struct qtnf_pcie_topaz_state *ts) in disable_rx_irqs() 152 struct qtnf_pcie_topaz_state *ts = arg; in qtnf_topaz_ipc_gen_ep_int() local 183 static int topaz_alloc_bd_table(struct qtnf_pcie_topaz_state *ts, in topaz_alloc_bd_table() 244 topaz_skb2rbd_attach(struct qtnf_pcie_topaz_state *ts, u16 index, u32 wrap) in topaz_skb2rbd_attach() 273 static int topaz_alloc_rx_buffers(struct qtnf_pcie_topaz_state *ts) in topaz_alloc_rx_buffers() [all …]
|
/drivers/thermal/tegra/ |
D | tegra30-tsensor.c | 77 struct tegra_tsensor *ts; member 91 static int tegra_tsensor_hw_enable(const struct tegra_tsensor *ts) in tegra_tsensor_hw_enable() 140 static int tegra_tsensor_hw_disable(const struct tegra_tsensor *ts) in tegra_tsensor_hw_disable() 157 const struct tegra_tsensor *ts = data; in devm_tegra_tsensor_hw_disable() local 165 const struct tegra_tsensor *ts = tsc->ts; in tegra_tsensor_get_temp() local 210 static int tegra_tsensor_temp_to_counter(const struct tegra_tsensor *ts, int temp) in tegra_tsensor_temp_to_counter() 223 const struct tegra_tsensor *ts = tsc->ts; in tegra_tsensor_set_trips() local 249 tegra_tsensor_handle_channel_interrupt(const struct tegra_tsensor *ts, in tegra_tsensor_handle_channel_interrupt() 271 const struct tegra_tsensor *ts = data; in tegra_tsensor_isr() local 281 static int tegra_tsensor_disable_hw_channel(const struct tegra_tsensor *ts, in tegra_tsensor_disable_hw_channel() [all …]
|
/drivers/gpio/ |
D | gpio-max730x.c | 50 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
|