Searched refs:lm_chips (Results 1 – 1 of 1) sorted by relevance
111 static struct lm_chip lm_chips[] = { variable2200 for (i = 0; i < __arraycount(lm_chips); i++) in lm_match()2201 if ((rv = lm_chips[i].chip_match(lmsc)) != 0) in lm_match()2233 for (i = 0; i < __arraycount(lm_chips); i++) { in lm_attach()2234 if (lm_chips[i].chip_match(lmsc) != 0) { in lm_attach()2235 if (lm_chips[i].chip_attach(lmsc) == 0) in lm_attach()