Searched refs:pcf50633 (Results 1 – 3 of 3) sorted by relevance
19 struct pcf50633;38 void (*probe_done)(struct pcf50633 *);39 void (*mbc_event_callback)(struct pcf50633 *, int);40 void (*regulator_registered)(struct pcf50633 *, int);41 void (*force_shutdown)(struct pcf50633 *);53 int pcf50633_free_irq(struct pcf50633 *pcf, int irq);55 int pcf50633_irq_mask(struct pcf50633 *pcf, int irq);59 int pcf50633_read_block(struct pcf50633 *, u8 reg,63 u8 pcf50633_reg_read(struct pcf50633 *, u8 reg);130 struct pcf50633 { struct[all …]
26 struct pcf50633 *pcf;
62 obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o