Searched refs:ak881x (Results 1 – 2 of 2) sorted by relevance
31 struct ak881x { struct58 static struct ak881x *to_ak881x(const struct i2c_client *client) in to_ak881x() argument60 return container_of(i2c_get_clientdata(client), struct ak881x, subdev); in to_ak881x()100 struct ak881x *ak881x = to_ak881x(client); in ak881x_try_g_mbus_fmt() local103 &mf->height, 0, ak881x->lines, 1, 0); in ak881x_try_g_mbus_fmt()134 struct ak881x *ak881x = to_ak881x(client); in ak881x_cropcap() local139 a->bounds.height = ak881x->lines; in ak881x_cropcap()151 struct ak881x *ak881x = to_ak881x(client); in ak881x_s_std_output() local156 ak881x->lines = 480; in ak881x_s_std_output()159 ak881x->lines = 480; in ak881x_s_std_output()[all …]
77 obj-$(CONFIG_VIDEO_AK881X) += ak881x.o