Home
last modified time | relevance | path

Searched defs:sfx (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/include/linux/
Dbtree-type.h1 #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/
Dpfc-sh7372.c28 #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
Dpfc-sh7367.c24 #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
Dpfc-sh7377.c25 #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
Dpfc-sh73a0.c26 #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/
Dpatch_conexant.c3649 static char *sfx[2] = { "Volume", "Switch" }; in cx_auto_add_volume_idx() local
Dpatch_realtek.c5016 const char *sfx, int cidx, unsigned long val) in add_control_with_pfx()