xvip_device
struct xvip_device xvip;
void xvip_clr_or_set(struct xvip_device *xvip, u32 addr, u32 mask, bool set)
void xvip_clr_and_set(struct xvip_device *xvip, u32 addr, u32 clr, u32 set)
int xvip_init_resources(struct xvip_device *xvip)
void xvip_cleanup_resources(struct xvip_device *xvip)
static inline u32 xvip_read(struct xvip_device *xvip, u32 addr)
static inline void xvip_write(struct xvip_device *xvip, u32 addr, u32 value)
static inline void xvip_clr(struct xvip_device *xvip, u32 addr, u32 clr)
static inline void xvip_set(struct xvip_device *xvip, u32 addr, u32 set)
void xvip_clr_or_set(struct xvip_device *xvip, u32 addr, u32 mask, bool set);
void xvip_clr_and_set(struct xvip_device *xvip, u32 addr, u32 clr, u32 set);
int xvip_init_resources(struct xvip_device *xvip);
void xvip_cleanup_resources(struct xvip_device *xvip);
static inline void xvip_reset(struct xvip_device *xvip)
static inline void xvip_start(struct xvip_device *xvip)
static inline void xvip_stop(struct xvip_device *xvip)
static inline void xvip_resume(struct xvip_device *xvip)
static inline void xvip_suspend(struct xvip_device *xvip)
static inline void xvip_set_frame_size(struct xvip_device *xvip,
static inline void xvip_get_frame_size(struct xvip_device *xvip,
static inline void xvip_enable_reg_update(struct xvip_device *xvip)
static inline void xvip_disable_reg_update(struct xvip_device *xvip)
static inline void xvip_print_version(struct xvip_device *xvip)
struct xvip_device xvip;