Home
last modified time | relevance | path

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

/drivers/input/misc/
Dad714x.h25 unsigned short l_state; member
Dad714x.c222 ((ad714x->l_state & hw->l_mask) == hw->l_mask)) { in ad714x_button_state_machine()
232 ((ad714x->l_state & hw->l_mask) != hw->l_mask)) { in ad714x_button_state_machine()
937 ad714x->read(ad714x, STG_LOW_INT_STA_REG, &ad714x->l_state, 3); in ad714x_hw_init()
947 ad714x->read(ad714x, STG_LOW_INT_STA_REG, &ad714x->l_state, 3); in ad714x_interrupt_thread()
1249 ad714x->read(ad714x, STG_LOW_INT_STA_REG, &ad714x->l_state, 3); in ad714x_enable()
/drivers/infiniband/hw/ipath/
Dipath_diag.c336 u32 l_state, lt_state; /* LinkState, LinkTrainingState */ in ipath_diagpkt_write() local
397 l_state = ipath_ib_linkstate(dd, dd->ipath_lastibcstat); in ipath_diagpkt_write()