Searched refs:chip_init (Results 1 – 25 of 26) sorted by relevance
12
/sound/pci/ice1712/ |
D | vt1720_mobo.c | 81 .chip_init = k8x800_init, 90 .chip_init = k8x800_init, 99 .chip_init = k8x800_init, 108 .chip_init = k8x800_init, 117 .chip_init = k8x800_init,
|
D | delta.c | 851 .chip_init = snd_ice1712_delta_init, 858 .chip_init = snd_ice1712_delta_init, 866 .chip_init = snd_ice1712_delta_init, 874 .chip_init = snd_ice1712_delta_init, 882 .chip_init = snd_ice1712_delta_init, 889 .chip_init = snd_ice1712_delta_init, 896 .chip_init = snd_ice1712_delta_init, 903 .chip_init = snd_ice1712_delta_init, 911 .chip_init = snd_ice1712_delta_init, 918 .chip_init = snd_ice1712_delta_init,
|
D | hoontech.c | 338 .chip_init = snd_ice1712_hoontech_init, 346 .chip_init = snd_ice1712_value_init, 352 .chip_init = snd_ice1712_hoontech_init, 358 .chip_init = snd_ice1712_ez8_init, 367 .chip_init = snd_ice1712_staudio_init,
|
D | amp.c | 71 .chip_init = snd_vt1724_amp_init, 78 .chip_init = snd_vt1724_amp_init,
|
D | ews.c | 1026 .chip_init = snd_ice1712_ews_init, 1033 .chip_init = snd_ice1712_ews_init, 1040 .chip_init = snd_ice1712_ews_init, 1047 .chip_init = snd_ice1712_ews_init, 1054 .chip_init = snd_ice1712_ews_init, 1061 .chip_init = snd_ice1712_ews_init, 1068 .chip_init = snd_ice1712_ews_init,
|
D | revo.c | 613 .chip_init = revo_init, 620 .chip_init = revo_init, 627 .chip_init = revo_init,
|
D | phase.c | 926 .chip_init = phase22_init, 935 .chip_init = phase28_init, 944 .chip_init = phase22_init,
|
D | se.c | 737 .chip_init = se_init, 746 .chip_init = se_init,
|
D | aureon.c | 2210 .chip_init = aureon_init, 2220 .chip_init = aureon_init, 2230 .chip_init = aureon_init, 2240 .chip_init = aureon_init, 2250 .chip_init = aureon_init, 2260 .chip_init = aureon_init,
|
D | prodigy_hifi.c | 1237 .chip_init = prodigy_hifi_init, 1247 .chip_init = prodigy_hd2_init, 1257 .chip_init = prodigy_hifi_init,
|
D | ice1712.h | 512 int (*chip_init)(struct snd_ice1712 *); member
|
D | psc724.c | 443 .chip_init = psc724_init,
|
D | juli.c | 678 .chip_init = juli_init,
|
D | wtm.c | 626 .chip_init = wtm_init,
|
D | prodigy192.c | 785 .chip_init = prodigy192_init,
|
D | maya44.c | 742 .chip_init = maya44_init,
|
D | pontis.c | 803 .chip_init = pontis_init,
|
D | quartet.c | 1082 .chip_init = qtet_init,
|
D | ice1712.c | 2572 if (c->chip_init) { in snd_ice1712_probe() 2573 err = c->chip_init(ice); in snd_ice1712_probe()
|
D | ice1724.c | 2559 if (c->chip_init) { in __snd_vt1724_probe() 2560 err = c->chip_init(ice); in __snd_vt1724_probe()
|
/sound/soc/sof/intel/ |
D | hda-ctrl.c | 194 if (bus->chip_init) in hda_dsp_ctrl_init_chip() 291 bus->chip_init = true; in hda_dsp_ctrl_init_chip() 308 if (!bus->chip_init) in hda_dsp_ctrl_stop_chip() 363 bus->chip_init = false; in hda_dsp_ctrl_stop_chip()
|
/sound/hda/ |
D | hdac_controller.c | 510 if (bus->chip_init) in snd_hdac_bus_init_chip() 531 bus->chip_init = true; in snd_hdac_bus_init_chip() 543 if (!bus->chip_init) in snd_hdac_bus_stop_chip() 559 bus->chip_init = false; in snd_hdac_bus_stop_chip()
|
D | hdac_stream.c | 165 if (bus->chip_init) { in snd_hdac_stop_streams_and_chip()
|
/sound/pci/hda/ |
D | hda_tegra.c | 228 if (azx_bus(chip)->chip_init) { in hda_tegra_dev_free()
|
D | hda_controller.c | 1154 if (bus->core.chip_init) in snd_hda_bus_reset()
|
12