Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dsh_pfc.h128 #define PORT_1(fn, pfx, sfx) fn(pfx, sfx) argument
130 #define PORT_10(fn, pfx, sfx) \ argument
137 #define PORT_90(fn, pfx, sfx) \ argument
144 #define _PORT_ALL(pfx, sfx) pfx##_##sfx argument
145 #define _GPIO_PORT(pfx, sfx) PINMUX_GPIO(GPIO_PORT##pfx, PORT##pfx##_DATA) argument
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-3.3/arch/arm/mach-shmobile/
Dpfc-r8a7779.c26 #define CPU_32_PORT(fn, pfx, sfx) \ argument
31 #define CPU_32_PORT6(fn, pfx, sfx) \ argument
38 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
47 #define _GP_GPIO(pfx, sfx) PINMUX_GPIO(GPIO_GP##pfx, GP##pfx##_DATA) argument
48 #define _GP_DATA(pfx, sfx) PINMUX_DATA(GP##pfx##_DATA, GP##pfx##_FN, \ argument
51 #define _GP_INOUTSEL(pfx, sfx) GP##pfx##_IN, GP##pfx##_OUT argument
52 #define _GP_INDT(pfx, sfx) GP##pfx##_DATA argument
59 #define PORT_10_REV(fn, pfx, sfx) \ argument
66 #define CPU_32_PORT_REV(fn, pfx, sfx) \ argument
Dpfc-sh7372.c29 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
Dpfc-sh7377.c25 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
Dpfc-sh7367.c24 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
Dpfc-r8a7740.c26 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
Dpfc-sh73a0.c27 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
/linux-3.3/sound/pci/hda/
Dpatch_conexant.c4066 static const char * const sfx[2] = { "Volume", "Switch" }; in cx_auto_add_volume_idx() local
Dhda_codec.c5118 const char *pfx = "", *sfx = ""; in fill_audio_out_name() local
Dpatch_realtek.c2624 const char *sfx, int cidx, unsigned long val) in add_control_with_pfx()