Home
last modified time | relevance | path

Searched refs:UNSET (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/media/tuners/
Dtda9887.c45 #define UNSET (-1U) macro
432 static unsigned int port1 = UNSET;
433 static unsigned int port2 = UNSET;
434 static unsigned int qss = UNSET;
435 static unsigned int adjust = UNSET;
447 if (UNSET != port1) { in tda9887_set_insmod()
453 if (UNSET != port2) { in tda9887_set_insmod()
460 if (UNSET != qss) { in tda9887_set_insmod()
/linux-4.19.296/drivers/media/v4l2-core/
Dtuner-core.c44 #define UNSET (-1U) macro
259 if (type == UNSET || type == TUNER_ABSENT) { in set_type()
484 if ((t->type == UNSET && ((tun_setup->addr == ADDR_UNSET) && in tuner_s_type_addr()
596 t->type = UNSET; in tuner_probe()
849 if (t->type == UNSET) { in set_tv_freq()
990 if (t->type == UNSET) { in set_radio_freq()
/linux-4.19.296/include/media/
Dvideobuf-core.h22 #define UNSET (-1U) macro