Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A Dm88ds3103.h68 u16 i2c_wr_max; member
115 u16 i2c_wr_max; member
H A Dmn88473.h18 u16 i2c_wr_max; member
H A Dmn88473.c492 for (remain = fw->size; remain > 0; remain -= (dev->i2c_wr_max - 1)) { in mn88473_init()
493 len = min(dev->i2c_wr_max - 1, remain); in mn88473_init()
635 if (config->i2c_wr_max) in mn88473_probe()
636 dev->i2c_wr_max = config->i2c_wr_max; in mn88473_probe()
638 dev->i2c_wr_max = ~0; in mn88473_probe()
H A Dmn88473_priv.h24 u16 i2c_wr_max; member
H A Dtda10071.h30 u16 i2c_wr_max; member
H A Dmn88472.h39 u16 i2c_wr_max; member
H A Dcx24116.h28 u16 i2c_wr_max; member
H A Dcx24120.h32 u16 i2c_wr_max; member
H A Dtda10071_priv.h22 u16 i2c_wr_max; member
H A Dtda10071.c883 remaining -= (dev->i2c_wr_max - 1)) { in tda10071_init()
885 if (len > (dev->i2c_wr_max - 1)) in tda10071_init()
886 len = (dev->i2c_wr_max - 1); in tda10071_init()
1168 dev->i2c_wr_max = pdata->i2c_wr_max; in tda10071_probe()
H A Dmn88472.c595 dev->i2c_write_max = pdata->i2c_wr_max ? pdata->i2c_wr_max : ~0; in mn88472_probe()
H A Dcx24116.c594 if (state->config->i2c_wr_max) in cx24116_load_firmware()
595 max = state->config->i2c_wr_max; in cx24116_load_firmware()
H A Dcx24120.c220 u16 max = state->config->i2c_wr_max > 0 ? in cx24120_writeregs()
221 state->config->i2c_wr_max : in cx24120_writeregs()
/linux/drivers/media/tuners/
H A Dtda18218.h15 u8 i2c_wr_max; member
H A Dtda18218.c34 remaining -= (priv->cfg->i2c_wr_max - 1)) { in tda18218_wr_regs()
36 if (len2 > (priv->cfg->i2c_wr_max - 1)) in tda18218_wr_regs()
37 len2 = (priv->cfg->i2c_wr_max - 1); in tda18218_wr_regs()
/linux/drivers/media/common/b2c2/
H A Dflexcop-fe-tuner.c634 .i2c_wr_max = 4,
/linux/drivers/media/pci/smipcie/
H A Dsmipcie-main.c515 .i2c_wr_max = 33,
571 .i2c_wr_max = 33,
/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-dvb.c963 mn88473_config.i2c_wr_max = 16; in dvb_init()
/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c3766 mn88472_config.i2c_wr_max = 22; in xbox_one_attach()