Home
last modified time | relevance | path

Searched refs:adv7183 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/i2c/
Dadv7183.c36 struct adv7183 { struct
75 static inline struct adv7183 *to_adv7183(struct v4l2_subdev *sd) in to_adv7183()
77 return container_of(sd, struct adv7183, sd); in to_adv7183()
81 return &container_of(ctrl->handler, struct adv7183, hdl)->sd; in to_sd()
122 struct adv7183 *decoder = to_adv7183(sd); in adv7183_log_status()
203 struct adv7183 *decoder = to_adv7183(sd); in adv7183_g_std()
211 struct adv7183 *decoder = to_adv7183(sd); in adv7183_s_std()
254 struct adv7183 *decoder = to_adv7183(sd); in adv7183_s_routing()
363 struct adv7183 *decoder = to_adv7183(sd); in adv7183_querystd()
438 struct adv7183 *decoder = to_adv7183(sd); in adv7183_set_fmt()
[all …]
DMakefile25 obj-$(CONFIG_VIDEO_ADV7183) += adv7183.o
DKconfig195 module will be called adv7183.
/linux-4.4.14/
DMAINTAINERS2204 F: drivers/media/i2c/adv7183*