Lines Matching refs:state
91 * @state: smem state handle
107 struct qcom_smem_state *state;
123 * @ssr_ack: current cached state of the local ack bit
277 * or any changes to the state bits of existing entries.
433 entry->state = qcom_smem_state_register(node, &smp2p_state_ops, entry);
434 if (IS_ERR(entry->state)) {
436 return PTR_ERR(entry->state);
649 qcom_smem_state_unregister(entry->state);
674 qcom_smem_state_unregister(entry->state);