Home
last modified time | relevance | path

Searched refs:pcf50633 (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/mfd/pcf50633/
H A Dcore.h19 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 …]
/linux-6.15/drivers/input/misc/
H A Dpcf50633-input.c26 struct pcf50633 *pcf;
H A DMakefile62 obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o