Searched refs:wfd (Results 1 – 4 of 4) sorted by relevance
/linux/net/9p/ |
A D | trans_fd.c | 51 int wfd; member 738 if (clnt->trans_opts.fd.wfd != ~0) in p9_fd_show_options() 739 seq_printf(m, ",wfd=%u", clnt->trans_opts.fd.wfd); in p9_fd_show_options() 761 opts->wfd = ~0; in parse_opts() 797 opts->wfd = option; in parse_opts() 811 static int p9_fd_open(struct p9_client *client, int rfd, int wfd) in p9_fd_open() argument 823 ts->wr = fget(wfd); in p9_fd_open() 1065 client->trans_opts.fd.wfd = opts.wfd; in p9_fd_create() 1067 if (opts.rfd == ~0 || opts.wfd == ~0) { in p9_fd_create() 1072 err = p9_fd_open(client, opts.rfd, opts.wfd); in p9_fd_create()
|
/linux/drivers/media/platform/mtk-vcodec/venc/ |
A D | venc_h264_if.c | 94 u32 wfd; member 654 inst->vsi->config.wfd = 0; in h264_enc_set_param()
|
/linux/include/net/9p/ |
A D | client.h | 113 int wfd; member
|
/linux/tools/testing/selftests/net/ |
A D | nettest.c | 1574 fd_set wfd; in wait_for_connect() local 1578 FD_ZERO(&wfd); in wait_for_connect() 1579 FD_SET(sd, &wfd); in wait_for_connect() 1584 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv); in wait_for_connect()
|
Completed in 16 milliseconds