Home
last modified time | relevance | path

Searched refs:XC_MAX_I2C_WRITE_LENGTH (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dxc5000.c66 #define XC_MAX_I2C_WRITE_LENGTH 64 macro
355 u8 buf[XC_MAX_I2C_WRITE_LENGTH]; in xc_load_i2c_sequence()
373 * do not exceed XC_MAX_I2C_WRITE_LENGTH bytes. in xc_load_i2c_sequence()
380 if ((len - pos) > XC_MAX_I2C_WRITE_LENGTH - 2) in xc_load_i2c_sequence()
382 XC_MAX_I2C_WRITE_LENGTH; in xc_load_i2c_sequence()
H A Dxc4000.c106 #define XC_MAX_I2C_WRITE_LENGTH 64 macro
302 u8 buf[XC_MAX_I2C_WRITE_LENGTH]; in xc_load_i2c_sequence()
319 * do not exceed XC_MAX_I2C_WRITE_LENGTH bytes. in xc_load_i2c_sequence()
326 if ((len - pos) > XC_MAX_I2C_WRITE_LENGTH - 2) in xc_load_i2c_sequence()
328 XC_MAX_I2C_WRITE_LENGTH; in xc_load_i2c_sequence()
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dxc5000.c66 #define XC_MAX_I2C_WRITE_LENGTH 64 macro
355 u8 buf[XC_MAX_I2C_WRITE_LENGTH]; in xc_load_i2c_sequence()
373 * do not exceed XC_MAX_I2C_WRITE_LENGTH bytes. in xc_load_i2c_sequence()
380 if ((len - pos) > XC_MAX_I2C_WRITE_LENGTH - 2) in xc_load_i2c_sequence()
382 XC_MAX_I2C_WRITE_LENGTH; in xc_load_i2c_sequence()
H A Dxc4000.c106 #define XC_MAX_I2C_WRITE_LENGTH 64 macro
300 u8 buf[XC_MAX_I2C_WRITE_LENGTH]; in xc_load_i2c_sequence()
317 * do not exceed XC_MAX_I2C_WRITE_LENGTH bytes. in xc_load_i2c_sequence()
324 if ((len - pos) > XC_MAX_I2C_WRITE_LENGTH - 2) in xc_load_i2c_sequence()
326 XC_MAX_I2C_WRITE_LENGTH; in xc_load_i2c_sequence()

Completed in 9 milliseconds