Searched refs:l_state (Results 1 – 3 of 3) sorted by relevance
/drivers/input/misc/ |
D | ad714x.h | 25 unsigned short l_state; member
|
D | ad714x.c | 222 ((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/ |
D | ipath_diag.c | 336 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()
|