Lines Matching full:isc

3  * Microchip Image Sensor Controller (ISC) driver header file
57 * struct isc_format - ISC media bus format information
58 This structure represents the interface between the ISC
60 the ISC.
65 * @pfe_cfg0_bps: Number of hardware data lines connected to the ISC
98 * struct fmt_config - ISC format configuration and internal pipeline
100 of the ISC.
101 It also holds the format that ISC will present to v4l2.
164 * struct isc_reg_offsets - ISC device register offsets
199 * struct isc_device - ISC device driver data/config struct
203 * @isc_clks: ISC clocks
204 * @ispck_required: ISC requires ISP Clock initialization
214 * @cur_frm: current isc frame/buffer
216 * @stop: true if isc is not streaming, false if streaming
222 * @config: current ISC format configuration
223 * @try_config: the current ISC try format , not yet activated
225 * @ctrls: holds information about ISC controls
231 * with ISC operations
236 * @pipeline: configuration of the ISC pipeline
273 * @pads: media controller pads for isc video entity
274 * @mdev: media device that is registered by the isc
275 * @mpipe: media device pipeline used by the isc
277 * @scaler_sd: subdevice for the scaler that isc registers
350 void (*config_dpc)(struct isc_device *isc);
351 void (*config_csc)(struct isc_device *isc);
352 void (*config_cbc)(struct isc_device *isc);
353 void (*config_cc)(struct isc_device *isc);
354 void (*config_gam)(struct isc_device *isc);
355 void (*config_rlp)(struct isc_device *isc);
357 void (*config_ctrls)(struct isc_device *isc,
360 void (*adapt_pipeline)(struct isc_device *isc);
388 int microchip_isc_pipeline_init(struct isc_device *isc);
389 int microchip_isc_clk_init(struct isc_device *isc);
390 void microchip_isc_subdev_cleanup(struct isc_device *isc);
391 void microchip_isc_clk_cleanup(struct isc_device *isc);
393 int isc_scaler_link(struct isc_device *isc);
394 int isc_scaler_init(struct isc_device *isc);
395 int isc_mc_init(struct isc_device *isc, u32 ver);
396 void isc_mc_cleanup(struct isc_device *isc);
398 struct isc_format *isc_find_format_by_code(struct isc_device *isc,