Searched refs:init_pins (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/powerpc/platforms/8xx/ |
| H A D | tqm8xx_setup.c | 81 static void __init init_pins(int n, struct cpm_pin *pin) in init_pins() function 97 init_pins(ARRAY_SIZE(tqm8xx_pins), &tqm8xx_pins[0]); in init_ioports() 112 init_pins(ARRAY_SIZE(tqm8xx_fec_pins), &tqm8xx_fec_pins[0]); in init_ioports()
|
| /linux/arch/sh/kernel/cpu/sh4a/ |
| H A D | serial-sh7722.c | 23 .init_pins = sh7722_sci_init_pins,
|
| /linux/arch/sh/kernel/cpu/sh3/ |
| H A D | serial-sh7710.c | 20 .init_pins = sh7710_sci_init_pins,
|
| H A D | serial-sh770x.c | 33 .init_pins = sh770x_sci_init_pins,
|
| H A D | serial-sh7720.c | 37 .init_pins = sh7720_sci_init_pins,
|
| /linux/sound/hda/common/ |
| H A D | codec.c | 444 /* read all pin default configurations and save codec->init_pins */ in read_pin_defaults() 455 pin = snd_array_new(&codec->init_pins); in read_pin_defaults() 551 pin = look_up_pincfg(codec, &codec->init_pins, nid); 573 pin = look_up_pincfg(codec, &codec->init_pins, nid); 590 pin = look_up_pincfg(codec, &codec->init_pins, nid); 614 snd_array_for_each(&codec->init_pins, i, pin) { 632 snd_array_for_each(&codec->init_pins, i, pin) { in restore_shutup_pins() 663 snd_array_free(&codec->init_pins); 777 /* free only driver_pins so that init_pins + user_pins are restored */ in snd_hda_codec_cleanup_for_unbind() 920 snd_array_init(&codec->init_pins, sizeo in snd_hda_codec_device_init() [all...] |
| H A D | auto_parser.c | 858 snd_array_for_each(&codec->init_pins, i, pin) { in __snd_hda_apply_fixup()
|
| /linux/include/sound/ |
| H A D | hda_codec.h | 214 struct snd_array init_pins; /* initial (BIOS) pin configurations */ member
|
| /linux/sound/hda/codecs/realtek/ |
| H A D | realtek.c | 400 snd_array_for_each(&codec->init_pins, i, pin) {
|
| /linux/sound/hda/codecs/ |
| H A D | generic.c | 5991 snd_array_for_each(&codec->init_pins, i, pin) { in init_digital()
|