Searched refs:M9206_FILTER (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | m920x.h | 17 #define M9206_FILTER 0x25 macro
|
D | m920x.c | 336 if ((ret = m920x_write(d->udev, M9206_FILTER, pid, (type << 8) | (idx * 4) )) != 0) in m920x_set_filter() 339 if ((ret = m920x_write(d->udev, M9206_FILTER, 0, (type << 8) | (idx * 4) )) != 0) in m920x_set_filter() 414 if ((ret = m920x_read(udev, M9206_FILTER, 0x0, 0x8000, read, 4)) != 0) in m920x_firmware_download()
|