Home
last modified time | relevance | path

Searched refs:vcmd (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_vq.c300 struct scatterlist *sgs[3], vcmd, vout, vresp; in virtio_gpu_queue_ctrl_buffer_locked() local
307 sg_init_one(&vcmd, vbuf->buf, vbuf->size); in virtio_gpu_queue_ctrl_buffer_locked()
308 sgs[outcnt+incnt] = &vcmd; in virtio_gpu_queue_ctrl_buffer_locked()
/linux-4.4.14/net/wireless/
Dnl80211.c10103 const struct wiphy_vendor_command *vcmd; in nl80211_vendor_cmd() local
10107 vcmd = &rdev->wiphy.vendor_commands[i]; in nl80211_vendor_cmd()
10109 if (vcmd->info.vendor_id != vid || vcmd->info.subcmd != subcmd) in nl80211_vendor_cmd()
10112 if (vcmd->flags & (WIPHY_VENDOR_CMD_NEED_WDEV | in nl80211_vendor_cmd()
10116 if (vcmd->flags & WIPHY_VENDOR_CMD_NEED_NETDEV && in nl80211_vendor_cmd()
10120 if (vcmd->flags & WIPHY_VENDOR_CMD_NEED_RUNNING) { in nl80211_vendor_cmd()
10128 if (!vcmd->doit) in nl80211_vendor_cmd()
10216 const struct wiphy_vendor_command *vcmd; in nl80211_prepare_vendor_dump() local
10218 vcmd = &(*rdev)->wiphy.vendor_commands[i]; in nl80211_prepare_vendor_dump()
10220 if (vcmd->info.vendor_id != vid || vcmd->info.subcmd != subcmd) in nl80211_prepare_vendor_dump()
[all …]
/linux-4.4.14/drivers/isdn/i4l/
Disdn_tty.c3128 static char *vcmd[] = in isdn_tty_cmd_PLUSV() local
3136 while (vcmd[i]) { in isdn_tty_cmd_PLUSV()
3137 if (!strncmp(vcmd[i], p[0], 2)) { in isdn_tty_cmd_PLUSV()