Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dadv7183.c3 * adv7183.c Analog Devices ADV7183 video decoder driver
18 #include <media/i2c/adv7183.h>
24 struct adv7183 { struct
63 static inline struct adv7183 *to_adv7183(struct v4l2_subdev *sd) in to_adv7183()
65 return container_of(sd, struct adv7183, sd); in to_adv7183()
69 return &container_of(ctrl->handler, struct adv7183, hdl)->sd; in to_sd()
110 struct adv7183 *decoder = to_adv7183(sd); in adv7183_log_status()
112 v4l2_info(sd, "adv7183: Input control = 0x%02x\n", in adv7183_log_status()
114 v4l2_info(sd, "adv7183: Video selection = 0x%02x\n", in adv7183_log_status()
116 v4l2_info(sd, "adv7183 in adv7183_log_status()
[all...]
H A DMakefile32 obj-$(CONFIG_VIDEO_ADV7183) += adv7183.o
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dadv7183.c3 * adv7183.c Analog Devices ADV7183 video decoder driver
18 #include <media/i2c/adv7183.h>
24 struct adv7183 { struct
63 static inline struct adv7183 *to_adv7183(struct v4l2_subdev *sd) in to_adv7183()
65 return container_of(sd, struct adv7183, sd); in to_adv7183()
69 return &container_of(ctrl->handler, struct adv7183, hdl)->sd; in to_sd()
110 struct adv7183 *decoder = to_adv7183(sd); in adv7183_log_status()
112 v4l2_info(sd, "adv7183: Input control = 0x%02x\n", in adv7183_log_status()
114 v4l2_info(sd, "adv7183: Video selection = 0x%02x\n", in adv7183_log_status()
116 v4l2_info(sd, "adv7183 in adv7183_log_status()
[all...]
H A DMakefile11 obj-$(CONFIG_VIDEO_ADV7183) += adv7183.o

Completed in 3 milliseconds