Searched refs:l_state (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/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() 1199 ad714x->read(ad714x, STG_LOW_INT_STA_REG, &ad714x->l_state, 3); in ad714x_enable()
|
/Linux-v4.19/include/uapi/linux/ |
D | sed-opal.h | 82 __u32 l_state; member
|
/Linux-v4.19/block/ |
D | sed-opal.c | 1630 if (lkul->l_state == OPAL_RW) in add_user_to_lr() 1707 switch (lkul->l_state) { in lock_unlock_locking_range() 1768 switch (lkul->l_state) { in lock_unlock_locking_range_sum() 2151 if (lk_unlk->l_state != OPAL_RO && in opal_add_user_to_lr() 2152 lk_unlk->l_state != OPAL_RW) { in opal_add_user_to_lr()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_trace.h | 2344 __field(xfs_exntst_t, l_state) 2355 __entry->l_state = state; 2367 __entry->l_state)
|