Searched defs:wcd9xxx (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/ |
D | core.h | 125 struct wcd9xxx { struct 142 int (*read_dev)(struct wcd9xxx *wcd9xxx, unsigned short reg, argument 144 int (*write_dev)(struct wcd9xxx *wcd9xxx, unsigned short reg, argument 150 enum wcd9xxx_pm_state pm_state; argument 163 int wcd9xxx_reg_read(struct wcd9xxx *wcd9xxx, unsigned short reg); argument 184 static inline int wcd9xxx_request_irq(struct wcd9xxx *wcd9xxx, int irq, in wcd9xxx_request_irq() 194 static inline void wcd9xxx_free_irq(struct wcd9xxx *wcd9xxx, in wcd9xxx_free_irq() 201 static inline void wcd9xxx_enable_irq(struct wcd9xxx *wcd9xxx, int irq) in wcd9xxx_enable_irq() 207 static inline void wcd9xxx_disable_irq(struct wcd9xxx *wcd9xxx, int irq) in wcd9xxx_disable_irq() 213 static inline void wcd9xxx_disable_irq_sync(struct wcd9xxx *wcd9xxx, int irq) in wcd9xxx_disable_irq_sync()
|
/hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/ |
D | core.h | 140 struct wcd9xxx { struct 157 int (*read_dev)(struct wcd9xxx *wcd9xxx, unsigned short reg, argument 160 int (*write_dev)(struct wcd9xxx *wcd9xxx, unsigned short reg, argument 165 enum wcd9xxx_pm_state pm_state; argument 176 enum wcd9xxx_pm_state wcd9xxx_pm_cmpxchg(struct wcd9xxx *wcd9xxx, argument
|