Symbol: tunertype
drivers/media/pci/ivtv/ivtv-driver.c
128
static int tunertype = -1;
drivers/media/pci/ivtv/ivtv-driver.c
154
module_param(tunertype, int, 0644);
drivers/media/pci/ivtv/ivtv-driver.c
199
MODULE_PARM_DESC(tunertype,
drivers/media/pci/ivtv/ivtv-driver.c
509
tunertype = 0;
drivers/media/pci/ivtv/ivtv-driver.c
517
tunertype = 0;
drivers/media/pci/ivtv/ivtv-driver.c
521
tunertype = 1;
drivers/media/pci/ivtv/ivtv-driver.c
527
tunertype = 0;
drivers/media/pci/ivtv/ivtv-driver.c
533
tunertype = 0;
drivers/media/pci/ivtv/ivtv-driver.c
537
tunertype = 1;
drivers/media/pci/ivtv/ivtv-driver.c
553
tunertype = 0;
drivers/media/pci/ivtv/ivtv-driver.c
559
tunertype = 0;
drivers/media/pci/ivtv/ivtv-driver.c
563
tunertype = 0;
drivers/media/pci/ivtv/ivtv-driver.c
577
tunertype = 1;
drivers/media/pci/ivtv/ivtv-driver.c
581
tunertype = 1;
drivers/media/pci/ivtv/ivtv-driver.c
585
tunertype = 1;
drivers/media/pci/ivtv/ivtv-driver.c
623
if (tunertype < -1 || tunertype > 1) {
drivers/media/pci/ivtv/ivtv-driver.c
625
tunertype = -1;
drivers/media/pci/ivtv/ivtv-driver.c
628
if (itv->std == 0 && tunertype >= 0)
drivers/media/pci/ivtv/ivtv-driver.c
629
itv->std = tunertype ? V4L2_STD_MN : (V4L2_STD_ALL & ~V4L2_STD_MN);
drivers/media/tuners/tuner-simple.c
115
const struct tunertype *tun;
drivers/media/tuners/tuner-simple.c
239
const struct tunertype *tun = priv->tun;
drivers/media/tuners/tuner-simple.c
667
const struct tunertype *tun;
drivers/media/tuners/tuner-simple.c
851
const struct tunertype *tun = priv->tun;
drivers/media/tuners/tuner-types.c
1455
const struct tunertype tuners[] = {
include/media/tuner-types.h
202
extern const struct tunertype tuners[];