Searched refs:send_cmd (Results 1 – 5 of 5) sorted by relevance
22 boolean send_cmd; member
69 idws->send_cmd = !debug_get_bool_option("I915_NO_HW", FALSE); in i915_drm_winsys_create()
180 if (ret == 0 && i915_drm_winsys(ibatch->iws)->send_cmd) in i915_drm_batchbuffer_flush()
906 if ((p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->send_cmd.pipe)) != NULL) in nfa_hci_api_send_cmd()908 app_handle = nfa_hciu_get_pipe_owner (p_evt_data->send_cmd.pipe); in nfa_hci_api_send_cmd()911 …&&((app_handle == p_evt_data->send_cmd.hci_handle || p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GA… in nfa_hci_api_send_cmd()921 nfa_hci_cb.pipe_in_use = p_evt_data->send_cmd.pipe; in nfa_hci_api_send_cmd()922 …((status = nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_COMMAND_TYPE, p_evt_data->send_cmd.cmd_code, in nfa_hci_api_send_cmd()923 … p_evt_data->send_cmd.cmd_len, p_evt_data->send_cmd.data)) == NFA_STATUS_OK) in nfa_hci_api_send_cmd()939 NFA_TRACE_WARNING1 ("nfa_hci_api_send_cmd pipe:%d not found", p_evt_data->send_cmd.pipe); in nfa_hci_api_send_cmd()945 nfa_hciu_send_to_app (NFA_HCI_CMD_SENT_EVT, &evt_data, p_evt_data->send_cmd.hci_handle); in nfa_hci_api_send_cmd()
305 …tNFA_HCI_API_SEND_CMD_EVT send_cmd; /* Send a event on a pipe to a… member