Searched refs:wm8350 (Results 1 – 4 of 4) sorted by relevance
/include/linux/mfd/wm8350/ |
D | core.h | 591 struct wm8350; 598 struct wm8350 { struct 634 int (*init)(struct wm8350 *wm8350); argument 644 int wm8350_device_init(struct wm8350 *wm8350, int irq, 646 void wm8350_device_exit(struct wm8350 *wm8350); 651 int wm8350_clear_bits(struct wm8350 *wm8350, u16 reg, u16 mask); 652 int wm8350_set_bits(struct wm8350 *wm8350, u16 reg, u16 mask); 653 u16 wm8350_reg_read(struct wm8350 *wm8350, int reg); 654 int wm8350_reg_write(struct wm8350 *wm8350, int reg, u16 val); 655 int wm8350_reg_lock(struct wm8350 *wm8350); [all …]
|
D | pmic.h | 703 struct wm8350; 756 int wm8350_register_regulator(struct wm8350 *wm8350, int reg, 758 int wm8350_register_led(struct wm8350 *wm8350, int lednum, int dcdc, int isink, 764 int wm8350_dcdc_set_slot(struct wm8350 *wm8350, int dcdc, u16 start, 766 int wm8350_dcdc25_set_mode(struct wm8350 *wm8350, int dcdc, u16 mode, 772 int wm8350_ldo_set_slot(struct wm8350 *wm8350, int ldo, u16 start, u16 stop); 777 int wm8350_isink_set_flash(struct wm8350 *wm8350, int isink, u16 mode,
|
D | comparator.h | 167 struct wm8350; 172 int wm8350_read_auxadc(struct wm8350 *wm8350, int channel, int scale,
|
D | gpio.h | 347 struct wm8350; 349 int wm8350_gpio_config(struct wm8350 *wm8350, int gpio, int dir, int func,
|