/drivers/media/dvb-frontends/ |
D | m88ds3103.h | 50 u16 i2c_wr_max; member 99 u16 i2c_wr_max; member
|
D | m88ds3103.c | 61 !((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()
|
D | mn88473.h | 27 u16 i2c_wr_max; member
|
D | mn88472.h | 37 u16 i2c_wr_max; member
|
D | tda10071.h | 44 u16 i2c_wr_max; member
|
D | cx24116.h | 41 u16 i2c_wr_max; member
|
D | cx24120.h | 42 u16 i2c_wr_max; member
|
D | tda10071_priv.h | 35 u16 i2c_wr_max; member
|
D | tda10071.c | 896 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()
|
D | cx24116.c | 610 if (state->config->i2c_wr_max) in cx24116_load_firmware() 611 max = state->config->i2c_wr_max; in cx24116_load_firmware()
|
D | cx24120.c | 228 u16 max = state->config->i2c_wr_max > 0 ? in cx24120_writeregs() 229 state->config->i2c_wr_max : in cx24120_writeregs()
|
/drivers/staging/media/mn88473/ |
D | mn88473.c | 278 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()
|
D | mn88473_priv.h | 31 u16 i2c_wr_max; member
|
/drivers/staging/media/mn88472/ |
D | mn88472.c | 328 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()
|
D | mn88472_priv.h | 31 u16 i2c_wr_max; member
|
/drivers/media/tuners/ |
D | tda18218.c | 47 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()
|
D | tda18218.h | 29 u8 i2c_wr_max; member
|
/drivers/media/pci/cx23885/ |
D | cx23885-dvb.c | 865 .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/ |
D | dvbsky.c | 300 .i2c_wr_max = 33, 422 .i2c_wr_max = 33,
|
D | rtl28xxu.c | 944 mn88472_config.i2c_wr_max = 22, in rtl2832u_frontend_attach() 969 mn88473_config.i2c_wr_max = 22, in rtl2832u_frontend_attach()
|
D | anysee.c | 354 .i2c_wr_max = 48,
|
D | af9015.c | 929 .i2c_wr_max = 21, /* max wr bytes AF9015 I2C adap can handle at once */
|
/drivers/media/usb/em28xx/ |
D | em28xx-dvb.c | 841 .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/ |
D | smipcie-main.c | 520 .i2c_wr_max = 33, 576 .i2c_wr_max = 33,
|
/drivers/media/common/b2c2/ |
D | flexcop-fe-tuner.c | 634 .i2c_wr_max = 4,
|