Searched refs:xvip_device (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/media/platform/xilinx/ |
H A D | xilinx-vip.h | 91 * struct xvip_device - Xilinx Video IP device structure 98 struct xvip_device { struct 138 static inline u32 xvip_read(struct xvip_device *xvip, u32 addr) xvip_read() 143 static inline void xvip_write(struct xvip_device *xvip, u32 addr, u32 value) xvip_write() 148 static inline void xvip_clr(struct xvip_device *xvip, u32 addr, u32 clr) xvip_clr() 153 static inline void xvip_set(struct xvip_device *xvip, u32 addr, u32 set) xvip_set() 158 void xvip_clr_or_set(struct xvip_device *xvip, u32 addr, u32 mask, bool set); 159 void xvip_clr_and_set(struct xvip_device *xvip, u32 addr, u32 clr, u32 set); 161 int xvip_init_resources(struct xvip_device *xvip); 162 void xvip_cleanup_resources(struct xvip_device *xvip); 164 static inline void xvip_reset(struct xvip_device *xvip) xvip_reset() 169 static inline void xvip_start(struct xvip_device *xvip) xvip_start() 175 static inline void xvip_stop(struct xvip_device *xvip) xvip_stop() 180 static inline void xvip_resume(struct xvip_device *xvip) xvip_resume() 186 static inline void xvip_suspend(struct xvip_device *xvip) xvip_suspend() 193 static inline void xvip_set_frame_size(struct xvip_device *xvip, xvip_set_frame_size() 201 static inline void xvip_get_frame_size(struct xvip_device *xvip, xvip_get_frame_size() 213 static inline void xvip_enable_reg_update(struct xvip_device *xvip) xvip_enable_reg_update() 218 static inline void xvip_disable_reg_update(struct xvip_device *xvip) xvip_disable_reg_update() 223 static inline void xvip_print_version(struct xvip_device *xvip) xvip_print_version()
|
H A D | xilinx-vip.c | 177 void xvip_clr_or_set(struct xvip_device *xvip, u32 addr, u32 mask, bool set) xvip_clr_or_set() 197 void xvip_clr_and_set(struct xvip_device *xvip, u32 addr, u32 clr, u32 set) xvip_clr_and_set() 208 int xvip_init_resources(struct xvip_device *xvip) xvip_init_resources() 227 void xvip_cleanup_resources(struct xvip_device *xvip) xvip_cleanup_resources()
|
H A D | xilinx-vtc.c | 156 struct xvip_device xvip;
|
H A D | xilinx-tpg.c | 92 struct xvip_device xvip;
|
Completed in 112 milliseconds