Home
last modified time | relevance | path

Searched refs:pipe_state (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv10.c33 struct pipe_state { struct
405 struct pipe_state pipe_state; member
435 struct pipe_state *pipe = &chan->pipe_state; in nv17_gr_mthd_lma_window()
563 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_save_pipe()
582 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_load_pipe()
634 struct pipe_state *pipe_state = &chan->pipe_state; in nv10_gr_create_pipe() local
639 pipe_state_addr = pipe_state->pipe_##addr; \ in nv10_gr_create_pipe()
643 u32 *__end_addr = pipe_state->pipe_##addr + \ in nv10_gr_create_pipe()
644 ARRAY_SIZE(pipe_state->pipe_##addr); \ in nv10_gr_create_pipe()
/openbmc/linux/drivers/nfc/st-nci/
H A Dse.c17 u8 pipe_state; member
225 ST_NCI_DM_IS_PIPE_OPEN(dm_pipe_info->pipe_state)) { in st_nci_hci_load_session()
/openbmc/linux/drivers/nfc/st21nfca/
H A Dcore.c94 u8 pipe_state; member
180 ST21NFCA_DM_IS_PIPE_OPEN(info->pipe_state)) { in st21nfca_hci_load_session()
/openbmc/qemu/qga/
H A Dcommands-win32.c176 DWORD file_type, pipe_state; in handle_set_nonblocking() local
183 if (!GetNamedPipeHandleState(fh, &pipe_state, NULL, in handle_set_nonblocking()
188 if (pipe_state & PIPE_NOWAIT) { in handle_set_nonblocking()
192 pipe_state |= PIPE_NOWAIT; in handle_set_nonblocking()
193 SetNamedPipeHandleState(fh, &pipe_state, NULL, NULL); in handle_set_nonblocking()