Searched refs:tvp5150 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tvp5150.c | 3 // tvp5150 - Texas Instruments TVP5150A/AM1 and TVP5151 video decoder driver 7 #include <dt-bindings/media/tvp5150.h> 71 struct tvp5150 { struct 98 static inline struct tvp5150 *to_tvp5150(struct v4l2_subdev *sd) in to_tvp5150() 100 return container_of(sd, struct tvp5150, sd); in to_tvp5150() 105 return &container_of(ctrl->handler, struct tvp5150, hdl)->sd; in to_sd() 110 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_read() 143 dprintk0(sd->dev, "tvp5150: Video input source selection #1 = 0x%02x\n", in tvp5150_log_status() 145 dprintk0(sd->dev, "tvp5150: Analog channel controls = 0x%02x\n", in tvp5150_log_status() 147 dprintk0(sd->dev, "tvp5150 in tvp5150_log_status() [all...] |
H A D | Makefile | 48 obj-$(CONFIG_VIDEO_TVP5150) += tvp5150.o
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tvp5150.c | 3 // tvp5150 - Texas Instruments TVP5150A/AM1 and TVP5151 video decoder driver 7 #include <dt-bindings/media/tvp5150.h> 71 struct tvp5150 { struct 98 static inline struct tvp5150 *to_tvp5150(struct v4l2_subdev *sd) in to_tvp5150() 100 return container_of(sd, struct tvp5150, sd); in to_tvp5150() 105 return &container_of(ctrl->handler, struct tvp5150, hdl)->sd; in to_sd() 110 struct tvp5150 *decoder = to_tvp5150(sd); in tvp5150_read() 143 dprintk0(sd->dev, "tvp5150: Video input source selection #1 = 0x%02x\n", in tvp5150_log_status() 145 dprintk0(sd->dev, "tvp5150: Analog channel controls = 0x%02x\n", in tvp5150_log_status() 147 dprintk0(sd->dev, "tvp5150 in tvp5150_log_status() [all...] |
H A D | Makefile | 135 obj-$(CONFIG_VIDEO_TVP5150) += tvp5150.o
|
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-cards.c | 33 #include <dt-bindings/media/tvp5150.h> 166 * GPIO1 - Enable analog power (tvp5150/emp202) - low to enable
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-cards.c | 23 #include <dt-bindings/media/tvp5150.h> 156 * GPIO1 - Enable analog power (tvp5150/emp202) - low to enable
|
Completed in 10 milliseconds