• Home
  • Raw
  • Download

Lines Matching refs:mxr_device

22 static inline u32 vp_read(struct mxr_device *mdev, u32 reg_id)  in vp_read()
27 static inline void vp_write(struct mxr_device *mdev, u32 reg_id, u32 val) in vp_write()
32 static inline void vp_write_mask(struct mxr_device *mdev, u32 reg_id, in vp_write_mask()
41 static inline u32 mxr_read(struct mxr_device *mdev, u32 reg_id) in mxr_read()
46 static inline void mxr_write(struct mxr_device *mdev, u32 reg_id, u32 val) in mxr_write()
51 static inline void mxr_write_mask(struct mxr_device *mdev, u32 reg_id, in mxr_write_mask()
60 void mxr_vsync_set_update(struct mxr_device *mdev, int en) in mxr_vsync_set_update()
68 static void __mxr_reg_vp_reset(struct mxr_device *mdev) in __mxr_reg_vp_reset()
82 static void mxr_reg_vp_default_filter(struct mxr_device *mdev);
84 void mxr_reg_reset(struct mxr_device *mdev) in mxr_reg_reset()
136 void mxr_reg_graph_format(struct mxr_device *mdev, int idx, in mxr_reg_graph_format()
171 void mxr_reg_vp_format(struct mxr_device *mdev, in mxr_reg_vp_format()
214 void mxr_reg_graph_buffer(struct mxr_device *mdev, int idx, dma_addr_t addr) in mxr_reg_graph_buffer()
232 void mxr_reg_vp_buffer(struct mxr_device *mdev, in mxr_reg_vp_buffer()
290 struct mxr_device *mdev = dev_data; in mxr_irq_handler()
323 void mxr_reg_s_output(struct mxr_device *mdev, int cookie) in mxr_reg_s_output()
331 void mxr_reg_streamon(struct mxr_device *mdev) in mxr_reg_streamon()
345 void mxr_reg_streamoff(struct mxr_device *mdev) in mxr_reg_streamoff()
358 int mxr_reg_wait4vsync(struct mxr_device *mdev) in mxr_reg_wait4vsync()
373 void mxr_reg_set_mbus_fmt(struct mxr_device *mdev, in mxr_reg_set_mbus_fmt()
417 void mxr_reg_graph_layer_stream(struct mxr_device *mdev, int idx, int en) in mxr_reg_graph_layer_stream()
422 void mxr_reg_vp_layer_stream(struct mxr_device *mdev, int en) in mxr_reg_vp_layer_stream()
456 static inline void mxr_reg_vp_filter_set(struct mxr_device *mdev, in mxr_reg_vp_filter_set()
468 static void mxr_reg_vp_default_filter(struct mxr_device *mdev) in mxr_reg_vp_default_filter()
478 static void mxr_reg_mxr_dump(struct mxr_device *mdev) in mxr_reg_mxr_dump()
510 static void mxr_reg_vp_dump(struct mxr_device *mdev) in mxr_reg_vp_dump()
546 void mxr_reg_dump(struct mxr_device *mdev) in mxr_reg_dump()