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
97 * struct fmt_config - ISC format configuration and internal pipeline
99 of the ISC.
100 It also holds the format that ISC will present to v4l2.
163 * struct isc_reg_offsets - ISC device register offsets
187 * struct isc_device - ISC device driver data/config struct
191 * @isc_clks: ISC clocks
192 * @ispck_required: ISC requires ISP Clock initialization
202 * @cur_frm: current isc frame/buffer
204 * @stop: true if isc is not streaming, false if streaming
211 * @config: current ISC format configuration
212 * @try_config: the current ISC try format , not yet activated
214 * @ctrls: holds information about ISC controls
220 * with ISC operations
225 * @pipeline: configuration of the ISC pipeline
333 void (*config_dpc)(struct isc_device *isc);
334 void (*config_csc)(struct isc_device *isc);
335 void (*config_cbc)(struct isc_device *isc);
336 void (*config_cc)(struct isc_device *isc);
337 void (*config_gam)(struct isc_device *isc);
338 void (*config_rlp)(struct isc_device *isc);
340 void (*config_ctrls)(struct isc_device *isc,
343 void (*adapt_pipeline)(struct isc_device *isc);
357 int isc_pipeline_init(struct isc_device *isc);
358 int isc_clk_init(struct isc_device *isc);
359 void isc_subdev_cleanup(struct isc_device *isc);
360 void isc_clk_cleanup(struct isc_device *isc);