Home
last modified time | relevance | path

Searched full:adv748x (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/drivers/media/i2c/adv748x/
DMakefile2 adv748x-objs := \
3 adv748x-afe.o \
4 adv748x-core.o \
5 adv748x-csi2.o \
6 adv748x-hdmi.o
8 obj-$(CONFIG_VIDEO_ADV748X) += adv748x.o
Dadv748x.h3 * Driver for Analog Devices ADV748X video decoder and HDMI receiver
12 * The ADV748x range of receivers have the following configurations:
48 * The ADV748X ports define the mapping between subdevices
168 * struct adv748x_state - State of ADV748X
Dadv748x-afe.c3 * Driver for Analog Devices ADV748X 8 channel analog front end (AFE) receiver
19 #include "adv748x.h"
326 * The ADV748x ADC sampling frequency is twice the externally supplied in adv748x_afe_propagate_pixelrate()
Dadv748x-core.c3 * Driver for Analog Devices ADV748X HDMI receiver with AFE
29 #include "adv748x.h"
765 /* SW reset ADV748X to its default values */ in adv748x_probe()
846 .name = "adv748x",
857 MODULE_DESCRIPTION("ADV748X video decoder");
Dadv748x-csi2.c3 * Driver for Analog Devices ADV748X CSI-2 Transmitter
14 #include "adv748x.h"
Dadv748x-hdmi.c3 * Driver for Analog Devices ADV748X HDMI receiver and Component Processor (CP)
18 #include "adv748x.h"
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/
Dadv748x.yaml4 $id: http://devicetree.org/schemas/media/i2c/adv748x.yaml#
7 title: Analog Devices ADV748X video decoder with HDMI receiver
29 The ADV748x has up to twelve 256-byte maps that can be accessed via the
/linux-6.12.1/Documentation/admin-guide/media/
Di2c-cardlist.rst191 adv748x Analog Devices ADV748x decoder
/linux-6.12.1/drivers/media/i2c/
DMakefile14 obj-$(CONFIG_VIDEO_ADV748X) += adv748x/
DKconfig1048 tristate "Analog Devices ADV748x decoder"
1060 module will be called adv748x.
/linux-6.12.1/
DMAINTAINERS1478 ANALOG DEVICES INC ADV748X DRIVER
1482 F: Documentation/devicetree/bindings/media/i2c/adv748x.yaml
1483 F: drivers/media/i2c/adv748x/*