Home
last modified time | relevance | path

Searched defs:wm8994 (Results 1 – 1 of 1) sorted by relevance

/include/linux/mfd/wm8994/
Dcore.h53 struct wm8994 { struct
54 struct wm8994_pdata pdata; argument
56 enum wm8994_type type; argument
57 int revision;
58 int cust_id;
82 static inline int wm8994_reg_read(struct wm8994 *wm8994, unsigned short reg) in wm8994_reg_read()
95 static inline int wm8994_reg_write(struct wm8994 *wm8994, unsigned short reg, in wm8994_reg_write()
101 static inline int wm8994_bulk_read(struct wm8994 *wm8994, unsigned short reg, in wm8994_bulk_read()
107 static inline int wm8994_bulk_write(struct wm8994 *wm8994, unsigned short reg, in wm8994_bulk_write()
113 static inline int wm8994_set_bits(struct wm8994 *wm8994, unsigned short reg, in wm8994_set_bits()
[all …]