Home
last modified time | relevance | path

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

/freebsd/sys/dev/alc/
H A Dif_alc.c107 static struct alc_ident alc_ident_table[] = { variable
247 MODULE_PNP_INFO("U16:vendor;U16:device", pci, alc, alc_ident_table,
248 nitems(alc_ident_table) - 1);
667 for (ident = alc_ident_table; ident->name != NULL; ident++) { in alc_find_ident()