Searched refs:cal_dev (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/ |
| H A D | cal.h | 107 struct cal_dev *cal; 115 struct cal_dev { struct 147 struct cal_dev *cal; argument 208 static inline u32 cal_read(struct cal_dev *cal, u32 offset) in cal_read() 213 static inline void cal_write(struct cal_dev *cal, u32 offset, u32 val) in cal_write() 218 static inline u32 cal_read_field(struct cal_dev *cal, u32 offset, u32 mask) in cal_read_field() 223 static inline void cal_write_field(struct cal_dev *cal, u32 offset, u32 value, in cal_write_field() 242 void cal_quickdump_regs(struct cal_dev *cal); 252 struct cal_camerarx *cal_camerarx_create(struct cal_dev *cal,
|
| H A D | cal.c | 130 void cal_quickdump_regs(struct cal_dev *cal) in cal_quickdump_regs() 326 struct cal_dev *cal = data; in cal_irq() 439 struct cal_dev *cal = container_of(notifier, struct cal_dev, notifier); in cal_async_notifier_complete() 455 static int cal_async_notifier_register(struct cal_dev *cal) in cal_async_notifier_register() 499 static void cal_async_notifier_unregister(struct cal_dev *cal) in cal_async_notifier_unregister() 514 static int cal_media_register(struct cal_dev *cal) in cal_media_register() 541 static void cal_media_unregister(struct cal_dev *cal) in cal_media_unregister() 559 static int cal_media_init(struct cal_dev *cal) in cal_media_init() 592 static void cal_media_cleanup(struct cal_dev *cal) in cal_media_cleanup() 612 static struct cal_ctx *cal_ctx_create(struct cal_dev *cal, int inst) in cal_ctx_create() [all …]
|
| H A D | cal-camerarx.c | 499 static int cal_camerarx_regmap_init(struct cal_dev *cal, in cal_camerarx_regmap_init() 599 struct cal_camerarx *cal_camerarx_create(struct cal_dev *cal, in cal_camerarx_create()
|