Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/tuners/
Dmt20xx.c36 static char *microtune_part[] = { variable
636 if (buf[0x13] < ARRAY_SIZE(microtune_part) && in microtune_attach()
637 NULL != microtune_part[buf[0x13]]) in microtune_attach()
638 name = microtune_part[buf[0x13]]; in microtune_attach()