Searched full:admv4420 (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/frequency/ |
H A D | adi,admv4420.yaml | 4 $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";
|
/linux/drivers/iio/frequency/ |
H A D | admv4420.c | 3 * 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",
|
H A D | Kconfig | 94 config ADMV4420 config 95 tristate "Analog Devices ADMV4420 K Band Downconverter" 103 module will be called admv4420.
|
H A D | Makefile | 14 obj-$(CONFIG_ADMV4420) += admv4420.o
|