/linux-2.6.39/include/linux/ |
D | btree-type.h | 1 #define __BTREE_TP(pfx, type, sfx) pfx ## type ## sfx argument 2 #define _BTREE_TP(pfx, type, sfx) __BTREE_TP(pfx, type, sfx) argument
|
/linux-2.6.39/arch/arm/mach-shmobile/ |
D | pfc-sh7372.c | 28 #define _1(fn, pfx, sfx) fn(pfx, sfx) argument 30 #define _10(fn, pfx, sfx) \ argument 37 #define _80(fn, pfx, sfx) \ argument 43 #define _190(fn, pfx, sfx) \ argument 47 #define _PORT(pfx, sfx) pfx##_##sfx argument 929 #define _GPIO_PORT(pfx, sfx) PINMUX_GPIO(GPIO_PORT##pfx, PORT##pfx##_DATA) argument
|
D | pfc-sh7367.c | 24 #define _1(fn, pfx, sfx) fn(pfx, sfx) argument 26 #define _10(fn, pfx, sfx) \ argument 33 #define _90(fn, pfx, sfx) \ argument 40 #define _273(fn, pfx, sfx) \ argument 49 #define _PORT(pfx, sfx) pfx##_##sfx argument 1101 #define _GPIO_PORT(pfx, sfx) PINMUX_GPIO(GPIO_PORT##pfx, PORT##pfx##_DATA) argument
|
D | pfc-sh7377.c | 25 #define _1(fn, pfx, sfx) fn(pfx, sfx) argument 27 #define _10(fn, pfx, sfx) \ argument 34 #define _90(fn, pfx, sfx) \ argument 41 #define _265(fn, pfx, sfx) \ argument 66 #define _PORT(pfx, sfx) pfx##_##sfx argument 1081 #define _GPIO_PORT(pfx, sfx) PINMUX_GPIO(GPIO_PORT##pfx, PORT##pfx##_DATA) argument
|
D | pfc-sh73a0.c | 26 #define _1(fn, pfx, sfx) fn(pfx, sfx) argument 28 #define _10(fn, pfx, sfx) \ argument 35 #define _310(fn, pfx, sfx) \ argument 66 #define _PORT(pfx, sfx) pfx##_##sfx argument 1535 #define _GPIO_PORT(pfx, sfx) PINMUX_GPIO(GPIO_PORT##pfx, PORT##pfx##_DATA) argument
|
/linux-2.6.39/sound/pci/hda/ |
D | patch_conexant.c | 3649 static char *sfx[2] = { "Volume", "Switch" }; in cx_auto_add_volume_idx() local
|
D | patch_realtek.c | 5016 const char *sfx, int cidx, unsigned long val) in add_control_with_pfx()
|