Searched refs:tuner_address (Results 1 – 15 of 15) sorted by relevance
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | stb6100.c | 137 .addr = state->config->tuner_address, in stb6100_read_regs() 146 state->config->tuner_address, rc); in stb6100_read_regs() 153 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address); in stb6100_read_regs() 165 .addr = state->config->tuner_address + reg, in stb6100_read_reg() 178 dprintk(verbose, FE_DEBUG, 1, " Read from 0x%02x", state->config->tuner_address); in stb6100_read_reg() 190 .addr = state->config->tuner_address, in stb6100_write_reg_range() 214 …dprintk(verbose, FE_DEBUG, 1, " Write @ 0x%02x: [%d:%d]", state->config->tuner_address, start, … in stb6100_write_reg_range() 221 (unsigned int)state->config->tuner_address, start, len, rc); in stb6100_write_reg_range()
|
D | ix2505v.c | 60 u8 addr = state->config->tuner_address; in ix2505v_read_status_reg() 77 { .addr = state->config->tuner_address, .flags = 0, in ix2505v_write() 306 __func__, fe->ops.tuner_ops.info.name, config->tuner_address); in ix2505v_attach()
|
D | zl10036.c | 71 { .addr = state->config->tuner_address, .flags = I2C_M_RD, in zl10036_read_status_reg() 77 __func__, state->config->tuner_address); in zl10036_read_status_reg() 93 { .addr = state->config->tuner_address, .flags = 0, in zl10036_write() 499 __func__, fe->ops.tuner_ops.info.name, config->tuner_address); in zl10036_attach()
|
D | zl10036.h | 24 u8 tuner_address; member
|
D | ix2505v.h | 32 u8 tuner_address; member
|
D | ts2020.h | 28 u8 tuner_address; member
|
D | lgs8gxx.h | 75 u8 tuner_address; member
|
D | stb6100.h | 79 u8 tuner_address; member
|
D | tda1004x.h | 96 u8 tuner_address; member
|
D | lgs8gxx.c | 975 if (priv->config->tuner_address == 0) in lgs8gxx_i2c_gate_ctrl() 978 u8 v = 0x80 | priv->config->tuner_address; in lgs8gxx_i2c_gate_ctrl()
|
D | ts2020.c | 529 board_info.addr = config->tuner_address; in ts2020_attach()
|
/linux-4.19.296/drivers/media/tuners/ |
D | mt2063.h | 8 u8 tuner_address; member
|
D | mt2063.c | 254 .addr = state->config->tuner_address, in mt2063_write() 317 .addr = state->config->tuner_address, in mt2063_read() 322 .addr = state->config->tuner_address, in mt2063_read()
|
/linux-4.19.296/drivers/media/usb/dvb-usb-v2/ |
D | lmedm04.c | 832 .tuner_address = 0x60, 855 .tuner_address = 0x60,
|
D | az6007.c | 104 .tuner_address = 0x60,
|