Searched refs:xvip_device (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/platform/xilinx/ |
H A D | xilinx-vip.h | 96 struct xvip_device { struct 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() 154 void xvip_clr_or_set(struct xvip_device *xvip, u32 addr, u32 mask, bool set); 155 void xvip_clr_and_set(struct xvip_device *xvip, u32 addr, u32 clr, u32 set); 157 int xvip_init_resources(struct xvip_device *xvip); 158 void xvip_cleanup_resources(struct xvip_device *xvip); 160 static inline void xvip_reset(struct xvip_device *xvip) in xvip_reset() [all …]
|
H A D | xilinx-vip.c | 176 void xvip_clr_or_set(struct xvip_device *xvip, u32 addr, u32 mask, bool set) in xvip_clr_or_set() 196 void xvip_clr_and_set(struct xvip_device *xvip, u32 addr, u32 clr, u32 set) in xvip_clr_and_set() 207 int xvip_init_resources(struct xvip_device *xvip) in xvip_init_resources() 224 void xvip_cleanup_resources(struct xvip_device *xvip) in xvip_cleanup_resources()
|
H A D | xilinx-vtc.c | 153 struct xvip_device xvip;
|
H A D | xilinx-tpg.c | 89 struct xvip_device xvip;
|