Lines Matching defs:stmpe

26 static int __stmpe_enable(struct stmpe *stmpe, unsigned int blocks)  in __stmpe_enable()
31 static int __stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in __stmpe_disable()
36 static int __stmpe_reg_read(struct stmpe *stmpe, u8 reg) in __stmpe_reg_read()
49 static int __stmpe_reg_write(struct stmpe *stmpe, u8 reg, u8 val) in __stmpe_reg_write()
62 static int __stmpe_set_bits(struct stmpe *stmpe, u8 reg, u8 mask, u8 val) in __stmpe_set_bits()
76 static int __stmpe_block_read(struct stmpe *stmpe, u8 reg, u8 length, in __stmpe_block_read()
91 static int __stmpe_block_write(struct stmpe *stmpe, u8 reg, u8 length, in __stmpe_block_write()
111 int stmpe_enable(struct stmpe *stmpe, unsigned int blocks) in stmpe_enable()
128 int stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in stmpe_disable()
145 int stmpe_reg_read(struct stmpe *stmpe, u8 reg) in stmpe_reg_read()
163 int stmpe_reg_write(struct stmpe *stmpe, u8 reg, u8 val) in stmpe_reg_write()
182 int stmpe_set_bits(struct stmpe *stmpe, u8 reg, u8 mask, u8 val) in stmpe_set_bits()
201 int stmpe_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values) in stmpe_block_read()
220 int stmpe_block_write(struct stmpe *stmpe, u8 reg, u8 length, in stmpe_block_write()
245 int stmpe_set_altfunc(struct stmpe *stmpe, u32 pins, enum stmpe_block block) in stmpe_set_altfunc()
366 static int stmpe801_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe801_enable()
454 static int stmpe811_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe811_enable()
472 static int stmpe811_get_altfunc(struct stmpe *stmpe, enum stmpe_block block) in stmpe811_get_altfunc()
563 static int stmpe_autosleep(struct stmpe *stmpe, int autosleep_timeout) in stmpe_autosleep()
580 static int stmpe1601_autosleep(struct stmpe *stmpe, in stmpe1601_autosleep()
603 static int stmpe1601_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1601_enable()
627 static int stmpe1601_get_altfunc(struct stmpe *stmpe, enum stmpe_block block) in stmpe1601_get_altfunc()
689 static int stmpe1801_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1801_enable()
703 static int stmpe1801_reset(struct stmpe *stmpe) in stmpe1801_reset()
776 static int stmpe24xx_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe24xx_enable()
791 static int stmpe24xx_get_altfunc(struct stmpe *stmpe, enum stmpe_block block) in stmpe24xx_get_altfunc()
858 struct stmpe *stmpe = data; in stmpe_irq() local
909 struct stmpe *stmpe = irq_data_get_irq_chip_data(data); in stmpe_irq_lock() local
916 struct stmpe *stmpe = irq_data_get_irq_chip_data(data); in stmpe_irq_sync_unlock() local
937 struct stmpe *stmpe = irq_data_get_irq_chip_data(data); in stmpe_irq_mask() local
947 struct stmpe *stmpe = irq_data_get_irq_chip_data(data); in stmpe_irq_unmask() local
966 struct stmpe *stmpe = d->host_data; in stmpe_irq_map() local
992 static int stmpe_irq_init(struct stmpe *stmpe, struct device_node *np) in stmpe_irq_init()
1007 static int stmpe_chip_init(struct stmpe *stmpe) in stmpe_chip_init()
1072 static int stmpe_add_device(struct stmpe *stmpe, const struct mfd_cell *cell) in stmpe_add_device()
1078 static int stmpe_devices_init(struct stmpe *stmpe) in stmpe_devices_init()
1157 struct stmpe *stmpe; in stmpe_probe() local
1265 int stmpe_remove(struct stmpe *stmpe) in stmpe_remove()
1280 struct stmpe *stmpe = dev_get_drvdata(dev); in stmpe_suspend() local
1290 struct stmpe *stmpe = dev_get_drvdata(dev); in stmpe_resume() local