Searched refs:v4l2_get_subdevdata (Results 1 – 8 of 8) sorted by relevance
89 v->signal = tef6862_sigstr(v4l2_get_subdevdata(sd)); in tef6862_g_tuner()102 struct i2c_client *client = v4l2_get_subdevdata(sd); in tef6862_s_frequency()
154 struct i2c_client *client = v4l2_get_subdevdata(sd); in saa7706h_set_reg24()175 struct i2c_client *client = v4l2_get_subdevdata(sd); in saa7706h_set_reg16()195 struct i2c_client *client = v4l2_get_subdevdata(sd); in saa7706h_get_reg16()
119 struct i2c_client *client = v4l2_get_subdevdata(sd); in v4l2_device_unregister()141 struct spi_device *spi = v4l2_get_subdevdata(sd); in v4l2_device_unregister()
199 struct i2c_client *client = v4l2_get_subdevdata(sd); in v4l2_i2c_subdev_addr()
476 struct i2c_client *c = v4l2_get_subdevdata(sd); in tuner_s_type_addr()815 struct i2c_client *client = v4l2_get_subdevdata(&t->sd); in set_freq()
202 struct spi_device *spi = v4l2_get_subdevdata(sd); in gs_g_register()215 struct spi_device *spi = v4l2_get_subdevdata(sd); in gs_s_register()
206 struct i2c_client *client = v4l2_get_subdevdata(&sdev->sd); in si4713_send_command()351 struct i2c_client *client = v4l2_get_subdevdata(&sdev->sd); in si4713_powerup()475 struct i2c_client *client = v4l2_get_subdevdata(&sdev->sd); in si4713_checkrev()505 struct i2c_client *client = v4l2_get_subdevdata(&sdev->sd); in si4713_wait_stc()
996 static inline void *v4l2_get_subdevdata(const struct v4l2_subdev *sd) in v4l2_get_subdevdata() function