Searched refs:wfd (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/9p/
H A Dtrans_fd.c43 * @wfd: file descriptor for writing (trans=fd)
50 int wfd; member in struct:p9_fd_opts
753 if (clnt->trans_opts.fd.wfd != ~0)
754 seq_printf(m, ",wfd=%u", clnt->trans_opts.fd.wfd);
776 opts->wfd = ~0;
812 opts->wfd = option;
826 static int p9_fd_open(struct p9_client *client, int rfd, int wfd) argument
847 ts->wr = fget(wfd);
1095 client->trans_opts.fd.wfd
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/venc/
H A Dvenc_h264_if.c79 * @wfd: WFD mode 1:on, 0:off
93 u32 wfd; member in struct:venc_h264_vpu_config
147 * @wfd: WFD mode 1:on, 0:off
164 u32 wfd; member in struct:venc_h264_vpu_config_ext
724 inst->vsi->config.wfd = 0;
743 inst->vsi_34->config.wfd = 0;
/linux-master/include/net/9p/
H A Dclient.h114 int wfd; member in struct:p9_client::__anon206::__anon207
/linux-master/tools/testing/selftests/net/
H A Dnettest.c1671 fd_set wfd; local
1675 FD_ZERO(&wfd);
1676 FD_SET(sd, &wfd);
1681 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv);

Completed in 191 milliseconds