Home
last modified time | relevance | path

Searched refs:cal_dev (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/
H A Dcal.h89 * The cal_dev structure represents the whole subsystem, including the CAL and
90 * the CAMERARX instances. Instances of struct cal_dev are named cal through the
107 struct cal_dev *cal;
115 struct cal_dev { struct
147 struct cal_dev *cal;
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 __always_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 *ca
[all...]
H A Dcal.c130 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 *ca
[all...]
H A Dcal-camerarx.c499 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()
/kernel/linux/linux-6.6/drivers/media/platform/ti/cal/
H A Dcal.h153 * The cal_dev structure represents the whole subsystem, including the CAL and
154 * the CAMERARX instances. Instances of struct cal_dev are named cal through the
170 struct cal_dev *cal;
190 struct cal_dev { struct
225 struct cal_dev *cal;
281 static inline u32 cal_read(struct cal_dev *cal, u32 offset) in cal_read()
286 static inline void cal_write(struct cal_dev *cal, u32 offset, u32 val) in cal_write()
291 static __always_inline u32 cal_read_field(struct cal_dev *cal, u32 offset, u32 mask) in cal_read_field()
296 static inline void cal_write_field(struct cal_dev *cal, u32 offset, u32 value, in cal_write_field()
320 void cal_quickdump_regs(struct cal_dev *ca
[all...]
H A Dcal.c243 void cal_quickdump_regs(struct cal_dev *cal) in cal_quickdump_regs()
271 static int cal_reserve_pix_proc(struct cal_dev *cal) in cal_reserve_pix_proc()
291 static void cal_release_pix_proc(struct cal_dev *cal, unsigned int pix_proc_num) in cal_release_pix_proc()
603 struct cal_dev *cal = ctx->cal; in cal_update_seq_number()
722 struct cal_dev *cal = data; in cal_irq()
828 struct cal_dev *cal = container_of(notifier, struct cal_dev, notifier); in cal_async_notifier_complete()
863 static int cal_async_notifier_register(struct cal_dev *cal) in cal_async_notifier_register()
905 static void cal_async_notifier_unregister(struct cal_dev *cal) in cal_async_notifier_unregister()
920 static int cal_media_register(struct cal_dev *ca
[all...]
H A Dcal-camerarx.c490 static int cal_camerarx_regmap_init(struct cal_dev *cal, in cal_camerarx_regmap_init()
809 struct cal_camerarx *cal_camerarx_create(struct cal_dev *cal, in cal_camerarx_create()

Completed in 6 milliseconds