Home | History | Annotate | Download | only in common

Lines Matching defs:itesw

68 static const struct itesw itesw[] = {
214 for (dtype = 0; dtype < __arraycount(itesw); dtype++)
215 if (itesw[dtype].ite_hwid == fb->fbid)
217 if (dtype == __arraycount(itesw))
223 ip->isw = &itesw[dtype];
246 if (itesw[dtype].ite_probe != NULL &&
247 (*itesw[dtype].ite_probe)(ip) != 0)
266 for (dtype = 0; dtype < __arraycount(itesw); dtype++)
267 if (itesw[dtype].ite_hwid == GID_STI)
269 if (dtype == __arraycount(itesw))
285 ip->isw = &itesw[dtype];
349 const struct itesw *sp;
373 const struct itesw *sp = ip->isw;
411 const struct itesw *sp = ip->isw;
427 const struct itesw *sp = ip->isw;