Home
last modified time | relevance | path

Searched refs:abbrev (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/tools/power/cpupower/utils/
Dversion-gen.sh14 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
/linux-3.4.99/tools/perf/util/
DPERF-VERSION-GEN15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
/linux-3.4.99/
D.mailmap7 # repo-abbrev: /pub/scm/linux/kernel/git/
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/
Dchannel.c508 char abbrev[BRCM_CNTRY_BUF_SZ]; /* country abbreviation */ member
652 if (strcmp(ccode, cntry_locales[i].abbrev) == 0) in brcms_c_country_lookup_direct()
Dmac80211_if.c728 static int brcms_set_hint(struct brcms_info *wl, char *abbrev) in brcms_set_hint() argument
730 return regulatory_hint(wl->pub->ieee_hw->wiphy, abbrev); in brcms_set_hint()