Searched refs:af9013_state (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | af9013.c | 30 struct af9013_state { struct 52 static int af9013_wr_regs_i2c(struct af9013_state *priv, u8 mbox, u16 reg, in af9013_wr_regs_i2c() argument 90 static int af9013_rd_regs_i2c(struct af9013_state *priv, u8 mbox, u16 reg, in af9013_rd_regs_i2c() 125 static int af9013_wr_regs(struct af9013_state *priv, u16 reg, const u8 *val, in af9013_wr_regs() 148 static int af9013_rd_regs(struct af9013_state *priv, u16 reg, u8 *val, int len) in af9013_rd_regs() 170 static int af9013_wr_reg(struct af9013_state *priv, u16 reg, u8 val) in af9013_wr_reg() 176 static int af9013_rd_reg(struct af9013_state *priv, u16 reg, u8 *val) in af9013_rd_reg() 181 static int af9013_write_ofsm_regs(struct af9013_state *state, u16 reg, u8 *val, in af9013_write_ofsm_regs() 188 static int af9013_wr_reg_bits(struct af9013_state *state, u16 reg, int pos, in af9013_wr_reg_bits() 209 static int af9013_rd_reg_bits(struct af9013_state *state, u16 reg, int pos, in af9013_rd_reg_bits() [all …]
|