Home
last modified time | relevance | path

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

/linux-4.4.14/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()
102 struct ak881x *ak881x = to_ak881x(client); in ak881x_fill_fmt() local
108 &mf->height, 0, ak881x->lines, 1, 0); in ak881x_fill_fmt()
130 struct ak881x *ak881x = to_ak881x(client); in ak881x_cropcap() local
135 a->bounds.height = ak881x->lines; in ak881x_cropcap()
147 struct ak881x *ak881x = to_ak881x(client); in ak881x_s_std_output() local
152 ak881x->lines = 480; in ak881x_s_std_output()
155 ak881x->lines = 480; in ak881x_s_std_output()
[all …]
DMakefile77 obj-$(CONFIG_VIDEO_AK881X) += ak881x.o