Home
last modified time | relevance | path

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

/linux-3.3/drivers/mfd/
Dstmpe.c20 static int __stmpe_enable(struct stmpe *stmpe, unsigned int blocks) in __stmpe_enable()
25 static int __stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in __stmpe_disable()
30 static int __stmpe_reg_read(struct stmpe *stmpe, u8 reg) in __stmpe_reg_read()
43 static int __stmpe_reg_write(struct stmpe *stmpe, u8 reg, u8 val) in __stmpe_reg_write()
56 static int __stmpe_set_bits(struct stmpe *stmpe, u8 reg, u8 mask, u8 val) in __stmpe_set_bits()
70 static int __stmpe_block_read(struct stmpe *stmpe, u8 reg, u8 length, in __stmpe_block_read()
85 static int __stmpe_block_write(struct stmpe *stmpe, u8 reg, u8 length, in __stmpe_block_write()
105 int stmpe_enable(struct stmpe *stmpe, unsigned int blocks) in stmpe_enable()
122 int stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in stmpe_disable()
139 int stmpe_reg_read(struct stmpe *stmpe, u8 reg) in stmpe_reg_read()
[all …]
Dstmpe-spi.c19 static int spi_reg_read(struct stmpe *stmpe, u8 reg) in spi_reg_read()
27 static int spi_reg_write(struct stmpe *stmpe, u8 reg, u8 val) in spi_reg_write()
35 static int spi_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values) in spi_block_read()
49 static int spi_block_write(struct stmpe *stmpe, u8 reg, u8 length, in spi_block_write()
63 static void spi_init(struct stmpe *stmpe) in spi_init()
106 struct stmpe *stmpe = dev_get_drvdata(&spi->dev); in stmpe_spi_remove() local
Dstmpe-i2c.c19 static int i2c_reg_read(struct stmpe *stmpe, u8 reg) in i2c_reg_read()
26 static int i2c_reg_write(struct stmpe *stmpe, u8 reg, u8 val) in i2c_reg_write()
33 static int i2c_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values) in i2c_block_read()
40 static int i2c_block_write(struct stmpe *stmpe, u8 reg, u8 length, in i2c_block_write()
68 struct stmpe *stmpe = dev_get_drvdata(&i2c->dev); in stmpe_i2c_remove() local
/linux-3.3/include/linux/mfd/
Dstmpe.h75 struct stmpe { struct
80 struct stmpe_client_info *ci; argument
81 enum stmpe_partnum partnum; argument
82 struct stmpe_variant_info *variant; argument
90 struct stmpe_platform_data *pdata; argument
93 extern int stmpe_reg_write(struct stmpe *stmpe, u8 reg, u8 data); argument
/linux-3.3/drivers/gpio/
Dgpio-stmpe.c28 struct stmpe *stmpe; member
48 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_gpio_get() local
63 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_gpio_set() local
82 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_gpio_direction_output() local
95 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_gpio_direction_input() local
112 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_gpio_request() local
169 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_gpio_irq_sync_unlock() local
231 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_gpio_irq() local
306 struct stmpe *stmpe = dev_get_drvdata(pdev->dev.parent); in stmpe_gpio_probe() local
377 struct stmpe *stmpe = stmpe_gpio->stmpe; in stmpe_gpio_remove() local
/linux-3.3/drivers/input/keyboard/
Dstmpe-keypad.c104 struct stmpe *stmpe; member
118 struct stmpe *stmpe = keypad->stmpe; in stmpe_keypad_read_data() local
174 struct stmpe *stmpe = keypad->stmpe; in stmpe_keypad_altfunc_init() local
214 struct stmpe *stmpe = keypad->stmpe; in stmpe_keypad_chip_init() local
262 struct stmpe *stmpe = dev_get_drvdata(pdev->dev.parent); in stmpe_keypad_probe() local
352 struct stmpe *stmpe = keypad->stmpe; in stmpe_keypad_remove() local
/linux-3.3/drivers/input/touchscreen/
Dstmpe-ts.c66 struct stmpe *stmpe; member
81 static int __stmpe_reset_fifo(struct stmpe *stmpe) in __stmpe_reset_fifo()
173 struct stmpe *stmpe = ts->stmpe; in stmpe_init_hw() local
266 struct stmpe *stmpe = dev_get_drvdata(pdev->dev.parent); in stmpe_input_probe() local