Home
last modified time | relevance | path

Searched refs:configure_frame (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_entity.h82 void (*configure_frame)(struct vsp1_entity *, struct vsp1_pipeline *, member
Dvsp1_lut.c188 .configure_frame = lut_configure_frame,
Dvsp1_entity.c85 if (entity->ops->configure_frame) in vsp1_entity_configure_frame()
86 entity->ops->configure_frame(entity, pipe, dl, dlb); in vsp1_entity_configure_frame()
Dvsp1_clu.c229 .configure_frame = clu_configure_frame,
Dvsp1_rpf.c334 .configure_frame = rpf_configure_frame,
Dvsp1_wpf.c502 .configure_frame = wpf_configure_frame,