bands_rx_tx 60 drivers/media/usb/hackrf/hackrf.c static const struct v4l2_frequency_band bands_rx_tx[] = { bands_rx_tx 1039 drivers/media/usb/hackrf/hackrf.c v->rangelow = bands_rx_tx[0].rangelow; bands_rx_tx 1040 drivers/media/usb/hackrf/hackrf.c v->rangehigh = bands_rx_tx[0].rangehigh; bands_rx_tx 1078 drivers/media/usb/hackrf/hackrf.c a->rangelow = bands_rx_tx[0].rangelow; bands_rx_tx 1079 drivers/media/usb/hackrf/hackrf.c a->rangehigh = bands_rx_tx[0].rangehigh; bands_rx_tx 1111 drivers/media/usb/hackrf/hackrf.c uitmp = clamp(f->frequency, bands_rx_tx[0].rangelow, bands_rx_tx 1112 drivers/media/usb/hackrf/hackrf.c bands_rx_tx[0].rangehigh); bands_rx_tx 1185 drivers/media/usb/hackrf/hackrf.c if (band->index >= ARRAY_SIZE(bands_rx_tx)) { bands_rx_tx 1188 drivers/media/usb/hackrf/hackrf.c *band = bands_rx_tx[band->index]; bands_rx_tx 1373 drivers/media/usb/hackrf/hackrf.c dev->f_rx = bands_rx_tx[0].rangelow; bands_rx_tx 1374 drivers/media/usb/hackrf/hackrf.c dev->f_tx = bands_rx_tx[0].rangelow;