Lines Matching full:si470x
3 * 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()
630 * bits should be 0x0242 for the si470x. in si470x_usb_driver_probe()
643 dev_info(&intf->dev, "this is not a si470x device.\n"); in si470x_usb_driver_probe()