Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dac97_codec.h212 #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/
Dtrident.h325 #define VALIDATE_MAGIC(FOO,MAG) \ argument
327 if (!(FOO) || (FOO)->magic != MAG) { \
Dmaestro.c605 #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) { \
Dmaestro3.c1274 #define VALIDATE_MAGIC(FOO,MAG) \ argument
1276 if (!(FOO) || (FOO)->magic != MAG) { \
/linux-2.4.37.9/Documentation/
DCodingStyle365 #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.
DDMA-mapping.txt726 ringp->mapping = FOO;
731 pci_unmap_addr_set(ringp, mapping, FOO);
/linux-2.4.37.9/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