/linux-6.3-rc2/drivers/mfd/ |
A D | stmpe.c | 51 static int __stmpe_reg_read(struct stmpe *stmpe, u8 reg) in __stmpe_reg_read() 160 int stmpe_reg_read(struct stmpe *stmpe, u8 reg) in stmpe_reg_read() 545 int stmpe811_adc_common_init(struct stmpe *stmpe) in stmpe811_adc_common_init() 891 static int stmpe_reset(struct stmpe *stmpe) in stmpe_reset() 1082 struct stmpe *stmpe = data; in stmpe_irq() local 1191 struct stmpe *stmpe = d->host_data; in stmpe_irq_map() local 1232 static int stmpe_chip_init(struct stmpe *stmpe) in stmpe_chip_init() 1370 struct stmpe *stmpe; in stmpe_probe() local 1486 void stmpe_remove(struct stmpe *stmpe) in stmpe_remove() 1500 struct stmpe *stmpe = dev_get_drvdata(dev); in stmpe_suspend() local [all …]
|
A D | stmpe-spi.c | 20 static int spi_reg_read(struct stmpe *stmpe, u8 reg) in spi_reg_read() 28 static int spi_reg_write(struct stmpe *stmpe, u8 reg, u8 val) in spi_reg_write() 36 static int spi_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values) in spi_block_read() 50 static int spi_block_write(struct stmpe *stmpe, u8 reg, u8 length, in spi_block_write() 64 static void spi_init(struct stmpe *stmpe) in spi_init() 107 struct stmpe *stmpe = spi_get_drvdata(spi); in stmpe_spi_remove() local
|
A D | stmpe-i2c.c | 20 static int i2c_reg_read(struct stmpe *stmpe, u8 reg) in i2c_reg_read() 27 static int i2c_reg_write(struct stmpe *stmpe, u8 reg, u8 val) in i2c_reg_write() 34 static int i2c_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values) in i2c_block_read() 41 static int i2c_block_write(struct stmpe *stmpe, u8 reg, u8 length, in i2c_block_write() 97 struct stmpe *stmpe = dev_get_drvdata(&i2c->dev); in stmpe_i2c_remove() local
|
/linux-6.3-rc2/include/linux/mfd/ |
A D | stmpe.h | 122 struct stmpe { struct 130 struct stmpe_client_info *ci; argument 131 enum stmpe_partnum partnum; argument 132 struct stmpe_variant_info *variant; argument 139 struct stmpe_platform_data *pdata; argument 148 extern int stmpe_reg_write(struct stmpe *stmpe, u8 reg, u8 data); argument
|
/linux-6.3-rc2/drivers/gpio/ |
A D | gpio-stmpe.c | 32 struct stmpe *stmpe; member 44 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_gpio_get() local 59 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_gpio_set() local 78 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_gpio_get_direction() local 97 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_gpio_direction_output() local 110 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_gpio_direction_input() local 120 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_gpio_request() local 181 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_gpio_irq_sync_unlock() local 255 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_dbg_show_one() local 374 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_gpio_irq() local [all …]
|
/linux-6.3-rc2/drivers/input/touchscreen/ |
A D | stmpe-ts.c | 73 struct stmpe *stmpe; member 85 static int __stmpe_reset_fifo(struct stmpe *stmpe) in __stmpe_reset_fifo() 178 struct stmpe *stmpe = ts->stmpe; in stmpe_init_hw() local 289 struct stmpe *stmpe = dev_get_drvdata(pdev->dev.parent); in stmpe_input_probe() local
|
/linux-6.3-rc2/drivers/input/keyboard/ |
A D | stmpe-keypad.c | 130 struct stmpe *stmpe; member 144 struct stmpe *stmpe = keypad->stmpe; in stmpe_keypad_read_data() local 200 struct stmpe *stmpe = keypad->stmpe; in stmpe_keypad_altfunc_init() local 268 struct stmpe *stmpe = keypad->stmpe; in stmpe_keypad_chip_init() local 333 struct stmpe *stmpe = dev_get_drvdata(pdev->dev.parent); in stmpe_keypad_probe() local
|
/linux-6.3-rc2/drivers/pwm/ |
A D | pwm-stmpe.c | 29 struct stmpe *stmpe; member 294 struct stmpe *stmpe = dev_get_drvdata(pdev->dev.parent); in stmpe_pwm_probe() local
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | imx6ul-phytec-segin-peb-av-02.dtsi | 54 stmpe: touchscreen@44 { label
|
A D | imx6ul-isiot.dtsi | 135 stmpe: touchscreen { label
|
A D | imx6qdl-phytec-mira.dtsi | 156 stmpe: touchctrl@44 { label
|
/linux-6.3-rc2/drivers/iio/adc/ |
A D | stmpe-adc.c | 47 struct stmpe *stmpe; member 232 struct stmpe *stmpe = adc->stmpe; in stmpe_adc_init_hw() local
|