/linux-4.1.27/drivers/pinctrl/sh-pfc/ |
D | sh_pfc.h | 183 #define PORT_GP_1(bank, pin, fn, sfx) fn(bank, pin, GP_##bank##_##pin, sfx) argument 185 #define PORT_GP_32(bank, fn, sfx) \ argument 203 #define PORT_GP_32_REV(bank, fn, sfx) \ argument 222 #define _GP_ALL(bank, pin, name, sfx) name##_##sfx argument 226 #define _GP_GPIO(bank, _pin, _name, sfx) \ argument 235 #define _GP_DATA(bank, pin, name, sfx) PINMUX_DATA(name##_DATA, name##_FN) argument 242 #define PORT_1(pn, fn, pfx, sfx) fn(pn, pfx, sfx) argument 244 #define PORT_10(pn, fn, pfx, sfx) \ argument 251 #define PORT_90(pn, fn, pfx, sfx) \ argument 259 #define _PORT_ALL(pn, pfx, sfx) pfx##_##sfx argument [all …]
|
D | pfc-emev2.c | 15 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 231 #define __PIN_CFG(pn, pfx, sfx) SH_PFC_PIN_CFG(pfx, 0) argument 253 #define __PORT_DATA(pn, pfx, sfx) PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN) argument
|
D | pfc-sh7734.c | 17 #define PORT_GP_12(bank, fn, sfx) \ argument 25 #define CPU_ALL_PORT(fn, sfx) \ argument 34 #define _GP_DATA(bank, pin, name, sfx) \ argument 37 #define _GP_INOUTSEL(bank, pin, name, sfx) name##_IN, name##_OUT argument 38 #define _GP_INDT(bank, pin, name, sfx) name##_DATA argument
|
D | pfc-r8a7778.c | 26 #define PORT_GP_27(bank, fn, sfx) \ argument 42 #define CPU_ALL_PORT(fn, sfx) \ argument
|
D | pfc-r8a73a4.c | 31 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
|
D | pfc-r8a7779.c | 27 #define PORT_GP_9(bank, fn, sfx) \ argument 34 #define CPU_ALL_PORT(fn, sfx) \ argument
|
D | pfc-r8a7740.c | 32 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
|
D | pfc-sh73a0.c | 36 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
|
D | pfc-r8a7790.c | 30 #define CPU_ALL_PORT(fn, sfx) \ argument
|
D | pfc-r8a7791.c | 17 #define CPU_ALL_PORT(fn, sfx) \ argument
|
/linux-4.1.27/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-4.1.27/sound/pci/hda/ |
D | hda_auto_parser.c | 660 const char *pfx, *sfx = ""; in fill_audio_out_name() local
|
D | hda_generic.c | 1010 const char *sfx, int cidx, unsigned long val) in add_control_with_pfx() 3581 const char *sfx = is_switch ? "Switch" : "Volume"; in add_single_cap_ctl() local 5476 static void fill_pcm_stream_name(char *str, size_t len, const char *sfx, in fill_pcm_stream_name()
|