Searched refs:cal_dev (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/platform/ti-vpe/ |
| A D | cal.h | 170 struct cal_dev *cal; 193 struct cal_dev { struct 228 struct cal_dev *cal; argument 285 static inline u32 cal_read(struct cal_dev *cal, u32 offset) in cal_read() 290 static inline void cal_write(struct cal_dev *cal, u32 offset, u32 val) in cal_write() 295 static __always_inline u32 cal_read_field(struct cal_dev *cal, u32 offset, u32 mask) in cal_read_field() 300 static inline void cal_write_field(struct cal_dev *cal, u32 offset, u32 value, in cal_write_field() 324 void cal_quickdump_regs(struct cal_dev *cal); 328 struct cal_camerarx *cal_camerarx_create(struct cal_dev *cal,
|
| A D | cal.c | 267 void cal_quickdump_regs(struct cal_dev *cal) in cal_quickdump_regs() 295 static int cal_reserve_pix_proc(struct cal_dev *cal) in cal_reserve_pix_proc() 620 struct cal_dev *cal = data; in cal_irq() 744 struct cal_dev *cal = container_of(notifier, struct cal_dev, notifier); in cal_async_notifier_complete() 836 static int cal_media_register(struct cal_dev *cal) in cal_media_register() 879 static int cal_media_init(struct cal_dev *cal) in cal_media_init() 912 static void cal_media_cleanup(struct cal_dev *cal) in cal_media_cleanup() 981 static void cal_get_hwinfo(struct cal_dev *cal) in cal_get_hwinfo() 1067 struct cal_dev *cal; in cal_probe() 1186 struct cal_dev *cal = platform_get_drvdata(pdev); in cal_remove() [all …]
|
| A D | cal-camerarx.c | 484 static int cal_camerarx_regmap_init(struct cal_dev *cal, in cal_camerarx_regmap_init() 831 struct cal_camerarx *cal_camerarx_create(struct cal_dev *cal, in cal_camerarx_create()
|
Completed in 19 milliseconds