/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 186 PORT_GP_1(bank, 0, fn, sfx), PORT_GP_1(bank, 1, fn, sfx), \ 187 PORT_GP_1(bank, 2, fn, sfx), PORT_GP_1(bank, 3, fn, sfx), \ 188 PORT_GP_1(bank, 4, fn, sfx), PORT_GP_1(bank, 5, fn, sfx), \ 189 PORT_GP_1(bank, 6, fn, sfx), PORT_GP_1(bank, 7, fn, sfx), \ 190 PORT_GP_1(bank, 8, fn, sfx), PORT_GP_1(bank, 9, fn, sfx), \ 191 PORT_GP_1(bank, 10, fn, sfx), PORT_GP_1(bank, 11, fn, sfx), \ 192 PORT_GP_1(bank, 12, fn, sfx), PORT_GP_1(bank, 13, fn, sfx), \ 193 PORT_GP_1(bank, 14, fn, sfx), PORT_GP_1(bank, 15, fn, sfx), \ [all …]
|
D | pfc-r8a73a4.c | 31 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 33 PORT_10(0, fn, pfx, sfx), \ 34 PORT_10(10, fn, pfx##1, sfx), \ 35 PORT_10(20, fn, pfx##2, sfx), \ 36 PORT_1(30, fn, pfx##30, sfx), \ 38 PORT_1(32, fn, pfx##32, sfx), PORT_1(33, fn, pfx##33, sfx), \ 39 PORT_1(34, fn, pfx##34, sfx), PORT_1(35, fn, pfx##35, sfx), \ 40 PORT_1(36, fn, pfx##36, sfx), PORT_1(37, fn, pfx##37, sfx), \ 41 PORT_1(38, fn, pfx##38, sfx), PORT_1(39, fn, pfx##39, sfx), \ 42 PORT_1(40, fn, pfx##40, sfx), \ [all …]
|
D | pfc-sh73a0.c | 36 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 37 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \ 38 PORT_10(100, fn, pfx##10, sfx), \ 39 PORT_1(110, fn, pfx##110, sfx), PORT_1(111, fn, pfx##111, sfx), \ 40 PORT_1(112, fn, pfx##112, sfx), PORT_1(113, fn, pfx##113, sfx), \ 41 PORT_1(114, fn, pfx##114, sfx), PORT_1(115, fn, pfx##115, sfx), \ 42 PORT_1(116, fn, pfx##116, sfx), PORT_1(117, fn, pfx##117, sfx), \ 43 PORT_1(118, fn, pfx##118, sfx), \ 44 PORT_1(128, fn, pfx##128, sfx), PORT_1(129, fn, pfx##129, sfx), \ 45 PORT_10(130, fn, pfx##13, sfx), PORT_10(140, fn, pfx##14, sfx), \ [all …]
|
D | pfc-emev2.c | 15 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 16 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \ 17 PORT_10(100, fn, pfx##10, sfx), PORT_10(110, fn, pfx##11, sfx), \ 18 PORT_10(120, fn, pfx##12, sfx), PORT_10(130, fn, pfx##13, sfx), \ 19 PORT_10(140, fn, pfx##14, sfx), PORT_1(150, fn, pfx##150, sfx), \ 20 PORT_1(151, fn, pfx##151, sfx), PORT_1(152, fn, pfx##152, sfx), \ 21 PORT_1(153, fn, pfx##153, sfx), PORT_1(154, fn, pfx##154, sfx), \ 22 PORT_1(155, fn, pfx##155, sfx), PORT_1(156, fn, pfx##156, sfx), \ 23 PORT_1(157, fn, pfx##157, sfx), PORT_1(158, fn, pfx##158, sfx) 231 #define __PIN_CFG(pn, pfx, sfx) SH_PFC_PIN_CFG(pfx, 0) argument [all …]
|
D | pfc-r8a7778.c | 26 #define PORT_GP_27(bank, fn, sfx) \ argument 27 PORT_GP_1(bank, 0, fn, sfx), PORT_GP_1(bank, 1, fn, sfx), \ 28 PORT_GP_1(bank, 2, fn, sfx), PORT_GP_1(bank, 3, fn, sfx), \ 29 PORT_GP_1(bank, 4, fn, sfx), PORT_GP_1(bank, 5, fn, sfx), \ 30 PORT_GP_1(bank, 6, fn, sfx), PORT_GP_1(bank, 7, fn, sfx), \ 31 PORT_GP_1(bank, 8, fn, sfx), PORT_GP_1(bank, 9, fn, sfx), \ 32 PORT_GP_1(bank, 10, fn, sfx), PORT_GP_1(bank, 11, fn, sfx), \ 33 PORT_GP_1(bank, 12, fn, sfx), PORT_GP_1(bank, 13, fn, sfx), \ 34 PORT_GP_1(bank, 14, fn, sfx), PORT_GP_1(bank, 15, fn, sfx), \ 35 PORT_GP_1(bank, 16, fn, sfx), PORT_GP_1(bank, 17, fn, sfx), \ [all …]
|
D | pfc-sh7734.c | 17 #define PORT_GP_12(bank, fn, sfx) \ argument 18 PORT_GP_1(bank, 0, fn, sfx), PORT_GP_1(bank, 1, fn, sfx), \ 19 PORT_GP_1(bank, 2, fn, sfx), PORT_GP_1(bank, 3, fn, sfx), \ 20 PORT_GP_1(bank, 4, fn, sfx), PORT_GP_1(bank, 5, fn, sfx), \ 21 PORT_GP_1(bank, 6, fn, sfx), PORT_GP_1(bank, 7, fn, sfx), \ 22 PORT_GP_1(bank, 8, fn, sfx), PORT_GP_1(bank, 9, fn, sfx), \ 23 PORT_GP_1(bank, 10, fn, sfx), PORT_GP_1(bank, 11, fn, sfx) 25 #define CPU_ALL_PORT(fn, sfx) \ argument 26 PORT_GP_32(0, fn, sfx), \ 27 PORT_GP_32(1, fn, sfx), \ [all …]
|
D | pfc-r8a7779.c | 27 #define PORT_GP_9(bank, fn, sfx) \ argument 28 PORT_GP_1(bank, 0, fn, sfx), PORT_GP_1(bank, 1, fn, sfx), \ 29 PORT_GP_1(bank, 2, fn, sfx), PORT_GP_1(bank, 3, fn, sfx), \ 30 PORT_GP_1(bank, 4, fn, sfx), PORT_GP_1(bank, 5, fn, sfx), \ 31 PORT_GP_1(bank, 6, fn, sfx), PORT_GP_1(bank, 7, fn, sfx), \ 32 PORT_GP_1(bank, 8, fn, sfx) 34 #define CPU_ALL_PORT(fn, sfx) \ argument 35 PORT_GP_32(0, fn, sfx), \ 36 PORT_GP_32(1, fn, sfx), \ 37 PORT_GP_32(2, fn, sfx), \ [all …]
|
D | pfc-r8a7740.c | 32 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 33 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \ 34 PORT_10(100, fn, pfx##10, sfx), PORT_90(100, fn, pfx##1, sfx), \ 35 PORT_10(200, fn, pfx##20, sfx), \ 36 PORT_1(210, fn, pfx##210, sfx), PORT_1(211, fn, pfx##211, sfx)
|
D | pfc-r8a7791.c | 17 #define CPU_ALL_PORT(fn, sfx) \ argument 18 PORT_GP_32(0, fn, sfx), \ 19 PORT_GP_32(1, fn, sfx), \ 20 PORT_GP_32(2, fn, sfx), \ 21 PORT_GP_32(3, fn, sfx), \ 22 PORT_GP_32(4, fn, sfx), \ 23 PORT_GP_32(5, fn, sfx), \ 24 PORT_GP_32(6, fn, sfx), \ 25 PORT_GP_32(7, fn, sfx)
|
D | pfc-r8a7790.c | 30 #define CPU_ALL_PORT(fn, sfx) \ argument 31 PORT_GP_32(0, fn, sfx), \ 32 PORT_GP_32(1, fn, sfx), \ 33 PORT_GP_32(2, fn, sfx), \ 34 PORT_GP_32(3, fn, sfx), \ 35 PORT_GP_32(4, fn, sfx), \ 36 PORT_GP_32(5, fn, sfx)
|
/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 669 sfx = check_output_sfx(nid, cfg->line_out_pins, cfg->line_outs, in fill_audio_out_name() 671 if (!sfx) in fill_audio_out_name() 672 sfx = check_output_sfx(nid, cfg->speaker_pins, cfg->speaker_outs, in fill_audio_out_name() 674 if (!sfx) { in fill_audio_out_name() 680 sfx = ""; in fill_audio_out_name() 683 snprintf(label, maxlen, "%s%s%s", pfx, name, sfx); in fill_audio_out_name()
|
D | hda_generic.c | 1010 const char *sfx, int cidx, unsigned long val) in add_control_with_pfx() argument 1013 snprintf(name, sizeof(name), "%s %s %s", pfx, dir, sfx); in add_control_with_pfx() 3581 const char *sfx = is_switch ? "Switch" : "Volume"; in add_single_cap_ctl() local 3590 "%s Capture %s", label, sfx); in add_single_cap_ctl() 3593 "Capture %s", sfx); in add_single_cap_ctl() 3606 "Inverted %s Capture %s", label, sfx); in add_single_cap_ctl() 3609 "Inverted Capture %s", sfx); in add_single_cap_ctl() 5476 static void fill_pcm_stream_name(char *str, size_t len, const char *sfx, in fill_pcm_stream_name() argument 5492 strlcat(str, sfx, len); in fill_pcm_stream_name()
|