Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/util/
Dsiutils.c406 sih->socitype = (w & CID_TYPE_MASK) >> CID_TYPE_SHIFT; in si_doattach()
556 sih->socitype = (w & CID_TYPE_MASK) >> CID_TYPE_SHIFT; in si_doattach()
565 if (sii->pub.socitype == SOCI_AI) { in si_doattach()
754 if (sih->socitype == SOCI_AI) in si_flag()
764 if (sih->socitype == SOCI_AI) in si_setint()
796 if (sih->socitype == SOCI_AI) in si_corerev()
839 if (sih->socitype == SOCI_AI) in si_setcore()
854 if (sih->socitype == SOCI_AI) in si_setcoreidx()
906 if (sih->socitype == SOCI_AI) in si_core_cflags()
916 if (sih->socitype == SOCI_AI) in si_core_sflags()
[all …]
/linux-2.6.39/drivers/staging/brcm80211/include/
Dsiutils.h27 uint socitype; /* SOCI_SB, SOCI_AI */ member