Home
last modified time | relevance | path

Searched defs:stmpe (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/mfd/
H A Dstmpe.c51 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 …]
H A Dstmpe-spi.c20 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
H A Dstmpe-i2c.c20 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
/openbmc/linux/include/linux/mfd/
H A Dstmpe.h122 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
/openbmc/linux/drivers/gpio/
H A Dgpio-stmpe.c32 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
257 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_dbg_show_one() local
378 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_gpio_irq() local
[all …]
/openbmc/linux/drivers/input/touchscreen/
H A Dstmpe-ts.c73 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
/openbmc/linux/drivers/input/keyboard/
H A Dstmpe-keypad.c130 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
/openbmc/linux/drivers/pwm/
H A Dpwm-stmpe.c29 struct stmpe *stmpe; member
295 struct stmpe *stmpe = dev_get_drvdata(pdev->dev.parent); in stmpe_pwm_probe() local
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ul-phytec-segin-peb-av-02.dtsi54 stmpe: touchscreen@44 { label
H A Dimx6ul-isiot.dtsi135 stmpe: touchscreen { label
H A Dimx6qdl-phytec-mira.dtsi156 stmpe: touchctrl@44 { label
/openbmc/linux/drivers/iio/adc/
H A Dstmpe-adc.c47 struct stmpe *stmpe; member
232 struct stmpe *stmpe = adc->stmpe; in stmpe_adc_init_hw() local