Home
last modified time | relevance | path

Searched refs:ST_LL_AWAKE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/misc/ti-st/
H A Dst_ll.c33 if (st_data->ll_state != ST_LL_AWAKE) in ll_device_want_to_sleep()
62 case ST_LL_AWAKE: in ll_device_want_to_wakeup()
72 st_data->ll_state = ST_LL_AWAKE; in ll_device_want_to_wakeup()
88 ll->ll_state = ST_LL_AWAKE; in st_ll_enable()
101 if (likely(ll->ll_state != ST_LL_AWAKE)) { in st_ll_wakeup()
135 st_data->ll_state = ST_LL_AWAKE; in st_ll_sleep_state()
H A Dst_core.c318 if (st_ll_getstate(st_gdata) == ST_LL_AWAKE) in st_int_recv()
423 case ST_LL_AWAKE: in st_int_enqueue()
/openbmc/linux/include/linux/
H A Dti_wilink_st.h355 #define ST_LL_AWAKE 2 macro