Searched refs:FOO (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/include/linux/ |
D | ac97_codec.h | 245 #define supported_mixer(CODEC,FOO) ((FOO >= 0) && \ argument 246 (FOO < SOUND_MIXER_NRDEVICES) && \ 247 (CODEC)->supported_mixers & (1<<FOO) )
|
/linux-2.6.39/Documentation/zh_CN/ |
D | CodingStyle | 530 #define FOO(x) \ 541 #define FOO(val) bar(index, val) 546 3) 作为左值的带参数的宏: FOO(x) = y;如果有人把FOO变成一个内联函数的话,这种用
|
/linux-2.6.39/Documentation/kbuild/ |
D | kconfig-language.txt | 109 By abusing select you are able to select a symbol FOO even 110 if FOO depends on BAR that is not set. 353 depends on HAVE_GENERIC_IOMAP && FOO 379 config FOO 382 limits FOO to module (=m) or disabled (=n).
|
/linux-2.6.39/drivers/scsi/ |
D | pas16.c | 3 #define FOO macro
|
/linux-2.6.39/Documentation/ |
D | CodingStyle | 624 #define FOO(x) \ 635 #define FOO(val) bar(index, val) 640 3) macros with arguments that are used as l-values: FOO(x) = y; will 641 bite you if somebody e.g. turns FOO into an inline function.
|
D | DMA-API-HOWTO.txt | 703 ringp->mapping = FOO; 708 dma_unmap_addr_set(ringp, mapping, FOO);
|
/linux-2.6.39/Documentation/filesystems/ |
D | hpfs.txt | 55 are case sensitive, so for example when you create a file FOO, you can use 56 'cat FOO', 'cat Foo', 'cat foo' or 'cat F*' but not 'cat f*'. Note, that you
|