Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dkaweth.c478 int act_state; in int_callback() local
485 …if (kaweth->linkstate != (act_state = ( kaweth->intbuffer[STATE_OFFSET] | STATE_MASK) >> STATE_SHI… in int_callback()
486 if (!act_state) in int_callback()
491 kaweth->linkstate = act_state; in int_callback()