Lines Matching full:isc
3 * Microchip Image Sensor Controller (ISC) driver header file
52 * struct isc_format - ISC media bus format information
53 This structure represents the interface between the ISC
55 the ISC.
60 * @pfe_cfg0_bps: Number of hardware data lines connected to the ISC
88 * struct fmt_config - ISC format configuration and internal pipeline
90 of the ISC.
91 It also holds the format that ISC will present to v4l2.
150 * struct isc_device - ISC device driver data/config struct
154 * @isc_clks: ISC clocks
163 * @cur_frm: current isc frame/buffer
165 * @stop: true if isc is not streaming, false if streaming
172 * @config: current ISC format configuration
173 * @try_config: the current ISC try format , not yet activated
175 * @ctrls: holds information about ISC controls
181 * with ISC operations
185 * @pipeline: configuration of the ISC pipeline
252 #define ATMEL_ISC_NAME "atmel-isc"
261 int isc_pipeline_init(struct isc_device *isc);
262 int isc_clk_init(struct isc_device *isc);
263 void isc_subdev_cleanup(struct isc_device *isc);
264 void isc_clk_cleanup(struct isc_device *isc);