Searched refs:startup (Results 51 - 75 of 416) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/codecs/
H A Dwm8523.c378 .startup = wm8523_startup,
H A Dssm2518.c623 .startup = ssm2518_startup,
H A Dnau8825.c439 /* Prevent startup click by letting charge pump to ramp up and
916 /* Prevent startup click by letting charge pump to ramp up */
1511 .startup = nau8825_dai_startup,
H A Dnau8824.c483 /* Prevent startup click by letting charge pump to ramp up */
1571 .startup = nau8824_dai_startup,
H A Dnau8821.c555 /* Prevent startup click by letting charge pump to ramp up */
979 .startup = nau8821_dai_startup,
H A Dnau8540.c627 .startup = nau8540_dai_startup,
H A Dnau8325.c632 .startup = nau8325_dai_startup,
H A Dmax9867.c529 .startup = max9867_startup,
H A Dhdac_hda.c63 .startup = hdac_hda_dai_open,
H A Dhda-dai.c100 .startup = hda_codec_dai_startup,
H A Des8316.c554 .startup = es8316_pcm_startup,
H A Dcs53l30.c854 .startup = cs53l30_pcm_startup,
H A Dcs43130.c1619 .startup = cs43130_pcm_startup,
1627 .startup = cs43130_dop_startup,
1635 .startup = cs43130_dop_startup,
H A Dcs42l73.c1159 .startup = cs42l73_pcm_startup,
H A Dcs35l41.c976 .startup = cs35l41_pcm_startup,
H A Dcs35l36.c972 .startup = cs35l36_pcm_startup,
H A Dcs35l35.c661 .startup = cs35l35_pcm_startup,
668 .startup = cs35l35_pdm_startup,
H A Dcs35l34.c642 .startup = cs35l34_pcm_startup,
730 /* Set mute bit at startup */
H A Dcs35l33.c666 .startup = cs35l33_pcm_startup,
H A Dadau1701.c636 .startup = adau1701_startup,
/linux-master/sound/soc/amd/
H A Dacp3x-rt5682-max9836.c267 .startup = acp3x_5682_startup,
272 .startup = acp3x_max_startup,
278 .startup = acp3x_ec_dmic0_startup,
H A Dacp-da7219-max98357a.c470 .startup = cz_da7219_play_startup,
475 .startup = cz_da7219_cap_startup,
480 .startup = cz_max_startup,
485 .startup = cz_dmic0_startup,
490 .startup = cz_dmic1_startup,
495 .startup = cz_rt5682_play_startup,
500 .startup = cz_rt5682_cap_startup,
505 .startup = cz_rt5682_max_startup,
510 .startup = cz_rt5682_dmic0_startup,
515 .startup
[all...]
/linux-master/sound/soc/amd/acp/
H A Dacp-mach-common.c320 .startup = acp_card_hs_startup,
520 .startup = acp_card_hs_startup,
547 .startup = acp_card_dmic_startup,
725 .startup = acp_card_amp_startup,
825 .startup = acp_card_amp_startup,
931 .startup = acp_card_max98388_startup,
1098 .startup = acp_nau8825_startup,
1277 .startup = acp_8821_startup,
/linux-master/kernel/
H A Dcpu.c120 * @startup: Startup function of the step
131 } startup; member in struct:cpuhp_step
154 return bringup ? !step->startup.single : !step->teardown.single;
191 cb = bringup ? step->startup.single : step->teardown.single;
198 cbm = bringup ? step->startup.multi : step->teardown.multi;
232 cbm = !bringup ? step->startup.multi : step->teardown.multi;
862 * startup in cpuhp_online_idle() which allows to avoid
1035 * Execute teardown/startup callbacks on the plugged cpu. Also used to invoke
1814 * sends the startup IPI to the APs. The APs proceed through the low level
1818 * This avoids waiting for each AP to respond to the startup IP
[all...]
/linux-master/include/sound/
H A Dsoc.h656 int (*startup)(struct snd_pcm_substream *); member in struct:snd_soc_ops
665 int (*startup)(struct snd_compr_stream *); member in struct:snd_soc_compr_ops

Completed in 521 milliseconds

1234567891011>>