Home
last modified time | relevance | path

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

12

/drivers/media/dvb-frontends/
Dm88ds3103.h68 u16 i2c_wr_max; member
115 u16 i2c_wr_max; member
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()
636 if (config->i2c_wr_max) in mn88473_probe()
637 dev->i2c_wr_max = config->i2c_wr_max; in mn88473_probe()
639 dev->i2c_wr_max = ~0; in mn88473_probe()
Dmn88473.h18 u16 i2c_wr_max; member
Dmn88473_priv.h24 u16 i2c_wr_max; member
Dtda10071.h30 u16 i2c_wr_max; member
Dmn88472.h39 u16 i2c_wr_max; member
Dcx24116.h28 u16 i2c_wr_max; member
Dcx24120.h32 u16 i2c_wr_max; member
Dtda10071_priv.h22 u16 i2c_wr_max; member
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()
1169 dev->i2c_wr_max = pdata->i2c_wr_max; in tda10071_probe()
Dm88ds3103.c52 !((j + 1) % (dev->cfg->i2c_wr_max - 1))) { in m88ds3103_wr_reg_val_tab()
1083 for (rem = firmware->size; rem > 0; rem -= (dev->cfg->i2c_wr_max - 1)) { in m88ds3103_init()
1084 len = min(dev->cfg->i2c_wr_max - 1, rem); in m88ds3103_init()
1678 pdata.i2c_wr_max = cfg->i2c_wr_max; in m88ds3103_attach()
1783 dev->config.i2c_wr_max = pdata->i2c_wr_max; in m88ds3103_probe()
Dmn88472.c596 dev->i2c_write_max = pdata->i2c_wr_max ? pdata->i2c_wr_max : ~0; in mn88472_probe()
Dcx24116.c594 if (state->config->i2c_wr_max) in cx24116_load_firmware()
595 max = state->config->i2c_wr_max; in cx24116_load_firmware()
Dcx24120.c220 u16 max = state->config->i2c_wr_max > 0 ? in cx24120_writeregs()
221 state->config->i2c_wr_max : in cx24120_writeregs()
/drivers/media/tuners/
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()
Dtda18218.h15 u8 i2c_wr_max; member
/drivers/media/usb/dvb-usb-v2/
Ddvbsky.c284 m88ds3103_pdata.i2c_wr_max = 33; in dvbsky_s960_attach()
387 m88ds3103_pdata.i2c_wr_max = 33, in dvbsky_s960c_attach()
Drtl28xxu.c987 mn88472_config.i2c_wr_max = 22, in rtl2832u_frontend_attach()
1012 mn88473_config.i2c_wr_max = 22, in rtl2832u_frontend_attach()
Danysee.c341 .i2c_wr_max = 48,
Daf9015.c989 .i2c_wr_max = 21, /* max wr bytes AF9015 I2C adap can handle at once */
/drivers/media/pci/cx23885/
Dcx23885-dvb.c880 .i2c_wr_max = 64,
889 .i2c_wr_max = 33,
902 .i2c_wr_max = 33,
915 .i2c_wr_max = 33,
2096 m88ds3103_pdata.i2c_wr_max = 33; in dvb_register()
/drivers/media/pci/smipcie/
Dsmipcie-main.c511 .i2c_wr_max = 33,
567 .i2c_wr_max = 33,
/drivers/media/usb/em28xx/
Dem28xx-dvb.c1141 tda10071_pdata.i2c_wr_max = 64; in em28174_dvb_init_pctv_460e()
1178 m88ds3103_pdata.i2c_wr_max = 33; in em28178_dvb_init_pctv_461e()
1232 m88ds3103_pdata.i2c_wr_max = 33; in em28178_dvb_init_pctv_461e_v2()
/drivers/media/common/b2c2/
Dflexcop-fe-tuner.c634 .i2c_wr_max = 4,
/drivers/media/usb/cx231xx/
Dcx231xx-dvb.c963 mn88473_config.i2c_wr_max = 16; in dvb_init()

12