Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dsed-opal.h97 __u32 l_state; member
103 __u32 l_state; member
/openbmc/linux/drivers/input/misc/
H A Dad714x.h25 unsigned short l_state; member
H A 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_resume()
/openbmc/linux/block/
H A Dsed-opal.c1678 lrst->l_state = OPAL_RW; in locking_range_status()
1680 lrst->l_state = OPAL_LK; in locking_range_status()
1682 lrst->l_state = OPAL_RO; in locking_range_status()
2120 lkul->l_state == OPAL_RW ? in add_user_to_lr()
2165 switch (lkul->l_state) { in lock_unlock_locking_range()
2224 switch (lkul->l_state) { in lock_unlock_locking_range_sum()
2747 if (lk_unlk->l_state != OPAL_RO && in opal_add_user_to_lr()
2748 lk_unlk->l_state != OPAL_RW) { in opal_add_user_to_lr()
2854 if (lk_unlk->l_state != OPAL_LK || in opal_lock_check_for_saved_key()
/openbmc/linux/fs/xfs/
H A Dxfs_trace.h2622 __field(xfs_exntst_t, l_state)
2633 __entry->l_state = state;
2645 __entry->l_state)