Home
last modified time | relevance | path

Searched refs:new_pipe (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/nfc/nci/
Dhci.c287 u8 dest_gate, new_pipe; in nci_hci_cmd_received() local
302 new_pipe = create_info->pipe; in nci_hci_cmd_received()
303 if (new_pipe >= NCI_HCI_MAX_PIPES) { in nci_hci_cmd_received()
313 ndev->hci_dev->gate2pipe[dest_gate] = new_pipe; in nci_hci_cmd_received()
314 ndev->hci_dev->pipes[new_pipe].gate = dest_gate; in nci_hci_cmd_received()
315 ndev->hci_dev->pipes[new_pipe].host = in nci_hci_cmd_received()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc.c2179 struct pipe_ctx *new_pipe = &context->res_ctx.pipe_ctx[i]; in dc_commit_updates_for_stream() local
2182 if (new_pipe->plane_state && new_pipe->plane_state != old_pipe->plane_state) in dc_commit_updates_for_stream()
2183 new_pipe->plane_state->force_full_update = true; in dc_commit_updates_for_stream()