Home
last modified time | relevance | path

Searched refs:ak881x (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/i2c/
Dak881x.c31 struct ak881x { struct
58 static struct ak881x *to_ak881x(const struct i2c_client *client) in to_ak881x() argument
60 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() local
103 &mf->height, 0, ak881x->lines, 1, 0); in ak881x_try_g_mbus_fmt()
134 struct ak881x *ak881x = to_ak881x(client); in ak881x_cropcap() local
139 a->bounds.height = ak881x->lines; in ak881x_cropcap()
151 struct ak881x *ak881x = to_ak881x(client); in ak881x_s_std_output() local
156 ak881x->lines = 480; in ak881x_s_std_output()
159 ak881x->lines = 480; in ak881x_s_std_output()
[all …]
DMakefile77 obj-$(CONFIG_VIDEO_AK881X) += ak881x.o