Searched refs:vfe_line (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/media/platform/qcom/camss/ |
D | camss-vfe.h | 65 struct vfe_line { struct 110 void (*set_realign_cfg)(struct vfe_device *vfe, struct vfe_line *line, 120 void (*set_demux_cfg)(struct vfe_device *vfe, struct vfe_line *line); 121 void (*set_scale_cfg)(struct vfe_device *vfe, struct vfe_line *line); 122 void (*set_crop_cfg)(struct vfe_device *vfe, struct vfe_line *line); 127 void (*set_camif_cfg)(struct vfe_device *vfe, struct vfe_line *line); 161 struct vfe_line line[MSM_VFE_LINE_NUM];
|
D | camss-vfe.c | 30 ((const struct vfe_line (*)[]) &(ptr_line[-(ptr_line->id)])) 155 static u32 vfe_src_pad_code(struct vfe_line *line, u32 sink_code, in vfe_src_pad_code() 451 container_of(output, struct vfe_line, output)->id); in vfe_output_frame_drop() 582 static int vfe_get_output(struct vfe_line *line) in vfe_get_output() 639 static int vfe_put_output(struct vfe_line *line) in vfe_put_output() 657 static int vfe_enable_output(struct vfe_line *line) in vfe_enable_output() 773 static int vfe_disable_output(struct vfe_line *line) in vfe_disable_output() 840 static int vfe_enable(struct vfe_line *line) in vfe_enable() 896 static int vfe_disable(struct vfe_line *line) in vfe_disable() 1140 struct vfe_line *l = &vfe->line[j]; in vfe_set_clock_rates() [all …]
|
D | camss-vfe-4-1.c | 514 struct vfe_line *line = container_of(output, struct vfe_line, output); in vfe_set_xbar_cfg() 546 static void vfe_set_realign_cfg(struct vfe_device *vfe, struct vfe_line *line, in vfe_set_realign_cfg() 632 static void vfe_set_demux_cfg(struct vfe_device *vfe, struct vfe_line *line) in vfe_set_demux_cfg() 682 static void vfe_set_scale_cfg(struct vfe_device *vfe, struct vfe_line *line) in vfe_set_scale_cfg() 737 static void vfe_set_crop_cfg(struct vfe_device *vfe, struct vfe_line *line) in vfe_set_crop_cfg() 815 static void vfe_set_camif_cfg(struct vfe_device *vfe, struct vfe_line *line) in vfe_set_camif_cfg()
|
D | camss-vfe-4-7.c | 560 struct vfe_line *line = container_of(output, struct vfe_line, output); in vfe_set_xbar_cfg() 627 static void vfe_set_realign_cfg(struct vfe_device *vfe, struct vfe_line *line, in vfe_set_realign_cfg() 735 static void vfe_set_demux_cfg(struct vfe_device *vfe, struct vfe_line *line) in vfe_set_demux_cfg() 785 static void vfe_set_scale_cfg(struct vfe_device *vfe, struct vfe_line *line) in vfe_set_scale_cfg() 840 static void vfe_set_crop_cfg(struct vfe_device *vfe, struct vfe_line *line) in vfe_set_crop_cfg() 930 static void vfe_set_camif_cfg(struct vfe_device *vfe, struct vfe_line *line) in vfe_set_camif_cfg()
|