Lines Matching defs:cfe

55 #define cfe_dbg(cfe, fmt, arg...) dev_dbg(&(cfe)->pdev->dev, fmt, ##arg)  argument
56 #define cfe_info(cfe, fmt, arg...) dev_info(&(cfe)->pdev->dev, fmt, ##arg) argument
57 #define cfe_err(cfe, fmt, arg...) dev_err(&(cfe)->pdev->dev, fmt, ##arg) argument
262 struct cfe_device *cfe; member
312 static inline bool is_fe_enabled(struct cfe_device *cfe) in is_fe_enabled()
322 static inline u32 cfg_reg_read(struct cfe_device *cfe, u32 offset) in cfg_reg_read()
327 static inline void cfg_reg_write(struct cfe_device *cfe, u32 offset, u32 val) in cfg_reg_write()
332 static bool check_state(struct cfe_device *cfe, unsigned long state, in check_state()
345 static void set_state(struct cfe_device *cfe, unsigned long state, in set_state()
354 static void clear_state(struct cfe_device *cfe, unsigned long state, in clear_state()
363 static bool test_any_node(struct cfe_device *cfe, unsigned long cond) in test_any_node()
373 static bool test_all_nodes(struct cfe_device *cfe, unsigned long precond, in test_all_nodes()
388 struct cfe_device *cfe = s->private; in mipi_cfg_regs_show() local
482 static void cfe_calc_vid_format_size_bpl(struct cfe_device *cfe, in cfe_calc_vid_format_size_bpl()
508 static void cfe_calc_meta_format_size_bpl(struct cfe_device *cfe, in cfe_calc_meta_format_size_bpl()
524 static void cfe_schedule_next_csi2_job(struct cfe_device *cfe) in cfe_schedule_next_csi2_job()
557 static void cfe_schedule_next_pisp_job(struct cfe_device *cfe) in cfe_schedule_next_pisp_job()
583 static bool cfe_check_job_ready(struct cfe_device *cfe) in cfe_check_job_ready()
598 static void cfe_prepare_next_job(struct cfe_device *cfe) in cfe_prepare_next_job()
632 struct cfe_device *cfe = node->cfe; in cfe_sof_isr() local
685 struct cfe_device *cfe = node->cfe; in cfe_eof_isr() local
699 struct cfe_device *cfe = dev; in cfe_isr() local
782 static int cfe_get_vc_dt_fallback(struct cfe_device *cfe, u8 *vc, u8 *dt) in cfe_get_vc_dt_fallback()
804 static int cfe_get_vc_dt(struct cfe_device *cfe, unsigned int channel, u8 *vc, in cfe_get_vc_dt()
854 struct cfe_device *cfe = node->cfe; in cfe_start_channel() local
965 struct cfe_device *cfe = node->cfe; in cfe_stop_channel() local
982 struct cfe_device *cfe = node->cfe; in cfe_return_buffers() local
1020 struct cfe_device *cfe = node->cfe; in cfe_queue_setup() local
1048 struct cfe_device *cfe = node->cfe; in cfe_buffer_prepare() local
1080 struct cfe_device *cfe = node->cfe; in cfe_buffer_queue() local
1103 static s64 cfe_get_source_link_freq(struct cfe_device *cfe) in cfe_get_source_link_freq()
1154 struct cfe_device *cfe = node->cfe; in cfe_start_streaming() local
1274 struct cfe_device *cfe = node->cfe; in cfe_stop_streaming() local
1347 struct cfe_device *cfe = node->cfe; in cfe_enum_fmt_vid_cap() local
1393 struct cfe_device *cfe = node->cfe; in cfe_validate_fmt_vid_cap() local
1428 struct cfe_device *cfe = node->cfe; in cfe_s_fmt_vid_cap() local
1452 struct cfe_device *cfe = node->cfe; in cfe_try_fmt_vid_cap() local
1463 struct cfe_device *cfe = node->cfe; in cfe_enum_fmt_meta() local
1508 struct cfe_device *cfe = node->cfe; in cfe_validate_fmt_meta() local
1557 struct cfe_device *cfe = node->cfe; in cfe_g_fmt_meta() local
1572 struct cfe_device *cfe = node->cfe; in cfe_s_fmt_meta() local
1600 struct cfe_device *cfe = node->cfe; in cfe_try_fmt_meta() local
1610 struct cfe_device *cfe = node->cfe; in cfe_enum_framesizes() local
1643 struct cfe_device *cfe = node->cfe; in cfe_vb2_ioctl_reqbufs() local
1666 struct cfe_device *cfe = node->cfe; in cfe_vb2_ioctl_create_bufs() local
1742 struct cfe_device *cfe = to_cfe_device(sd->v4l2_dev); in cfe_notify() local
1775 struct cfe_device *cfe = node->cfe; in cfe_video_link_validate() local
1857 struct cfe_device *cfe = container_of(mdev, struct cfe_device, mdev); in cfe_video_link_notify() local
1921 struct cfe_device *cfe = container_of(kref, struct cfe_device, kref); in cfe_release() local
1928 static void cfe_put(struct cfe_device *cfe) in cfe_put()
1933 static void cfe_get(struct cfe_device *cfe) in cfe_get()
1945 static int cfe_register_node(struct cfe_device *cfe, int id) in cfe_register_node()
2062 static void cfe_unregister_nodes(struct cfe_device *cfe) in cfe_unregister_nodes()
2074 static int cfe_link_node_pads(struct cfe_device *cfe) in cfe_link_node_pads()
2151 static int cfe_probe_complete(struct cfe_device *cfe) in cfe_probe_complete()
2188 struct cfe_device *cfe = to_cfe_device(notifier->v4l2_dev); in cfe_async_bound() local
2205 struct cfe_device *cfe = to_cfe_device(notifier->v4l2_dev); in cfe_async_complete() local
2215 static int cfe_register_async_nf(struct cfe_device *cfe) in cfe_register_async_nf()
2281 struct cfe_device *cfe; in cfe_probe() local
2436 struct cfe_device *cfe = platform_get_drvdata(pdev); in cfe_remove() local
2459 struct cfe_device *cfe = platform_get_drvdata(pdev); in cfe_runtime_suspend() local
2469 struct cfe_device *cfe = platform_get_drvdata(pdev); in cfe_runtime_resume() local