Searched refs:FOO (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | ac97_codec.h | 212 #define supported_mixer(CODEC,FOO) ((FOO >= 0) && \ argument 213 (FOO < SOUND_MIXER_NRDEVICES) && \ 214 (CODEC)->supported_mixers & (1<<FOO) )
|
/linux-2.4.37.9/drivers/sound/ |
D | trident.h | 325 #define VALIDATE_MAGIC(FOO,MAG) \ argument 327 if (!(FOO) || (FOO)->magic != MAG) { \
|
D | maestro.c | 605 #define supported_mixer(CARD,FOO) ( CARD->mix.supported_mixers & (1<<FOO) ) argument 1979 #define VALIDATE_MAGIC(FOO,MAG) \ argument 1981 if (!(FOO) || (FOO)->magic != MAG) { \
|
D | maestro3.c | 1274 #define VALIDATE_MAGIC(FOO,MAG) \ argument 1276 if (!(FOO) || (FOO)->magic != MAG) { \
|
/linux-2.4.37.9/Documentation/ |
D | CodingStyle | 365 #define FOO(x) \ 376 #define FOO(val) bar(index, val) 381 3) macros with arguments that are used as l-values: FOO(x) = y; will 382 bite you if somebody e.g. turns FOO into an inline function.
|
D | DMA-mapping.txt | 726 ringp->mapping = FOO; 731 pci_unmap_addr_set(ringp, mapping, FOO);
|
/linux-2.4.37.9/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
|