Lines Matching defs:stmpe
20 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()
157 int stmpe_reg_write(struct stmpe *stmpe, u8 reg, u8 val) in stmpe_reg_write()
176 int stmpe_set_bits(struct stmpe *stmpe, u8 reg, u8 mask, u8 val) in stmpe_set_bits()
195 int stmpe_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values) in stmpe_block_read()
214 int stmpe_block_write(struct stmpe *stmpe, u8 reg, u8 length, in stmpe_block_write()
239 int stmpe_set_altfunc(struct stmpe *stmpe, u32 pins, enum stmpe_block block) in stmpe_set_altfunc()
349 static int stmpe801_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe801_enable()
429 static int stmpe811_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe811_enable()
447 static int stmpe811_get_altfunc(struct stmpe *stmpe, enum stmpe_block block) in stmpe811_get_altfunc()
537 static int stmpe_autosleep(struct stmpe *stmpe, int autosleep_timeout) in stmpe_autosleep()
554 static int stmpe1601_autosleep(struct stmpe *stmpe, in stmpe1601_autosleep()
577 static int stmpe1601_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1601_enable()
592 static int stmpe1601_get_altfunc(struct stmpe *stmpe, enum stmpe_block block) in stmpe1601_get_altfunc()
656 static int stmpe24xx_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe24xx_enable()
671 static int stmpe24xx_get_altfunc(struct stmpe *stmpe, enum stmpe_block block) in stmpe24xx_get_altfunc()
726 struct stmpe *stmpe = data; in stmpe_irq() local
769 struct stmpe *stmpe = irq_data_get_irq_chip_data(data); in stmpe_irq_lock() local
776 struct stmpe *stmpe = irq_data_get_irq_chip_data(data); in stmpe_irq_sync_unlock() local
797 struct stmpe *stmpe = irq_data_get_irq_chip_data(data); in stmpe_irq_mask() local
807 struct stmpe *stmpe = irq_data_get_irq_chip_data(data); in stmpe_irq_unmask() local
823 static int __devinit stmpe_irq_init(struct stmpe *stmpe) in stmpe_irq_init()
847 static void stmpe_irq_remove(struct stmpe *stmpe) in stmpe_irq_remove()
862 static int __devinit stmpe_chip_init(struct stmpe *stmpe) in stmpe_chip_init()
926 static int __devinit stmpe_add_device(struct stmpe *stmpe, in stmpe_add_device()
933 static int __devinit stmpe_devices_init(struct stmpe *stmpe) in stmpe_devices_init()
964 struct stmpe *stmpe; in stmpe_probe() local
1040 int stmpe_remove(struct stmpe *stmpe) in stmpe_remove()
1058 struct stmpe *stmpe = dev_get_drvdata(dev); in stmpe_suspend() local
1068 struct stmpe *stmpe = dev_get_drvdata(dev); in stmpe_resume() local