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()
412 static int stmpe801_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe801_enable()
529 static int stmpe811_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe811_enable()
547 int stmpe811_adc_common_init(struct stmpe *stmpe) in stmpe811_adc_common_init()
576 static int stmpe811_get_altfunc(struct stmpe *stmpe, enum stmpe_block block) in stmpe811_get_altfunc()
644 static int stmpe1600_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1600_enable()
738 static int stmpe_autosleep(struct stmpe *stmpe, int autosleep_timeout) in stmpe_autosleep()
755 static int stmpe1601_autosleep(struct stmpe *stmpe, in stmpe1601_autosleep()
778 static int stmpe1601_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1601_enable()
802 static int stmpe1601_get_altfunc(struct stmpe *stmpe, enum stmpe_block block) in stmpe1601_get_altfunc()
879 static int stmpe1801_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1801_enable()
893 static int stmpe_reset(struct stmpe *stmpe) in stmpe_reset()
1001 static int stmpe24xx_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe24xx_enable()
1016 static int stmpe24xx_get_altfunc(struct stmpe *stmpe, enum stmpe_block block) in stmpe24xx_get_altfunc()
1084 struct stmpe *stmpe = data; in stmpe_irq() local
1136 struct stmpe *stmpe = irq_data_get_irq_chip_data(data); in stmpe_irq_lock() local
1143 struct stmpe *stmpe = irq_data_get_irq_chip_data(data); in stmpe_irq_sync_unlock() local
1164 struct stmpe *stmpe = irq_data_get_irq_chip_data(data); in stmpe_irq_mask() local
1174 struct stmpe *stmpe = irq_data_get_irq_chip_data(data); in stmpe_irq_unmask() local
1193 struct stmpe *stmpe = d->host_data; in stmpe_irq_map() local
1219 static int stmpe_irq_init(struct stmpe *stmpe, struct device_node *np) in stmpe_irq_init()
1234 static int stmpe_chip_init(struct stmpe *stmpe) in stmpe_chip_init()
1297 static int stmpe_add_device(struct stmpe *stmpe, const struct mfd_cell *cell) in stmpe_add_device()
1303 static int stmpe_devices_init(struct stmpe *stmpe) in stmpe_devices_init()
1382 struct stmpe *stmpe; in stmpe_probe() local
1495 int stmpe_remove(struct stmpe *stmpe) in stmpe_remove()
1512 struct stmpe *stmpe = dev_get_drvdata(dev); in stmpe_suspend() local
1522 struct stmpe *stmpe = dev_get_drvdata(dev); in stmpe_resume() local