Searched refs:l_state (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/uapi/linux/ |
D | sed-opal.h | 97 __u32 l_state; member 103 __u32 l_state; member
|
/Linux-v6.6/drivers/input/misc/ |
D | ad714x.h | 25 unsigned short l_state; member
|
D | ad714x.c | 221 ((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()
|
/Linux-v6.6/block/ |
D | sed-opal.c | 1674 lrst->l_state = OPAL_RW; in locking_range_status() 1676 lrst->l_state = OPAL_LK; in locking_range_status() 1678 lrst->l_state = OPAL_RO; in locking_range_status() 2116 lkul->l_state == OPAL_RW ? in add_user_to_lr() 2161 switch (lkul->l_state) { in lock_unlock_locking_range() 2220 switch (lkul->l_state) { in lock_unlock_locking_range_sum() 2743 if (lk_unlk->l_state != OPAL_RO && in opal_add_user_to_lr() 2744 lk_unlk->l_state != OPAL_RW) { in opal_add_user_to_lr() 2850 if (lk_unlk->l_state != OPAL_LK || in opal_lock_check_for_saved_key()
|
/Linux-v6.6/fs/xfs/ |
D | xfs_trace.h | 2627 __field(xfs_exntst_t, l_state) 2638 __entry->l_state = state; 2650 __entry->l_state)
|