diff options
Diffstat (limited to 'drivers/media/i2c/ccs/ccs-quirk.h')
| -rw-r--r-- | drivers/media/i2c/ccs/ccs-quirk.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/drivers/media/i2c/ccs/ccs-quirk.h b/drivers/media/i2c/ccs/ccs-quirk.h index 6b4ec4beaba0..5838fcda92fd 100644 --- a/drivers/media/i2c/ccs/ccs-quirk.h +++ b/drivers/media/i2c/ccs/ccs-quirk.h @@ -21,7 +21,7 @@ struct ccs_sensor;   *	    sensor registers. Called the first time the sensor is powered up.   * @post_poweron: Called always after the sensor has been fully powered on.   * @pre_streamon: Called just before streaming is enabled. - * @post_streamon: Called right after stopping streaming. + * @post_streamoff: Called right after stopping streaming.   * @pll_flags: Return flags for the PLL calculator.   * @init: Quirk initialisation, called the last in probe(). This is   *	  also appropriate for adding sensor specific controls, for instance. @@ -33,6 +33,8 @@ struct ccs_sensor;   *		@value: Register value, set by the caller on write, or   *			by the quirk on read   * + * @flags: Quirk flags + *   *		@return: 0 on success, -ENOIOCTLCMD if no register   *			 access may be done by the caller (default read   *			 value is zero), else negative error code on error | 
