Searched defs:xvip (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/platform/xilinx/
H A Dxilinx-vip.c177 void xvip_clr_or_set(struct xvip_device *xvip, u32 addr, u32 mask, bool set) xvip_clr_or_set() argument
197 void xvip_clr_and_set(struct xvip_device *xvip, u32 addr, u32 clr, u32 set) xvip_clr_and_set() argument
208 int xvip_init_resources(struct xvip_device *xvip) xvip_init_resources() argument
227 void xvip_cleanup_resources(struct xvip_device *xvip) xvip_cleanup_resources() argument
H A Dxilinx-tpg.c92 struct xvip_device xvip; member in struct:xtpg_device
H A Dxilinx-vip.h138 static inline u32 xvip_read(struct xvip_device *xvip, u32 addr) xvip_read() argument
143 static inline void xvip_write(struct xvip_device *xvip, u32 addr, u32 value) xvip_write() argument
148 static inline void xvip_clr(struct xvip_device *xvip, u32 addr, u32 clr) xvip_clr() argument
153 static inline void xvip_set(struct xvip_device *xvip, u32 addr, u32 set) xvip_set() argument
164 static inline void xvip_reset(struct xvip_device *xvip) xvip_reset() argument
169 static inline void xvip_start(struct xvip_device *xvip) xvip_start() argument
175 static inline void xvip_stop(struct xvip_device *xvip) xvip_stop() argument
180 static inline void xvip_resume(struct xvip_device *xvip) xvip_resume() argument
186 static inline void xvip_suspend(struct xvip_device *xvip) xvip_suspend() argument
193 static inline void xvip_set_frame_size(struct xvip_device *xvip, xvip_set_frame_size() argument
201 static inline void xvip_get_frame_size(struct xvip_device *xvip, xvip_get_frame_size() argument
213 static inline void xvip_enable_reg_update(struct xvip_device *xvip) xvip_enable_reg_update() argument
218 static inline void xvip_disable_reg_update(struct xvip_device *xvip) xvip_disable_reg_update() argument
223 static inline void xvip_print_version(struct xvip_device *xvip) xvip_print_version() argument
H A Dxilinx-vtc.c156 struct xvip_device xvip; member in struct:xvtc_device

Completed in 104 milliseconds