Home
last modified time | relevance | path

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

/openbmc/qemu/docs/interop/
H A Dvhost-user-gpu.rst113 | scanout-id | x | y | w | h | fdw | fwh | stride | flags | fourcc |
122 :fdw/fdh/stride/flags: ``u32``, the DMABUF width/height/stride/flags
/openbmc/linux/fs/
H A Dpipe.c963 int fdw, fdr; in __do_pipe_flags() local
980 fdw = error; in __do_pipe_flags()
982 audit_fd_pair(fdr, fdw); in __do_pipe_flags()
984 fd[1] = fdw; in __do_pipe_flags()