Home
last modified time | relevance | path

Searched refs:xvip_device (Results 1 – 4 of 4) sorted by relevance

/drivers/media/platform/xilinx/
Dxilinx-vip.h98 struct xvip_device { struct
138 static inline u32 xvip_read(struct xvip_device *xvip, u32 addr) in xvip_read()
143 static inline void xvip_write(struct xvip_device *xvip, u32 addr, u32 value) in xvip_write()
148 static inline void xvip_clr(struct xvip_device *xvip, u32 addr, u32 clr) in xvip_clr()
153 static inline void xvip_set(struct xvip_device *xvip, u32 addr, u32 set) in 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) in xvip_reset()
[all …]
Dxilinx-vip.c177 void xvip_clr_or_set(struct xvip_device *xvip, u32 addr, u32 mask, bool set) in xvip_clr_or_set()
197 void xvip_clr_and_set(struct xvip_device *xvip, u32 addr, u32 clr, u32 set) in xvip_clr_and_set()
208 int xvip_init_resources(struct xvip_device *xvip) in xvip_init_resources()
227 void xvip_cleanup_resources(struct xvip_device *xvip) in xvip_cleanup_resources()
Dxilinx-vtc.c156 struct xvip_device xvip;
Dxilinx-tpg.c92 struct xvip_device xvip;