Lines Matching refs:shared
129 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa); in ipa_uc_event_handler() local
132 if (shared->event == IPA_UC_EVENT_ERROR) in ipa_uc_event_handler()
134 else if (shared->event != IPA_UC_EVENT_LOG_INFO) in ipa_uc_event_handler()
136 shared->event); in ipa_uc_event_handler()
143 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa); in ipa_uc_response_hdlr() local
154 switch (shared->response) { in ipa_uc_response_hdlr()
168 shared->response); in ipa_uc_response_hdlr()
224 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa); in send_uc_command() local
229 shared->command = command; in send_uc_command()
230 shared->command_param = cpu_to_le32(command_param); in send_uc_command()
231 shared->command_param_hi = 0; in send_uc_command()
232 shared->response = 0; in send_uc_command()
233 shared->response_param = 0; in send_uc_command()