Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/input/serio/
Dhil_mlc.c622 int nextidx = 0; in hilse_donode() local
644 nextidx = (rc > 0) ? node->ugly : in hilse_donode()
646 if (nextidx == HILSEN_FOLLOW) in hilse_donode()
647 nextidx = rc; in hilse_donode()
658 nextidx = HILSEN_DOZE; in hilse_donode()
664 nextidx = node->ugly; in hilse_donode()
666 nextidx = node->good; in hilse_donode()
668 nextidx = node->bad; in hilse_donode()
699 nextidx = HILSEN_DOZE; in hilse_donode()
709 nextidx = HILSEN_DOZE; in hilse_donode()
[all …]
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_main.h336 u8 nextidx; /* index of next call back if threading */ member