Home
last modified time | relevance | path

Searched full:admv4420 (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/frequency/
Dadi,admv4420.yaml4 $id: http://devicetree.org/schemas/iio/frequency/adi,admv4420.yaml#
7 title: ADMV4420 K Band Downconverter
13 The ADMV4420 is a highly integrated, double balanced, active
20 - adi,admv4420
52 compatible = "adi,admv4420";
/kernel/linux/linux-6.6/drivers/iio/frequency/
Dadmv4420.c3 * ADMV4420
18 /* ADMV4420 Register Map */
283 dev_err(dev, "Failed ADMV4420 to read/write scratchpad %x ", val); in admv4420_setup()
365 indio_dev->name = "admv4420"; in admv4420_probe()
372 dev_err(&spi->dev, "Setup ADMV4420 failed (%d)\n", ret); in admv4420_probe()
380 { .compatible = "adi,admv4420" },
388 .name = "admv4420",
DKconfig83 config ADMV4420 config
84 tristate "Analog Devices ADMV4420 K Band Downconverter"
91 module will be called admv4420.
DMakefile13 obj-$(CONFIG_ADMV4420) += admv4420.o