Home
last modified time | relevance | path

Searched refs:configure_stream (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_lif.c146 .configure_stream = lif_configure_stream,
H A Dvsp1_entity.h81 void (*configure_stream)(struct vsp1_entity *entity, member
H A Dvsp1_hsit.c144 .configure_stream = hsit_configure_stream,
H A Dvsp1_hgt.c173 .configure_stream = hgt_configure_stream,
H A Dvsp1_entity.c78 if (entity->ops->configure_stream) in vsp1_entity_configure_stream()
79 entity->ops->configure_stream(entity, state, pipe, dl, dlb); in vsp1_entity_configure_stream()
H A Dvsp1_lut.c189 .configure_stream = lut_configure_stream,
H A Dvsp1_clu.c228 .configure_stream = clu_configure_stream,
H A Dvsp1_hgo.c172 .configure_stream = hgo_configure_stream,
H A Dvsp1_uif.c225 .configure_stream = uif_configure_stream,
H A Dvsp1_uds.c383 .configure_stream = uds_configure_stream,
H A Dvsp1_sru.c346 .configure_stream = sru_configure_stream,
H A Dvsp1_brx.c390 .configure_stream = brx_configure_stream,
H A Dvsp1_rpf.c376 .configure_stream = rpf_configure_stream,
H A Dvsp1_wpf.c518 .configure_stream = wpf_configure_stream,
/linux/drivers/media/platform/qcom/camss/
H A Dcamss-csid.h105 void (*configure_stream)(struct csid_device *csid, u8 enable); member
H A Dcamss-csid-4-1.c199 .configure_stream = csid_configure_stream,
H A Dcamss-csid-4-7.c247 .configure_stream = csid_configure_stream,
H A Dcamss-csid-gen2.c485 .configure_stream = csid_configure_stream,
H A Dcamss-csid.c699 csid->res->hw_ops->configure_stream(csid, enable); in csid_set_stream()