sound 34 drivers/accessibility/braille/braille_console.c static bool sound; sound 35 drivers/accessibility/braille/braille_console.c module_param(sound, bool, 0); sound 36 drivers/accessibility/braille/braille_console.c MODULE_PARM_DESC(sound, "emit sounds"); sound 40 drivers/accessibility/braille/braille_console.c if (sound) sound 305 drivers/media/tuners/tda9887.c static char *sound[4] = { sound 351 drivers/media/tuners/tda9887.c sound[(buf[1] & 0x18) >> 3]); sound 609 sound/aoa/fabrics/layout.c struct device_node *sound; sound 780 sound/aoa/fabrics/layout.c ref = of_get_property(ldev->sound, propname, NULL); sound 998 sound/aoa/fabrics/layout.c struct device_node *sound = NULL; sound 1009 sound/aoa/fabrics/layout.c for_each_child_of_node(sdev->ofdev.dev.of_node, sound) { sound 1010 sound/aoa/fabrics/layout.c if (of_node_is_type(sound, "soundchip")) sound 1013 sound/aoa/fabrics/layout.c if (!sound) sound 1016 sound/aoa/fabrics/layout.c id = of_get_property(sound, "layout-id", NULL); sound 1020 sound/aoa/fabrics/layout.c id = of_get_property(sound, "device-id", NULL); sound 1036 sound/aoa/fabrics/layout.c ldev->sound = sound; sound 1038 sound/aoa/fabrics/layout.c ldev->gpio.node = sound->parent; sound 1092 sound/aoa/fabrics/layout.c of_node_put(sound); sound 1110 sound/aoa/fabrics/layout.c of_node_put(ldev->sound); sound 44 sound/aoa/soundbus/i2sbus/control.c np = i2sdev->sound.ofdev.dev.of_node; sound 75 sound/aoa/soundbus/i2sbus/core.c i2sdev = container_of(dev, struct i2sbus_dev, sound.ofdev.dev); sound 156 sound/aoa/soundbus/i2sbus/core.c struct device_node *child, *sound = NULL; sound 182 sound/aoa/soundbus/i2sbus/core.c sound = child; sound 186 sound/aoa/soundbus/i2sbus/core.c const u32 *id = of_get_property(sound, "layout-id", NULL); sound 190 sound/aoa/soundbus/i2sbus/core.c snprintf(dev->sound.modalias, 32, sound 194 sound/aoa/soundbus/i2sbus/core.c id = of_get_property(sound, "device-id", NULL); sound 201 sound/aoa/soundbus/i2sbus/core.c snprintf(dev->sound.modalias, 32, sound 221 sound/aoa/soundbus/i2sbus/core.c dev->sound.ofdev.archdata.dma_mask = macio->ofdev.archdata.dma_mask; sound 222 sound/aoa/soundbus/i2sbus/core.c dev->sound.ofdev.dev.of_node = np; sound 223 sound/aoa/soundbus/i2sbus/core.c dev->sound.ofdev.dev.dma_mask = &dev->sound.ofdev.archdata.dma_mask; sound 224 sound/aoa/soundbus/i2sbus/core.c dev->sound.ofdev.dev.parent = &macio->ofdev.dev; sound 225 sound/aoa/soundbus/i2sbus/core.c dev->sound.ofdev.dev.release = i2sbus_release_dev; sound 226 sound/aoa/soundbus/i2sbus/core.c dev->sound.attach_codec = i2sbus_attach_codec; sound 227 sound/aoa/soundbus/i2sbus/core.c dev->sound.detach_codec = i2sbus_detach_codec; sound 228 sound/aoa/soundbus/i2sbus/core.c dev->sound.pcmid = -1; sound 232 sound/aoa/soundbus/i2sbus/core.c INIT_LIST_HEAD(&dev->sound.codec_list); sound 303 sound/aoa/soundbus/i2sbus/core.c if (soundbus_add_one(&dev->sound)) { sound 368 sound/aoa/soundbus/i2sbus/core.c soundbus_remove_one(&i2sdev->sound); sound 383 sound/aoa/soundbus/i2sbus/core.c list_for_each_entry(cii, &i2sdev->sound.codec_list, list) { sound 410 sound/aoa/soundbus/i2sbus/core.c list_for_each_entry(cii, &i2sdev->sound.codec_list, list) { sound 59 sound/aoa/soundbus/i2sbus/i2sbus.h struct soundbus_dev sound; sound 93 sound/aoa/soundbus/i2sbus/i2sbus.h container_of(sdev, struct i2sbus_dev, sound) sound 91 sound/aoa/soundbus/i2sbus/pcm.c sdev = &i2sdev->sound; sound 239 sound/aoa/soundbus/i2sbus/pcm.c list_for_each_entry(cii, &i2sdev->sound.codec_list, list) { sound 419 sound/aoa/soundbus/i2sbus/pcm.c list_for_each_entry(cii, &i2sdev->sound.codec_list, list) { sound 441 sound/aoa/soundbus/i2sbus/pcm.c list_for_each_entry(cii, &i2sdev->sound.codec_list, list) { sound 464 sound/aoa/soundbus/i2sbus/pcm.c list_for_each_entry(cii, &i2sdev->sound.codec_list, list) { sound 491 sound/aoa/soundbus/i2sbus/pcm.c list_for_each_entry(cii, &i2sdev->sound.codec_list, list) sound 521 sound/aoa/soundbus/i2sbus/pcm.c list_for_each_entry(cii, &i2sdev->sound.codec_list, list) sound 556 sound/aoa/soundbus/i2sbus/pcm.c list_for_each_entry(cii, &i2sdev->sound.codec_list, list) sound 605 sound/aoa/soundbus/i2sbus/pcm.c list_for_each_entry(cii, &i2sdev->sound.codec_list, list) sound 866 sound/aoa/soundbus/i2sbus/pcm.c i2sdev->sound.pcm = NULL; sound 869 sound/aoa/soundbus/i2sbus/pcm.c list_for_each_entry_safe(p, tmp, &i2sdev->sound.codec_list, list) { sound 875 sound/aoa/soundbus/i2sbus/pcm.c soundbus_dev_put(&i2sdev->sound); sound 151 sound/drivers/opl4/opl4_local.h struct opl4_sound sound; sound 165 sound/drivers/opl4/opl4_local.h const struct opl4_sound *sound; sound 373 sound/drivers/opl4/opl4_synth.c att = voice->sound->tone_attenuate; sound 378 sound/drivers/opl4/opl4_synth.c att = 0x7f - (0x7f - att) * (voice->sound->volume_factor) / 0xfe - volume_boost; sound 390 sound/drivers/opl4/opl4_synth.c int pan = voice->sound->panpot; sound 410 sound/drivers/opl4/opl4_synth.c depth = (7 - voice->sound->vibrato) sound 412 sound/drivers/opl4/opl4_synth.c depth = (depth >> 7) + voice->sound->vibrato; sound 430 sound/drivers/opl4/opl4_synth.c pitch = ((note - 60) << 7) * voice->sound->key_scaling / 100 + (60 << 7); sound 431 sound/drivers/opl4/opl4_synth.c pitch += voice->sound->pitch_offset; sound 454 sound/drivers/opl4/opl4_synth.c voice->sound->reg_attack_decay1); sound 456 sound/drivers/opl4/opl4_synth.c voice->sound->reg_level_decay2); sound 458 sound/drivers/opl4/opl4_synth.c voice->sound->reg_release_correction); sound 460 sound/drivers/opl4/opl4_synth.c voice->sound->reg_tremolo); sound 487 sound/drivers/opl4/opl4_synth.c const struct opl4_sound *sound[2]; sound 497 sound/drivers/opl4/opl4_synth.c sound[voices] = ®ions->regions[i].sound; sound 511 sound/drivers/opl4/opl4_synth.c voice[i]->sound = sound[i]; sound 517 sound/drivers/opl4/opl4_synth.c (sound[i]->tone >> 8) & OPL4_TONE_NUMBER_BIT8; sound 521 sound/drivers/opl4/opl4_synth.c sound[i]->tone & 0xff); sound 541 sound/drivers/opl4/opl4_synth.c voice[i]->reg_lfo_vibrato = voice[i]->sound->reg_lfo_vibrato; sound 920 sound/ppc/pmac.c struct device_node *sound; sound 950 sound/ppc/pmac.c sound = of_node_get(chip->node); sound 974 sound/ppc/pmac.c if (!sound) { sound 975 sound/ppc/pmac.c for_each_node_by_name(sound, "sound") sound 976 sound/ppc/pmac.c if (sound->parent == chip->node) sound 979 sound/ppc/pmac.c if (! sound) { sound 984 sound/ppc/pmac.c prop = of_get_property(sound, "sub-frame", NULL); sound 987 sound/ppc/pmac.c prop = of_get_property(sound, "layout-id", NULL); sound 994 sound/ppc/pmac.c of_node_put(sound); sound 1000 sound/ppc/pmac.c if (of_device_is_compatible(sound, "screamer")) { sound 1004 sound/ppc/pmac.c if (of_device_is_compatible(sound, "burgundy")) { sound 1008 sound/ppc/pmac.c if (of_device_is_compatible(sound, "daca")) { sound 1015 sound/ppc/pmac.c if (of_device_is_compatible(sound, "tumbler")) { sound 1029 sound/ppc/pmac.c if (of_device_is_compatible(sound, "snapper")) { sound 1036 sound/ppc/pmac.c prop = of_get_property(sound, "device-id", NULL); sound 1068 sound/ppc/pmac.c prop = of_get_property(sound, "sample-rates", &l); sound 1070 sound/ppc/pmac.c prop = of_get_property(sound, "output-frame-rates", &l); sound 1091 sound/ppc/pmac.c of_node_put(sound);