Lines Matching refs:shared
128 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa); in ipa_uc_event_handler() local
131 if (shared->event == IPA_UC_EVENT_ERROR) in ipa_uc_event_handler()
133 else if (shared->event != IPA_UC_EVENT_LOG_INFO) in ipa_uc_event_handler()
135 shared->event); in ipa_uc_event_handler()
142 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa); in ipa_uc_response_hdlr() local
153 switch (shared->response) { in ipa_uc_response_hdlr()
166 shared->response); in ipa_uc_response_hdlr()
219 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa); in send_uc_command() local
224 shared->command = command; in send_uc_command()
225 shared->command_param = cpu_to_le32(command_param); in send_uc_command()
226 shared->command_param_hi = 0; in send_uc_command()
227 shared->response = 0; in send_uc_command()
228 shared->response_param = 0; in send_uc_command()