Lines Matching defs:name
49 __le32 name;
136 sprintf(hw->name, "CSP v%d.%d", (version >> 4), (version & 0x0f));
317 if ((le32_to_cpu(file_h.name) != RIFF_HEADER) ||
337 if (le32_to_cpu(item_h.name) != LIST_HEADER)
369 if (le32_to_cpu(code_h.name) != INIT_HEADER)
382 if (le32_to_cpu(code_h.name) != MAIN_HEADER) {
1026 .name = "3D Control - Switch",
1034 .name = "3D Control - Space",
1129 char name[16];
1131 sprintf(name, "cspD%d", device);
1132 snd_card_ro_proc_new(p->chip->card, name, p, info_read);