Searched refs:wfd (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/net/9p/ |
D | trans_fd.c | 51 int wfd; member 751 if (clnt->trans_opts.fd.wfd != ~0) in p9_fd_show_options() 752 seq_printf(m, ",wfd=%u", clnt->trans_opts.fd.wfd); in p9_fd_show_options() 774 opts->wfd = ~0; in parse_opts() 810 opts->wfd = option; in parse_opts() 824 static int p9_fd_open(struct p9_client *client, int rfd, int wfd) in p9_fd_open() argument 838 ts->wr = fget(wfd); in p9_fd_open() 1085 client->trans_opts.fd.wfd = opts.wfd; in p9_fd_create() 1087 if (opts.rfd == ~0 || opts.wfd == ~0) { in p9_fd_create() 1092 err = p9_fd_open(client, opts.rfd, opts.wfd); in p9_fd_create()
|
/Linux-v6.1/drivers/media/platform/mediatek/vcodec/venc/ |
D | venc_h264_if.c | 94 u32 wfd; member 165 u32 wfd; member 747 inst->vsi->config.wfd = 0; in h264_enc_set_vsi_configs() 766 inst->vsi_34->config.wfd = 0; in h264_enc_set_vsi_34_configs()
|
/Linux-v6.1/include/net/9p/ |
D | client.h | 114 int wfd; member
|
/Linux-v6.1/tools/testing/selftests/net/ |
D | nettest.c | 1609 fd_set wfd; in wait_for_connect() local 1613 FD_ZERO(&wfd); in wait_for_connect() 1614 FD_SET(sd, &wfd); in wait_for_connect() 1619 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv); in wait_for_connect()
|