Lines Matching refs:fc2580_dev
33 static int fc2580_wr_reg_ff(struct fc2580_dev *dev, u8 reg, u8 val) in fc2580_wr_reg_ff()
41 static int fc2580_set_params(struct fc2580_dev *dev) in fc2580_set_params()
288 static int fc2580_init(struct fc2580_dev *dev) in fc2580_init()
309 static int fc2580_sleep(struct fc2580_dev *dev) in fc2580_sleep()
332 struct fc2580_dev *dev = fe->tuner_priv; in fc2580_dvb_set_params()
384 static inline struct fc2580_dev *fc2580_subdev_to_dev(struct v4l2_subdev *sd) in fc2580_subdev_to_dev()
386 return container_of(sd, struct fc2580_dev, subdev); in fc2580_subdev_to_dev()
391 struct fc2580_dev *dev = fc2580_subdev_to_dev(sd); in fc2580_s_power()
413 struct fc2580_dev *dev = fc2580_subdev_to_dev(sd); in fc2580_g_tuner()
428 struct fc2580_dev *dev = fc2580_subdev_to_dev(sd); in fc2580_s_tuner()
437 struct fc2580_dev *dev = fc2580_subdev_to_dev(sd); in fc2580_g_frequency()
448 struct fc2580_dev *dev = fc2580_subdev_to_dev(sd); in fc2580_s_frequency()
462 struct fc2580_dev *dev = fc2580_subdev_to_dev(sd); in fc2580_enum_freq_bands()
492 struct fc2580_dev *dev = container_of(ctrl->handler, struct fc2580_dev, hdl); in fc2580_s_ctrl()
524 struct fc2580_dev *dev = i2c_get_clientdata(client); in fc2580_get_v4l2_subdev()
535 struct fc2580_dev *dev; in fc2580_probe()
616 struct fc2580_dev *dev = i2c_get_clientdata(client); in fc2580_remove()