Lines Matching defs:stmpe

47 static int __stmpe_enable(struct stmpe *stmpe, unsigned int blocks)  in __stmpe_enable()
52 static int __stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in __stmpe_disable()
57 static int __stmpe_reg_read(struct stmpe *stmpe, u8 reg) in __stmpe_reg_read()
70 static int __stmpe_reg_write(struct stmpe *stmpe, u8 reg, u8 val) in __stmpe_reg_write()
83 static int __stmpe_set_bits(struct stmpe *stmpe, u8 reg, u8 mask, u8 val) in __stmpe_set_bits()
97 static int __stmpe_block_read(struct stmpe *stmpe, u8 reg, u8 length, in __stmpe_block_read()
112 static int __stmpe_block_write(struct stmpe *stmpe, u8 reg, u8 length, in __stmpe_block_write()
132 int stmpe_enable(struct stmpe *stmpe, unsigned int blocks) in stmpe_enable()
149 int stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in stmpe_disable()
166 int stmpe_reg_read(struct stmpe *stmpe, u8 reg) in stmpe_reg_read()
184 int stmpe_reg_write(struct stmpe *stmpe, u8 reg, u8 val) in stmpe_reg_write()
203 int stmpe_set_bits(struct stmpe *stmpe, u8 reg, u8 mask, u8 val) in stmpe_set_bits()
222 int stmpe_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values) in stmpe_block_read()
241 int stmpe_block_write(struct stmpe *stmpe, u8 reg, u8 length, in stmpe_block_write()
266 int stmpe_set_altfunc(struct stmpe *stmpe, u32 pins, enum stmpe_block block) in stmpe_set_altfunc()
414 static int stmpe801_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe801_enable()
533 static int stmpe811_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe811_enable()
551 int stmpe811_adc_common_init(struct stmpe *stmpe) in stmpe811_adc_common_init()
580 static int stmpe811_get_altfunc(struct stmpe *stmpe, enum stmpe_block block) in stmpe811_get_altfunc()
648 static int stmpe1600_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1600_enable()
742 static int stmpe_autosleep(struct stmpe *stmpe, int autosleep_timeout) in stmpe_autosleep()
759 static int stmpe1601_autosleep(struct stmpe *stmpe, in stmpe1601_autosleep()
782 static int stmpe1601_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1601_enable()
806 static int stmpe1601_get_altfunc(struct stmpe *stmpe, enum stmpe_block block) in stmpe1601_get_altfunc()
883 static int stmpe1801_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1801_enable()
897 static int stmpe_reset(struct stmpe *stmpe) in stmpe_reset()
1005 static int stmpe24xx_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe24xx_enable()
1020 static int stmpe24xx_get_altfunc(struct stmpe *stmpe, enum stmpe_block block) in stmpe24xx_get_altfunc()
1088 struct stmpe *stmpe = data; in stmpe_irq() local
1140 struct stmpe *stmpe = irq_data_get_irq_chip_data(data); in stmpe_irq_lock() local
1147 struct stmpe *stmpe = irq_data_get_irq_chip_data(data); in stmpe_irq_sync_unlock() local
1168 struct stmpe *stmpe = irq_data_get_irq_chip_data(data); in stmpe_irq_mask() local
1178 struct stmpe *stmpe = irq_data_get_irq_chip_data(data); in stmpe_irq_unmask() local
1197 struct stmpe *stmpe = d->host_data; in stmpe_irq_map() local
1223 static int stmpe_irq_init(struct stmpe *stmpe, struct device_node *np) in stmpe_irq_init()
1238 static int stmpe_chip_init(struct stmpe *stmpe) in stmpe_chip_init()
1301 static int stmpe_add_device(struct stmpe *stmpe, const struct mfd_cell *cell) in stmpe_add_device()
1307 static int stmpe_devices_init(struct stmpe *stmpe) in stmpe_devices_init()
1386 struct stmpe *stmpe; in stmpe_probe() local
1499 void stmpe_remove(struct stmpe *stmpe) in stmpe_remove()
1514 struct stmpe *stmpe = dev_get_drvdata(dev); in stmpe_suspend() local
1524 struct stmpe *stmpe = dev_get_drvdata(dev); in stmpe_resume() local