Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/input/misc/
Dad714x.h24 unsigned short l_state; member
Dad714x.c221 ((ad714x->l_state & hw->l_mask) == hw->l_mask)) { in ad714x_button_state_machine()
231 ((ad714x->l_state & hw->l_mask) != hw->l_mask)) { in ad714x_button_state_machine()
936 ad714x->read(ad714x, STG_LOW_INT_STA_REG, &ad714x->l_state, 3); in ad714x_hw_init()
946 ad714x->read(ad714x, STG_LOW_INT_STA_REG, &ad714x->l_state, 3); in ad714x_interrupt_thread()
1198 ad714x->read(ad714x, STG_LOW_INT_STA_REG, &ad714x->l_state, 3); in ad714x_enable()
/linux-6.1.9/include/uapi/linux/
Dsed-opal.h78 __u32 l_state; member
/linux-6.1.9/block/
Dsed-opal.c1770 if (lkul->l_state == OPAL_RW) in add_user_to_lr()
1839 switch (lkul->l_state) { in lock_unlock_locking_range()
1898 switch (lkul->l_state) { in lock_unlock_locking_range_sum()
2369 if (lk_unlk->l_state != OPAL_RO && in opal_add_user_to_lr()
2370 lk_unlk->l_state != OPAL_RW) { in opal_add_user_to_lr()
/linux-6.1.9/fs/xfs/
Dxfs_trace.h2623 __field(xfs_exntst_t, l_state)
2634 __entry->l_state = state;
2646 __entry->l_state)