speaker_pins 174 sound/pci/hda/hda_auto_parser.c struct auto_out_pin speaker_out[ARRAY_SIZE(cfg->speaker_pins)]; speaker_pins 249 sound/pci/hda/hda_auto_parser.c if (cfg->speaker_outs >= ARRAY_SIZE(cfg->speaker_pins)) { speaker_pins 369 sound/pci/hda/hda_auto_parser.c sort_pins_by_sequence(cfg->speaker_pins, speaker_out, speaker_pins 381 sound/pci/hda/hda_auto_parser.c memcpy(cfg->line_out_pins, cfg->speaker_pins, speaker_pins 382 sound/pci/hda/hda_auto_parser.c sizeof(cfg->speaker_pins)); speaker_pins 384 sound/pci/hda/hda_auto_parser.c memset(cfg->speaker_pins, 0, sizeof(cfg->speaker_pins)); speaker_pins 398 sound/pci/hda/hda_auto_parser.c reorder_outputs(cfg->speaker_outs, cfg->speaker_pins); speaker_pins 415 sound/pci/hda/hda_auto_parser.c cfg->speaker_outs, cfg->speaker_pins[0], speaker_pins 416 sound/pci/hda/hda_auto_parser.c cfg->speaker_pins[1], cfg->speaker_pins[2], speaker_pins 417 sound/pci/hda/hda_auto_parser.c cfg->speaker_pins[3], cfg->speaker_pins[4]); speaker_pins 669 sound/pci/hda/hda_auto_parser.c sfx = check_output_sfx(nid, cfg->speaker_pins, cfg->speaker_outs, speaker_pins 65 sound/pci/hda/hda_auto_parser.h hda_nid_t speaker_pins[AUTO_CFG_MAX_OUTS]; speaker_pins 112 sound/pci/hda/hda_auto_parser.h cfg->line_out_pins : cfg->speaker_pins; speaker_pins 1760 sound/pci/hda/hda_generic.c cfg->speaker_pins, speaker_pins 1797 sound/pci/hda/hda_generic.c cfg->speaker_pins, speaker_pins 1928 sound/pci/hda/hda_generic.c cfg->speaker_pins[0], cfg->speaker_pins[1], speaker_pins 1929 sound/pci/hda/hda_generic.c cfg->speaker_pins[2], cfg->speaker_pins[3], speaker_pins 2013 sound/pci/hda/hda_generic.c memcpy(cfg->line_out_pins, cfg->speaker_pins, speaker_pins 2014 sound/pci/hda/hda_generic.c sizeof(cfg->speaker_pins)); speaker_pins 2016 sound/pci/hda/hda_generic.c memset(cfg->speaker_pins, 0, sizeof(cfg->speaker_pins)); speaker_pins 2024 sound/pci/hda/hda_generic.c memcpy(cfg->speaker_pins, cfg->line_out_pins, speaker_pins 2025 sound/pci/hda/hda_generic.c sizeof(cfg->speaker_pins)); speaker_pins 2071 sound/pci/hda/hda_generic.c cfg->speaker_pins, val); speaker_pins 4284 sound/pci/hda/hda_generic.c add_pin_power_ctls(codec, cfg->speaker_outs, cfg->speaker_pins, on); speaker_pins 4313 sound/pci/hda/hda_generic.c sync_pin_power_ctls(codec, cfg->speaker_outs, cfg->speaker_pins); speaker_pins 4363 sound/pci/hda/hda_generic.c cfg->speaker_pins); speaker_pins 4515 sound/pci/hda/hda_generic.c do_automute(codec, ARRAY_SIZE(spec->autocfg.speaker_pins), speaker_pins 4516 sound/pci/hda/hda_generic.c spec->autocfg.speaker_pins, paths, on); speaker_pins 4521 sound/pci/hda/hda_generic.c spec->autocfg.line_out_pins[0] == spec->autocfg.speaker_pins[0]) speaker_pins 4773 sound/pci/hda/hda_generic.c if (cfg->speaker_pins[0]) speaker_pins 4778 sound/pci/hda/hda_generic.c if (!cfg->speaker_pins[0] && speaker_pins 4780 sound/pci/hda/hda_generic.c memcpy(cfg->speaker_pins, cfg->line_out_pins, speaker_pins 4781 sound/pci/hda/hda_generic.c sizeof(cfg->speaker_pins)); speaker_pins 5040 sound/pci/hda/hda_generic.c memcpy(cfg->speaker_pins, cfg->line_out_pins, speaker_pins 5041 sound/pci/hda/hda_generic.c sizeof(cfg->speaker_pins)); speaker_pins 509 sound/pci/hda/hda_jack.c for (i = 0, p = cfg->speaker_pins; i < cfg->speaker_outs; i++, p++) { speaker_pins 1007 sound/pci/hda/patch_analog.c spec->eapd_nid = spec->gen.autocfg.speaker_pins[0]; speaker_pins 2893 sound/pci/hda/patch_realtek.c spec->gen.autocfg.speaker_pins[0] != 0x1d) { speaker_pins 805 sound/pci/hda/patch_sigmatel.c nid_pin = spec->gen.autocfg.speaker_pins;