Searched refs:pcf50633 (Results 1 – 5 of 5) sorted by relevance
/include/linux/mfd/pcf50633/ |
D | core.h | 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_register_irq(struct pcf50633 *pcf, int irq, 55 int pcf50633_free_irq(struct pcf50633 *pcf, int irq); 57 int pcf50633_irq_mask(struct pcf50633 *pcf, int irq); 58 int pcf50633_irq_unmask(struct pcf50633 *pcf, int irq); 59 int pcf50633_irq_mask_get(struct pcf50633 *pcf, int irq); [all …]
|
D | gpio.h | 38 int pcf50633_gpio_set(struct pcf50633 *pcf, int gpio, u8 val); 39 u8 pcf50633_gpio_get(struct pcf50633 *pcf, int gpio); 41 int pcf50633_gpio_invert_set(struct pcf50633 *, int gpio, int invert); 42 int pcf50633_gpio_invert_get(struct pcf50633 *pcf, int gpio); 44 int pcf50633_gpio_power_supply_set(struct pcf50633 *,
|
D | backlight.h | 37 struct pcf50633; 39 int pcf50633_bl_set_brightness_limit(struct pcf50633 *pcf, unsigned int limit);
|
D | adc.h | 63 pcf50633_adc_async_read(struct pcf50633 *pcf, int mux, int avg, 64 void (*callback)(struct pcf50633 *, void *, int), 67 pcf50633_adc_sync_read(struct pcf50633 *pcf, int mux, int avg);
|
D | mbc.h | 124 int pcf50633_mbc_usb_curlim_set(struct pcf50633 *pcf, int ma); 126 int pcf50633_mbc_get_status(struct pcf50633 *); 127 int pcf50633_mbc_get_usb_online_status(struct pcf50633 *);
|