Searched refs:coda_dev (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/media/platform/coda/ |
D | coda.h | 73 struct coda_dev { struct 193 struct coda_dev *dev; 256 void coda_write(struct coda_dev *dev, u32 data, u32 reg); 257 unsigned int coda_read(struct coda_dev *dev, u32 reg); 261 int coda_alloc_aux_buf(struct coda_dev *dev, struct coda_aux_buf *buf, 263 void coda_free_aux_buf(struct coda_dev *dev, struct coda_aux_buf *buf); 291 int coda_check_firmware(struct coda_dev *dev);
|
D | coda-bit.c | 46 static inline int coda_is_initialized(struct coda_dev *dev) in coda_is_initialized() 51 static inline unsigned long coda_isbusy(struct coda_dev *dev) in coda_isbusy() 56 static int coda_wait_timeout(struct coda_dev *dev) in coda_wait_timeout() 69 struct coda_dev *dev = ctx->dev; in coda_command_async() 102 struct coda_dev *dev = ctx->dev; in coda_command_sync() 114 struct coda_dev *dev = ctx->dev; in coda_hw_reset() 151 struct coda_dev *dev = ctx->dev; in coda_kfifo_sync_from_device() 164 struct coda_dev *dev = ctx->dev; in coda_kfifo_sync_to_device_full() 176 struct coda_dev *dev = ctx->dev; in coda_kfifo_sync_to_device_write() 349 struct coda_dev *dev = ctx->dev; in coda_bit_stream_end_flag() [all …]
|
D | coda-common.c | 78 void coda_write(struct coda_dev *dev, u32 data, u32 reg) in coda_write() 85 unsigned int coda_read(struct coda_dev *dev, u32 reg) in coda_read() 280 static const struct coda_codec *coda_find_codec(struct coda_dev *dev, in coda_find_codec() 304 static void coda_get_max_dimensions(struct coda_dev *dev, in coda_get_max_dimensions() 332 struct coda_dev *dev = video_get_drvdata(vdev); in to_coda_video_device() 530 struct coda_dev *dev = ctx->dev; in coda_try_fmt() 674 struct coda_dev *dev = ctx->dev; in coda_try_fmt_vid_out() 1204 struct coda_dev *dev = ctx->dev; in coda_device_run() 1212 struct coda_dev *dev = ctx->dev; in coda_pic_run_work() 1546 int coda_alloc_aux_buf(struct coda_dev *dev, struct coda_aux_buf *buf, in coda_alloc_aux_buf() [all …]
|
D | coda-gdi.c | 116 struct coda_dev *dev = ctx->dev; in coda_set_gdi_regs()
|