Home
last modified time | relevance | path

Searched refs:i2c_wr_max (Results 1 – 25 of 27) sorted by relevance

12

/drivers/media/dvb-frontends/
Dm88ds3103.h50 u16 i2c_wr_max; member
99 u16 i2c_wr_max; member
Dm88ds3103.c61 !((j + 1) % (dev->cfg->i2c_wr_max - 1))) { in m88ds3103_wr_reg_val_tab()
699 remaining -= (dev->cfg->i2c_wr_max - 1)) { in m88ds3103_init()
701 if (len > (dev->cfg->i2c_wr_max - 1)) in m88ds3103_init()
702 len = (dev->cfg->i2c_wr_max - 1); in m88ds3103_init()
1291 pdata.i2c_wr_max = cfg->i2c_wr_max; in m88ds3103_attach()
1396 dev->config.i2c_wr_max = pdata->i2c_wr_max; in m88ds3103_probe()
Dmn88473.h27 u16 i2c_wr_max; member
Dmn88472.h37 u16 i2c_wr_max; member
Dtda10071.h44 u16 i2c_wr_max; member
Dcx24116.h41 u16 i2c_wr_max; member
Dcx24120.h42 u16 i2c_wr_max; member
Dtda10071_priv.h35 u16 i2c_wr_max; member
Dtda10071.c896 remaining -= (dev->i2c_wr_max - 1)) { in tda10071_init()
898 if (len > (dev->i2c_wr_max - 1)) in tda10071_init()
899 len = (dev->i2c_wr_max - 1); in tda10071_init()
1182 dev->i2c_wr_max = pdata->i2c_wr_max; in tda10071_probe()
Dcx24116.c610 if (state->config->i2c_wr_max) in cx24116_load_firmware()
611 max = state->config->i2c_wr_max; in cx24116_load_firmware()
Dcx24120.c228 u16 max = state->config->i2c_wr_max > 0 ? in cx24120_writeregs()
229 state->config->i2c_wr_max : in cx24120_writeregs()
/drivers/staging/media/mn88473/
Dmn88473.c278 remaining -= (dev->i2c_wr_max - 1)) { in mn88473_init()
280 if (len > (dev->i2c_wr_max - 1)) in mn88473_init()
281 len = dev->i2c_wr_max - 1; in mn88473_init()
409 dev->i2c_wr_max = config->i2c_wr_max; in mn88473_probe()
Dmn88473_priv.h31 u16 i2c_wr_max; member
/drivers/staging/media/mn88472/
Dmn88472.c328 remaining -= (dev->i2c_wr_max - 1)) { in mn88472_init()
330 if (len > (dev->i2c_wr_max - 1)) in mn88472_init()
331 len = dev->i2c_wr_max - 1; in mn88472_init()
464 dev->i2c_wr_max = config->i2c_wr_max; in mn88472_probe()
Dmn88472_priv.h31 u16 i2c_wr_max; member
/drivers/media/tuners/
Dtda18218.c47 remaining -= (priv->cfg->i2c_wr_max - 1)) { in tda18218_wr_regs()
49 if (len2 > (priv->cfg->i2c_wr_max - 1)) in tda18218_wr_regs()
50 len2 = (priv->cfg->i2c_wr_max - 1); in tda18218_wr_regs()
Dtda18218.h29 u8 i2c_wr_max; member
/drivers/media/pci/cx23885/
Dcx23885-dvb.c865 .i2c_wr_max = 64,
880 .i2c_wr_max = 33,
893 .i2c_wr_max = 33,
906 .i2c_wr_max = 33,
919 .i2c_wr_max = 33,
/drivers/media/usb/dvb-usb-v2/
Ddvbsky.c300 .i2c_wr_max = 33,
422 .i2c_wr_max = 33,
Drtl28xxu.c944 mn88472_config.i2c_wr_max = 22, in rtl2832u_frontend_attach()
969 mn88473_config.i2c_wr_max = 22, in rtl2832u_frontend_attach()
Danysee.c354 .i2c_wr_max = 48,
Daf9015.c929 .i2c_wr_max = 21, /* max wr bytes AF9015 I2C adap can handle at once */
/drivers/media/usb/em28xx/
Dem28xx-dvb.c841 .i2c_wr_max = 33,
1329 tda10071_pdata.i2c_wr_max = 64, in em28xx_dvb_init()
1530 m88ds3103_pdata.i2c_wr_max = 33; in em28xx_dvb_init()
/drivers/media/pci/smipcie/
Dsmipcie-main.c520 .i2c_wr_max = 33,
576 .i2c_wr_max = 33,
/drivers/media/common/b2c2/
Dflexcop-fe-tuner.c634 .i2c_wr_max = 4,

12