Home
last modified time | relevance | path

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

12

/linux/drivers/media/dvb-frontends/
H A Dm88ds3103.h68 u16 i2c_wr_max; member
115 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.h18 u16 i2c_wr_max; member
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.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()
H A Dtda18218.h15 u8 i2c_wr_max; member
/linux/drivers/media/usb/dvb-usb-v2/
H A Ddvbsky.c284 m88ds3103_pdata.i2c_wr_max = 33; in dvbsky_s960_attach()
387 m88ds3103_pdata.i2c_wr_max = 33; in dvbsky_s960c_attach()
H A Drtl28xxu.c981 mn88472_config.i2c_wr_max = 22; in rtl2832u_frontend_attach()
1003 mn88473_config.i2c_wr_max = 22; in rtl2832u_frontend_attach()
H A Danysee.c341 .i2c_wr_max = 48,
H A Daf9015.c990 .i2c_wr_max = 21, /* max wr bytes AF9015 I2C adap can handle at once */
H A Daf9035.c1342 .i2c_wr_max = 21,
/linux/drivers/media/pci/cx23885/
H A 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()
/linux/drivers/media/pci/smipcie/
H A Dsmipcie-main.c515 .i2c_wr_max = 33,
571 .i2c_wr_max = 33,
/linux/drivers/media/common/b2c2/
H A Dflexcop-fe-tuner.c634 .i2c_wr_max = 4,
/linux/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c1138 tda10071_pdata.i2c_wr_max = 64; in em28174_dvb_init_pctv_460e()
1175 m88ds3103_pdata.i2c_wr_max = 33; in em28178_dvb_init_pctv_461e()
1235 m88ds3103_pdata.i2c_wr_max = 33; in em28178_dvb_init_pctv_461e_v2()
/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-dvb.c963 mn88473_config.i2c_wr_max = 16; in dvb_init()

12