Searched refs:configure_stream (Results  1 – 19 of 19) sorted by relevance
| /Linux-v5.15/drivers/media/platform/qcom/camss/ | 
| D | camss-csid.h | 93 	void (*configure_stream)(struct csid_device *csid, u8 enable);  member
 | 
| D | camss-csid-4-1.c | 321 	.configure_stream = csid_configure_stream,
 | 
| D | camss-csid-4-7.c | 397 	.configure_stream = csid_configure_stream,
 | 
| D | camss-csid-170.c | 592 	.configure_stream = csid_configure_stream,
 | 
| D | camss-csid.c | 232 	csid->ops->configure_stream(csid, enable);  in csid_set_stream()
 | 
| /Linux-v5.15/drivers/media/platform/vsp1/ | 
| D | vsp1_lif.c | 146 	.configure_stream = lif_configure_stream,
 | 
| D | vsp1_entity.h | 82 	void (*configure_stream)(struct vsp1_entity *, struct vsp1_pipeline *,  member
 | 
| D | vsp1_hsit.c | 146 	.configure_stream = hsit_configure_stream,
 | 
| D | vsp1_hgt.c | 175 	.configure_stream = hgt_configure_stream,
 | 
| D | vsp1_lut.c | 189 	.configure_stream = lut_configure_stream,
 | 
| D | vsp1_entity.c | 77 	if (entity->ops->configure_stream)  in vsp1_entity_configure_stream()78 		entity->ops->configure_stream(entity, pipe, dl, dlb);  in vsp1_entity_configure_stream()
 
 | 
| D | vsp1_hgo.c | 174 	.configure_stream = hgo_configure_stream,
 | 
| D | vsp1_clu.c | 230 	.configure_stream = clu_configure_stream,
 | 
| D | vsp1_uif.c | 231 	.configure_stream = uif_configure_stream,
 | 
| D | vsp1_rpf.c | 334 	.configure_stream = rpf_configure_stream,
 | 
| D | vsp1_brx.c | 402 	.configure_stream = brx_configure_stream,
 | 
| D | vsp1_sru.c | 354 	.configure_stream = sru_configure_stream,
 | 
| D | vsp1_uds.c | 398 	.configure_stream = uds_configure_stream,
 | 
| D | vsp1_wpf.c | 552 	.configure_stream = wpf_configure_stream,
 |