Lines Matching refs:helene_priv

27 struct helene_priv {  struct
278 static void helene_i2c_debug(struct helene_priv *priv, in helene_i2c_debug()
287 static int helene_write_regs(struct helene_priv *priv, in helene_write_regs()
323 static int helene_write_reg(struct helene_priv *priv, u8 reg, u8 val) in helene_write_reg()
330 static int helene_read_regs(struct helene_priv *priv, in helene_read_regs()
370 static int helene_read_reg(struct helene_priv *priv, u8 reg, u8 *val) in helene_read_reg()
375 static int helene_set_reg_bits(struct helene_priv *priv, in helene_set_reg_bits()
390 static int helene_enter_power_save(struct helene_priv *priv) in helene_enter_power_save()
406 static int helene_leave_power_save(struct helene_priv *priv) in helene_leave_power_save()
424 struct helene_priv *priv = fe->tuner_priv; in helene_init()
432 struct helene_priv *priv = fe->tuner_priv; in helene_release()
441 struct helene_priv *priv = fe->tuner_priv; in helene_sleep()
452 struct helene_priv *priv = fe->tuner_priv; in helene_get_tv_system()
516 struct helene_priv *priv = fe->tuner_priv; in helene_set_params_s()
666 struct helene_priv *priv = fe->tuner_priv; in helene_set_params_t()
844 struct helene_priv *priv = fe->tuner_priv; in helene_get_frequency()
895 static int helene_x_pon(struct helene_priv *priv) in helene_x_pon()
998 struct helene_priv *priv = NULL; in helene_attach_s()
1000 priv = kzalloc(sizeof(struct helene_priv), GFP_KERNEL); in helene_attach_s()
1034 struct helene_priv *priv = NULL; in helene_attach()
1036 priv = kzalloc(sizeof(struct helene_priv), GFP_KERNEL); in helene_attach()
1071 struct helene_priv *priv; in helene_probe()