/linux-2.6.39/include/linux/ |
D | syscalls.h | 128 #define SYSCALL_TRACE_ENTER_EVENT(sname) \ argument 129 static struct syscall_metadata __syscall_meta_##sname; \ 131 event_enter_##sname = { \ 132 .name = "sys_enter"#sname, \ 135 .data = (void *)&__syscall_meta_##sname,\ 140 *__event_enter_##sname = &event_enter_##sname; 142 #define SYSCALL_TRACE_EXIT_EVENT(sname) \ argument 143 static struct syscall_metadata __syscall_meta_##sname; \ 145 event_exit_##sname = { \ 146 .name = "sys_exit"#sname, \ [all …]
|
/linux-2.6.39/sound/pci/hda/ |
D | hda_eld.c | 509 char *sname; in hdmi_write_eld_info() local 540 sname = name + 4; in hdmi_write_eld_info() 543 sname++; in hdmi_write_eld_info() 548 if (!strcmp(sname, "_coding_type")) in hdmi_write_eld_info() 550 else if (!strcmp(sname, "_channels")) in hdmi_write_eld_info() 552 else if (!strcmp(sname, "_rates")) in hdmi_write_eld_info() 554 else if (!strcmp(sname, "_bits")) in hdmi_write_eld_info() 556 else if (!strcmp(sname, "_max_bitrate")) in hdmi_write_eld_info() 558 else if (!strcmp(sname, "_profile")) in hdmi_write_eld_info()
|
/linux-2.6.39/fs/udf/ |
D | unicode.c | 336 int udf_get_filename(struct super_block *sb, uint8_t *sname, uint8_t *dname, in udf_get_filename() argument 350 if (udf_build_ustr_exact(unifilename, sname, flen)) in udf_get_filename() 356 sname); in udf_get_filename() 363 sname); in udf_get_filename() 378 int udf_put_filename(struct super_block *sb, const uint8_t *sname, in udf_put_filename() argument 384 if (!udf_char_to_ustr(&unifilename, sname, flen)) in udf_put_filename()
|
/linux-2.6.39/include/sound/ |
D | soc-dapm.h | 201 { .id = snd_soc_dapm_aif_in, .name = wname, .sname = stname, \ 205 { .id = snd_soc_dapm_aif_in, .name = wname, .sname = stname, \ 209 { .id = snd_soc_dapm_aif_out, .name = wname, .sname = stname, \ 213 { .id = snd_soc_dapm_aif_out, .name = wname, .sname = stname, \ 217 { .id = snd_soc_dapm_dac, .name = wname, .sname = stname, .reg = wreg, \ 221 { .id = snd_soc_dapm_dac, .name = wname, .sname = stname, .reg = wreg, \ 225 { .id = snd_soc_dapm_adc, .name = wname, .sname = stname, .reg = wreg, \ 229 { .id = snd_soc_dapm_adc, .name = wname, .sname = stname, .reg = wreg, \ 444 char *sname; /* stream name */ member
|
/linux-2.6.39/drivers/staging/tidspbridge/dynload/ |
D | cload.c | 743 char *sname; in dload_symbols() local 765 sname = NULL; in dload_symbols() 770 sname = dlthis->str_head + in dload_symbols() 777 sname = unpack_name(dlthis, in dload_symbols() 795 (dlthis->mysym, sname); in dload_symbols() 799 sname); in dload_symbols() 806 sname, val); in dload_symbols() 840 sname); in dload_symbols() 858 "different values", sname); in dload_symbols() 870 if (!sname) in dload_symbols() [all …]
|
/linux-2.6.39/sound/pci/ |
D | cmipci.c | 2418 #define DEFINE_SWITCH_ARG(sname, xreg, xmask, xmask_on, xis_byte, xac3) \ argument 2419 static struct cmipci_switch_args cmipci_switch_arg_##sname = { \ 2427 #define DEFINE_BIT_SWITCH_ARG(sname, xreg, xmask, xis_byte, xac3) \ argument 2428 DEFINE_SWITCH_ARG(sname, xreg, xmask, xmask, xis_byte, xac3) 2459 #define DEFINE_SWITCH(sname, stype, sarg) \ argument 2460 { .name = sname, \ 2468 #define DEFINE_CARD_SWITCH(sname, sarg) DEFINE_SWITCH(sname, SNDRV_CTL_ELEM_IFACE_CARD, sarg) argument 2469 #define DEFINE_MIXER_SWITCH(sname, sarg) DEFINE_SWITCH(sname, SNDRV_CTL_ELEM_IFACE_MIXER, sarg) argument
|
/linux-2.6.39/sound/soc/ |
D | soc-dapm.c | 1269 if (w->sname) in dapm_widget_power_read_file() 1271 w->sname, in dapm_widget_power_read_file() 2269 if (!w->sname || w->dapm != dapm) in soc_dapm_stream_event() 2272 w->name, w->sname, stream, event); in soc_dapm_stream_event() 2273 if (strstr(w->sname, stream)) { in soc_dapm_stream_event()
|
/linux-2.6.39/kernel/ |
D | module.c | 1902 const char *sname = info->secstrings + s->sh_name; in layout_sections() local 1907 || strstarts(sname, ".init")) in layout_sections() 1931 const char *sname = info->secstrings + s->sh_name; in layout_sections() local 1936 || !strstarts(sname, ".init")) in layout_sections() 1940 DEBUGP("\t%s\n", sname); in layout_sections()
|
/linux-2.6.39/include/net/ |
D | sock.h | 1030 #define sock_lock_init_class_and_name(sk, sname, skey, name, key) \ argument 1038 (skey), (sname)); \
|