Searched refs:ops_gen1 (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/media/platform/qcom/camss/ |
D | camss-vfe-gen1.c | 24 vfe->ops_gen1->halt_request(vfe); in vfe_gen1_halt() 56 vfe->ops_gen1->wm_enable(vfe, output->wm_idx[i], 0); in vfe_disable_output() 69 vfe->ops_gen1->wm_frame_based(vfe, output->wm_idx[0], 0); in vfe_disable_output() 70 vfe->ops_gen1->bus_disconnect_wm_from_rdi(vfe, output->wm_idx[0], line->id); in vfe_disable_output() 71 vfe->ops_gen1->enable_irq_wm_line(vfe, output->wm_idx[0], line->id, 0); in vfe_disable_output() 72 vfe->ops_gen1->set_cgc_override(vfe, output->wm_idx[0], 0); in vfe_disable_output() 76 vfe->ops_gen1->wm_line_based(vfe, output->wm_idx[i], NULL, i, 0); in vfe_disable_output() 77 vfe->ops_gen1->set_cgc_override(vfe, output->wm_idx[i], 0); in vfe_disable_output() 80 vfe->ops_gen1->enable_irq_pix_line(vfe, 0, line->id, 0); in vfe_disable_output() 81 vfe->ops_gen1->set_module_cfg(vfe, 0); in vfe_disable_output() [all …]
|
D | camss-vfe.h | 151 const struct vfe_hw_ops_gen1 *ops_gen1; member
|
D | camss-vfe-4-1.c | 993 vfe->ops_gen1 = &vfe_ops_gen1_4_1; in vfe_subdev_init()
|
D | camss-vfe-4-7.c | 1189 vfe->ops_gen1 = &vfe_ops_gen1_4_7; in vfe_subdev_init()
|
D | camss-vfe-4-8.c | 1174 vfe->ops_gen1 = &vfe_ops_gen1_4_8; in vfe_subdev_init()
|