Searched refs:i2c_wr_max (Results 1 - 15 of 15) sorted by relevance

/drivers/media/tuners/
H A Dtda18218.h29 u8 i2c_wr_max; member in struct:tda18218_config
H A Dtda18218.c47 remaining -= (priv->cfg->i2c_wr_max - 1)) {
49 if (len2 > (priv->cfg->i2c_wr_max - 1))
50 len2 = (priv->cfg->i2c_wr_max - 1);
/drivers/media/dvb-frontends/
H A Dcx24116.h41 u16 i2c_wr_max; member in struct:cx24116_config
H A Dtda10071.h45 u16 i2c_wr_max; member in struct:tda10071_config
H A Dm88ds3103.h42 u16 i2c_wr_max; member in struct:m88ds3103_config
H A Dsi2168.c360 const unsigned int i2c_wr_max = 8; local
463 for (remaining = fw->size; remaining > 0; remaining -= i2c_wr_max) {
465 if (len > i2c_wr_max)
466 len = i2c_wr_max;
H A Dm88ds3103.c174 !((j + 1) % (priv->cfg->i2c_wr_max - 1))) {
583 remaining -= (priv->cfg->i2c_wr_max - 1)) {
585 if (len > (priv->cfg->i2c_wr_max - 1))
586 len = (priv->cfg->i2c_wr_max - 1);
H A Dtda10071.c1002 remaining -= (priv->cfg.i2c_wr_max - 1)) {
1004 if (len > (priv->cfg.i2c_wr_max - 1))
1005 len = (priv->cfg.i2c_wr_max - 1);
H A Dcx24116.c607 * Writes whole firmware as one write when i2c_wr_max is set to 0. */
608 if (state->config->i2c_wr_max)
609 max = state->config->i2c_wr_max;
/drivers/media/usb/dvb-usb-v2/
H A Ddvbsky.c292 .i2c_wr_max = 33,
H A Danysee.c354 .i2c_wr_max = 48,
H A Daf9015.c929 .i2c_wr_max = 21, /* max wr bytes AF9015 I2C adap can handle at once */
H A Daf9035.c1264 .i2c_wr_max = 21,
/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c766 .i2c_wr_max = 64,
786 .i2c_wr_max = 33,
/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c816 .i2c_wr_max = 64,
856 .i2c_wr_max = 33,

Completed in 4168 milliseconds