_band            2823 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	#define STR_EQUAL_5G(_band, _path, _sign, _rate, _chnl) \
_band            2824 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		((strcmp(Band, _band) == 0) && (strcmp(Path, _path) == 0) && (strcmp(Sign, _sign) == 0) &&\
_band            2827 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	#define STR_EQUAL_2G(_band, _path, _sign, _rate) \
_band            2828 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		((strcmp(Band, _band) == 0) && (strcmp(Path, _path) == 0) && (strcmp(Sign, _sign) == 0) &&\
_band             246 include/linux/compat.h 			compat_long_t _band;	/* POLL_IN, POLL_OUT, POLL_MSG */
_band              99 include/uapi/asm-generic/siginfo.h 		__ARCH_SI_BAND_T _band;	/* POLL_IN, POLL_OUT, POLL_MSG */
_band             158 include/uapi/asm-generic/siginfo.h #define si_band		_sifields._sigpoll._band