Home
last modified time | relevance | path

Searched refs:cal_dev (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/media/platform/ti/cal/
Dcal.h170 struct cal_dev *cal;
198 struct cal_dev { struct
233 struct cal_dev *cal; argument
289 static inline u32 cal_read(struct cal_dev *cal, u32 offset) in cal_read()
294 static inline void cal_write(struct cal_dev *cal, u32 offset, u32 val) in cal_write()
299 static __always_inline u32 cal_read_field(struct cal_dev *cal, u32 offset, u32 mask) in cal_read_field()
304 static inline void cal_write_field(struct cal_dev *cal, u32 offset, u32 value, in cal_write_field()
328 void cal_quickdump_regs(struct cal_dev *cal);
334 struct cal_camerarx *cal_camerarx_create(struct cal_dev *cal,
Dcal.c267 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()
315 static void cal_release_pix_proc(struct cal_dev *cal, unsigned int pix_proc_num) in cal_release_pix_proc()
633 struct cal_dev *cal = ctx->cal; in cal_update_seq_number()
752 struct cal_dev *cal = data; in cal_irq()
858 struct cal_dev *cal = container_of(notifier, struct cal_dev, notifier); in cal_async_notifier_complete()
893 static int cal_async_notifier_register(struct cal_dev *cal) in cal_async_notifier_register()
935 static void cal_async_notifier_unregister(struct cal_dev *cal) in cal_async_notifier_unregister()
950 static int cal_media_register(struct cal_dev *cal) in cal_media_register()
977 static void cal_media_unregister(struct cal_dev *cal) in cal_media_unregister()
[all …]
Dcal-camerarx.c484 static int cal_camerarx_regmap_init(struct cal_dev *cal, in cal_camerarx_regmap_init()
858 struct cal_camerarx *cal_camerarx_create(struct cal_dev *cal, in cal_camerarx_create()