Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/net/wireless/
Dnl80211.c9913 const struct wiphy_vendor_command *vcmd; in nl80211_vendor_cmd() local
9917 vcmd = &rdev->wiphy.vendor_commands[i]; in nl80211_vendor_cmd()
9919 if (vcmd->info.vendor_id != vid || vcmd->info.subcmd != subcmd) in nl80211_vendor_cmd()
9922 if (vcmd->flags & (WIPHY_VENDOR_CMD_NEED_WDEV | in nl80211_vendor_cmd()
9926 if (vcmd->flags & WIPHY_VENDOR_CMD_NEED_NETDEV && in nl80211_vendor_cmd()
9930 if (vcmd->flags & WIPHY_VENDOR_CMD_NEED_RUNNING) { in nl80211_vendor_cmd()