Searched defs:xvip (Results 1 – 2 of 2) sorted by relevance
134 static inline u32 xvip_read(struct xvip_device *xvip, u32 addr) in xvip_read()139 static inline void xvip_write(struct xvip_device *xvip, u32 addr, u32 value) in xvip_write()144 static inline void xvip_clr(struct xvip_device *xvip, u32 addr, u32 clr) in xvip_clr()149 static inline void xvip_set(struct xvip_device *xvip, u32 addr, u32 set) in xvip_set()160 static inline void xvip_reset(struct xvip_device *xvip) in xvip_reset()165 static inline void xvip_start(struct xvip_device *xvip) in xvip_start()171 static inline void xvip_stop(struct xvip_device *xvip) in xvip_stop()176 static inline void xvip_resume(struct xvip_device *xvip) in xvip_resume()182 static inline void xvip_suspend(struct xvip_device *xvip) in xvip_suspend()189 static inline void xvip_set_frame_size(struct xvip_device *xvip, in xvip_set_frame_size()[all …]
153 struct xvip_device xvip; member