Home
last modified time | relevance | path

Searched refs:FOO (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/include/linux/
Dac97_codec.h245 #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/
DCodingStyle530 #define FOO(x) \
541 #define FOO(val) bar(index, val)
546 3) 作为左值的带参数的宏: FOO(x) = y;如果有人把FOO变成一个内联函数的话,这种用
/linux-2.6.39/Documentation/kbuild/
Dkconfig-language.txt109 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/
Dpas16.c3 #define FOO macro
/linux-2.6.39/Documentation/
DCodingStyle624 #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.
DDMA-API-HOWTO.txt703 ringp->mapping = FOO;
708 dma_unmap_addr_set(ringp, mapping, FOO);
/linux-2.6.39/Documentation/filesystems/
Dhpfs.txt55 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