Searched refs:img_ir_priv (Results 1 – 3 of 3) sorted by relevance
11 struct img_ir_priv;32 void img_ir_isr_raw(struct img_ir_priv *priv, u32 irq_status);33 void img_ir_setup_raw(struct img_ir_priv *priv);34 int img_ir_probe_raw(struct img_ir_priv *priv);35 void img_ir_remove_raw(struct img_ir_priv *priv);45 static inline void img_ir_isr_raw(struct img_ir_priv *priv, u32 irq_status) in img_ir_isr_raw()48 static inline void img_ir_setup_raw(struct img_ir_priv *priv) in img_ir_setup_raw()51 static inline int img_ir_probe_raw(struct img_ir_priv *priv) in img_ir_probe_raw()55 static inline void img_ir_remove_raw(struct img_ir_priv *priv) in img_ir_remove_raw()
201 struct img_ir_priv;256 void img_ir_isr_hw(struct img_ir_priv *priv, u32 irq_status);257 void img_ir_setup_hw(struct img_ir_priv *priv);258 int img_ir_probe_hw(struct img_ir_priv *priv);259 void img_ir_remove_hw(struct img_ir_priv *priv);278 static inline void img_ir_isr_hw(struct img_ir_priv *priv, u32 irq_status) in img_ir_isr_hw()281 static inline void img_ir_setup_hw(struct img_ir_priv *priv) in img_ir_setup_hw()284 static inline int img_ir_probe_hw(struct img_ir_priv *priv) in img_ir_probe_hw()288 static inline void img_ir_remove_hw(struct img_ir_priv *priv) in img_ir_remove_hw()
143 struct img_ir_priv { struct157 static inline void img_ir_write(struct img_ir_priv *priv, in img_ir_write() argument163 static inline unsigned int img_ir_read(struct img_ir_priv *priv, in img_ir_read()