Searched refs:part_descrs (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/iicbus/mux/
H A Dpca954x.c103 static struct pca954x_descr *part_descrs[] = { variable in typeref:struct:pca954x_descr
181 for (i = 0; i < nitems(part_descrs) - 1; ++i) {
182 if (strcasecmp(type, part_descrs[i]->partname) == 0)
183 return (part_descrs[i]);

Completed in 61 milliseconds