Searched refs:nfa_hciu_find_pipe_by_pid (Results 1 – 3 of 3) sorted by relevance
49 tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_by_pid (UINT8 pipe_id) in nfa_hciu_find_pipe_by_pid() function223 if ((pp = nfa_hciu_find_pipe_by_pid (pipe_id)) == NULL) in nfa_hciu_get_pipe_owner()456 if ((pp = nfa_hciu_find_pipe_by_pid (pipe_id)) != NULL) in nfa_hciu_alloc_pipe()852 if ((p_pipe = nfa_hciu_find_pipe_by_pid (pipe_id)) == NULL) in nfa_hciu_release_pipe()1384 &&((p_pipe = nfa_hciu_find_pipe_by_pid (pipe_id)) != NULL) ) in nfa_hciu_evt_2_str()
681 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->open_pipe.pipe); in nfa_hci_api_open_pipe()725 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->get_registry.pipe); in nfa_hci_api_get_reg_value()775 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->set_registry.pipe); in nfa_hci_api_set_reg_value()825 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->close_pipe.pipe); in nfa_hci_api_close_pipe()869 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->delete_pipe.pipe); in nfa_hci_api_delete_pipe()906 if ((p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->send_cmd.pipe)) != NULL) in nfa_hci_api_send_cmd()965 if ((p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->send_rsp.pipe)) != NULL) in nfa_hci_api_send_rsp()1017 if ((p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->send_evt.pipe)) != NULL) in nfa_hci_api_send_event()1124 if ((pp = nfa_hciu_find_pipe_by_pid (p_evt_data->add_static_pipe.pipe)) != NULL) in nfa_hci_api_add_static_pipe()1742 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (pipe_id); in nfa_hci_handle_dyn_pipe_pkt()
468 extern tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_by_pid (UINT8 pipe_id);