Lines Matching defs:ascot2e_priv
28 struct ascot2e_priv {
103 static void ascot2e_i2c_debug(struct ascot2e_priv *priv,
112 static int ascot2e_write_regs(struct ascot2e_priv *priv,
147 static int ascot2e_write_reg(struct ascot2e_priv *priv, u8 reg, u8 val)
154 static int ascot2e_read_regs(struct ascot2e_priv *priv,
194 static int ascot2e_read_reg(struct ascot2e_priv *priv, u8 reg, u8 *val)
199 static int ascot2e_set_reg_bits(struct ascot2e_priv *priv,
214 static int ascot2e_enter_power_save(struct ascot2e_priv *priv)
229 static int ascot2e_leave_power_save(struct ascot2e_priv *priv)
244 struct ascot2e_priv *priv = fe->tuner_priv;
252 struct ascot2e_priv *priv = fe->tuner_priv;
261 struct ascot2e_priv *priv = fe->tuner_priv;
272 struct ascot2e_priv *priv = fe->tuner_priv;
318 struct ascot2e_priv *priv = fe->tuner_priv;
453 struct ascot2e_priv *priv = fe->tuner_priv;
478 struct ascot2e_priv *priv = NULL;
480 priv = kzalloc(sizeof(struct ascot2e_priv), GFP_KERNEL);