Home
last modified time | relevance | path

Searched full:si470x (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/drivers/media/radio/si470x/
DKconfig3 tristate "Silicon Labs Si470x FM Radio Receiver support"
6 This is a driver for devices with the Silicon Labs SI470x
14 module will be called radio-si470x-common.
17 tristate "Silicon Labs Si470x FM Radio Receiver support with USB"
20 This is a driver for USB devices with the Silicon Labs SI470x
33 Documentation/admin-guide/media/si470x.rst
39 module will be called radio-usb-si470x.
42 tristate "Silicon Labs Si470x FM Radio Receiver support with I2C"
45 This is a driver for I2C devices with the Silicon Labs SI470x
52 module will be called radio-i2c-si470x.
DMakefile3 # Makefile for radios with Silicon Labs Si470x FM Radio Receivers
6 obj-$(CONFIG_RADIO_SI470X) += radio-si470x-common.o
7 obj-$(CONFIG_USB_SI470X) += radio-si470x-usb.o
8 obj-$(CONFIG_I2C_SI470X) += radio-si470x-i2c.o
Dradio-si470x-i2c.c3 * drivers/media/radio/si470x/radio-si470x-i2c.c
5 * I2C driver for radios with Silicon Labs Si470x FM Radio Receivers
14 #define DRIVER_CARD "Silicon Labs Si470x FM Radio"
15 #define DRIVER_DESC "I2C radio driver for Si470x FM Radio Receivers"
25 #include "radio-si470x.h"
31 { "si470x" },
518 { .compatible = "silabs,si470x" },
529 .name = "si470x",
Dradio-si470x-usb.c3 * drivers/media/radio/si470x/radio-si470x-usb.c
5 * USB driver for radios with Silicon Labs Si470x FM Radio Receivers
19 #define DRIVER_CARD "Silicon Labs Si470x FM Radio"
20 #define DRIVER_DESC "USB radio driver for Si470x FM Radio Receivers"
28 #include "radio-si470x.h"
84 /* Reports 1-16 give direct read/write access to the 16 Si470x registers */
90 /* Report 17 gives direct read/write access to the entire Si470x register */
95 /* Report 18 is used to send the lowest 6 Si470x registers up the HID */
627 * The si470x SiLabs reference design uses the same USB IDs as in si470x_usb_driver_probe()
629 * have: attempt to read the device ID from the si470x: the lower 12 in si470x_usb_driver_probe()
[all …]
Dradio-si470x.h3 * drivers/media/radio/si470x/radio-si470x.h
5 * Driver for radios with Silicon Labs Si470x FM Radio Receivers
12 #define DRIVER_NAME "radio-si470x"
155 /* si470x ops */
Dradio-si470x-common.c3 * drivers/media/radio/si470x/radio-si470x-common.c
5 * Driver for radios with Silicon Labs Si470x FM Radio Receivers
30 * - blacklisted si470x in hid-quirks.c
102 #include "radio-si470x.h"
793 MODULE_DESCRIPTION("Core radio driver for Si470x FM Radio Receivers");
/linux-6.12.1/Documentation/devicetree/bindings/media/
Dsilabs,si470x.yaml4 $id: http://devicetree.org/schemas/media/silabs,si470x.yaml#
7 title: Silicon Labs Si470x FM Radio Receiver
15 const: silabs,si470x
42 compatible = "silabs,si470x";
/linux-6.12.1/Documentation/admin-guide/media/
Dradio-cardlist.rst25 radio-si470x-common Silicon Labs Si470x FM Radio Receiver
42 radio-si470x-usb Silicon Labs Si470x FM Radio Receiver support with USB
Dsi470x.rst5 The Silicon Labs Si470x FM Radio Receivers driver
49 Currently the following USB radios (vendor:product) with the Silicon Labs si470x
78 for frequency seeking, either by using hardware functionality as in radio-si470x
Dv4l-drivers.rst30 si470x
/linux-6.12.1/drivers/media/radio/
Dradio-raremono.c43 * well) are identical to the si470x Silicon Labs USB FM Radio Reference
317 * This device uses the same USB IDs as the si470x SiLabs reference in usb_raremono_probe()
319 * from the si470x: the lower 12 bits are 0x0242 for the si470x. The in usb_raremono_probe()
DMakefile23 obj-$(CONFIG_RADIO_SI470X) += si470x/
DKconfig221 source "drivers/media/radio/si470x/Kconfig"
Dradio-mr800.c12 * Big thanks to authors and contributors of dsbr100.c and radio-si470x.c
/linux-6.12.1/arch/arm/boot/dts/samsung/
Ds5pv210-galaxys.dts66 compatible = "silabs,si470x";
/linux-6.12.1/arch/arm64/boot/dts/qcom/
Dmsm8994-msft-lumia-octagon.dtsi417 compatible = "silabs,si470x";
/linux-6.12.1/
DMAINTAINERS21013 SI470X FM RADIO RECEIVER I2C DRIVER
21019 F: Documentation/devicetree/bindings/media/silabs,si470x.yaml
21020 F: drivers/media/radio/si470x/radio-si470x-i2c.c
21022 SI470X FM RADIO RECEIVER USB DRIVER
21028 F: drivers/media/radio/si470x/radio-si470x-common.c
21029 F: drivers/media/radio/si470x/radio-si470x-usb.c
21030 F: drivers/media/radio/si470x/radio-si470x.h