Lines Matching full:ipu

64  * Enumeration of IPU rotation modes
119 * NOTE: channels 6,7 are unused in the IPU and are not IDMAC channels,
186 int ipu_map_irq(struct ipu_soc *ipu, int irq);
187 int ipu_idmac_channel_irq(struct ipu_soc *ipu, struct ipuv3_channel *channel,
203 * IPU Common functions
205 int ipu_get_num(struct ipu_soc *ipu);
206 void ipu_set_csi_src_mux(struct ipu_soc *ipu, int csi_id, bool mipi_csi2);
207 void ipu_set_ic_src_mux(struct ipu_soc *ipu, int csi_id, bool vdi);
208 void ipu_dump(struct ipu_soc *ipu);
211 * IPU Image DMA Controller (idmac) functions
213 struct ipuv3_channel *ipu_idmac_get(struct ipu_soc *ipu, unsigned channel);
228 int ipu_fsu_link(struct ipu_soc *ipu, int src_ch, int sink_ch);
229 int ipu_fsu_unlink(struct ipu_soc *ipu, int src_ch, int sink_ch);
234 * IPU Channel Parameter Memory (cpmem) functions
282 * IPU Display Controller (dc) functions
286 struct ipu_dc *ipu_dc_get(struct ipu_soc *ipu, int channel);
290 void ipu_dc_enable(struct ipu_soc *ipu);
293 void ipu_dc_disable(struct ipu_soc *ipu);
296 * IPU Display Interface (di) functions
298 struct ipu_di *ipu_di_get(struct ipu_soc *ipu, int disp);
307 * IPU Display Multi FIFO Controller (dmfc) functions
313 struct dmfc_channel *ipu_dmfc_get(struct ipu_soc *ipu, int ipuv3_channel);
317 * IPU Display Processor (dp) functions
326 struct ipu_dp *ipu_dp_get(struct ipu_soc *ipu, unsigned int flow);
328 int ipu_dp_enable(struct ipu_soc *ipu);
331 void ipu_dp_disable(struct ipu_soc *ipu);
339 * IPU Prefetch Resolve Gasket (prg) functions
342 bool ipu_prg_present(struct ipu_soc *ipu);
343 bool ipu_prg_format_supported(struct ipu_soc *ipu, uint32_t format,
345 int ipu_prg_enable(struct ipu_soc *ipu);
346 void ipu_prg_disable(struct ipu_soc *ipu);
355 * IPU CMOS Sensor Interface (csi) functions
376 struct ipu_csi *ipu_csi_get(struct ipu_soc *ipu, int id);
381 * IPU Image Converter (ic) functions
457 struct ipu_ic *ipu_ic_get(struct ipu_soc *ipu, enum ipu_ic_task task);
462 * IPU Video De-Interlacer (vdi) functions
471 struct ipu_vdi *ipu_vdi_get(struct ipu_soc *ipu);
475 * IPU Sensor Multiple FIFO Controller (SMFC) functions
477 struct ipu_smfc *ipu_smfc_get(struct ipu_soc *ipu, unsigned int chno);