Searched refs:ll_state (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/misc/ti-st/
H A Dst_ll.c33 if (st_data->ll_state != ST_LL_AWAKE)
35 "in state %ld", st_data->ll_state);
39 st_data->ll_state = ST_LL_ASLEEP;
54 switch (st_data->ll_state) {
72 st_data->ll_state = ST_LL_AWAKE;
88 ll->ll_state = ST_LL_AWAKE;
95 ll->ll_state = ST_LL_INVALID;
101 if (likely(ll->ll_state != ST_LL_AWAKE)) {
103 ll->ll_state = ST_LL_ASLEEP_TO_AWAKE;
113 pr_debug(" returning state %ld", ll->ll_state);
[all...]
/linux-master/include/linux/
H A Dti_wilink_st.h125 * @ll_state: the various PM states the chip can be, the states are notified
145 unsigned long ll_state; member in struct:st_data_s
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma_sli.h2223 u32 ll_state; member in struct:ocrdma_dcbx_cfg

Completed in 173 milliseconds