Searched refs:startup (Results 1 - 25 of 417) sorted by relevance

1234567891011>>

/linux-master/include/linux/platform_data/
H A Dasoc-pxa.h20 int (*startup)(struct snd_pcm_substream *, void *); member in struct:__anon3855
/linux-master/include/linux/
H A Dcpuhotplug.h27 * startup callbacks sequentially from CPUHP_OFFLINE + 1 to CPUHP_ONLINE
38 * hotplug startup/teardown code with interrupts disabled.
250 int (*startup)(unsigned int cpu),
255 int (*startup)(unsigned int cpu),
259 * cpuhp_setup_state - Setup hotplug state callbacks with calling the @startup
263 * @startup: startup callback function or NULL if not required
266 * Installs the callback functions and invokes the @startup callback on
271 int (*startup)(unsigned int cpu),
274 return __cpuhp_setup_state(state, name, true, startup, teardow
[all...]
H A Dmailbox_controller.h26 * @startup: Called when a client requests the chan. The controller
49 int (*startup)(struct mbox_chan *chan); member in struct:mbox_chan_ops
/linux-master/sound/soc/
H A Dsoc-link.c74 rtd->dai_link->ops->startup)
75 ret = rtd->dai_link->ops->startup(substream);
79 soc_link_mark_push(rtd, substream, startup);
89 if (rollback && !soc_link_mark_match(rtd, substream, startup))
97 soc_link_mark_pop(rtd, substream, startup);
178 soc_link_mark_pop(rtd, substream, startup);
190 rtd->dai_link->compr_ops->startup)
191 ret = rtd->dai_link->compr_ops->startup(cstream);
H A Dsoc-dai.c431 dai->driver->ops->startup)
432 ret = dai->driver->ops->startup(substream, dai);
436 soc_dai_mark_push(dai, substream, startup);
448 if (rollback && !soc_dai_mark_match(dai, substream, startup))
456 soc_dai_mark_pop(dai, substream, startup);
742 dai->driver->cops->startup)
743 ret = dai->driver->cops->startup(cstream, dai);
/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
1220 * startup or the teardown callback of the affected state.
1862 * sends the startup IP
[all...]
/linux-master/arch/parisc/boot/compressed/
H A Dhead.S24 ENTRY(startup)
85 END(startup)
H A Dvmlinux.lds.S13 ENTRY(startup)
/linux-master/arch/sh/boot/compressed/
H A Dhead_32.S13 .global startup
14 startup: label
63 .long startup
H A Dhead_64.S42 .global startup
43 startup: label
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dmedia.c167 void tulip_select_media(struct net_device *dev, int startup) argument
184 if (startup)
199 if (startup && mtable->has_reset) {
228 if (startup) {
234 if (startup) iowrite32(csr13val, ioaddr + CSR13);
257 if (startup) {
283 if (startup) {
310 if (tmp_info && startup < 2) {
324 if (startup && mtable->has_reset) {
345 if (startup
[all...]
/linux-master/sound/soc/mediatek/mt6797/
H A Dmt6797-dai-hostless.c46 .startup = mtk_dai_hostless_startup,
/linux-master/sound/soc/mediatek/mt8183/
H A Dmt8183-dai-hostless.c46 .startup = mtk_dai_hostless_startup,
/linux-master/drivers/s390/char/
H A Dhmcdrv_ftp.c27 * @startup: startup function
32 int (*startup)(void); member in struct:hmcdrv_ftp_ops
287 * hmcdrv_ftp_startup() - startup of HMC drive FTP functionality for a
295 .startup = diag_ftp_startup,
301 .startup = sclp_ftp_startup,
319 rc = hmcdrv_ftp_funcs->startup();
/linux-master/sound/soc/sof/
H A Dsof-client-probes.h17 int (*startup)(struct sof_client_dev *cdev, struct snd_compr_stream *cstream, member in struct:sof_probes_host_ops
/linux-master/sound/soc/amd/
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/arch/mips/cavium-octeon/
H A Doct_ilm.c63 static void init_latency_info(struct latency_info *li, int startup) argument
70 if (startup) {
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_dummy.c117 .startup = SYNTH_START,
144 module_param_named(start, synth_dummy.startup, short, 0444);
H A Dspeakup_spkout.c104 .startup = SYNTH_START,
137 module_param_named(start, synth_spkout.startup, short, 0444);
H A Dspeakup_txprt.c102 .startup = SYNTH_START,
129 module_param_named(start, synth_txprt.startup, short, 0444);
H A Dspeakup_acntsa.c101 .startup = SYNTH_START,
141 module_param_named(start, synth_acntsa.startup, short, 0444);
H A Dspeakup_bns.c97 .startup = SYNTH_START,
124 module_param_named(start, synth_bns.startup, short, 0444);
/linux-master/arch/s390/boot/
H A Dhead_kdump.S36 larl %r4,startup
92 .quad 0x0000000080000000,0x0000000000000000 + startup
H A Dvmlinux.lds.S12 ENTRY(startup)
/linux-master/sound/soc/pxa/
H A Dpxa2xx-ac97.c139 .startup = pxa2xx_ac97_hifi_startup,
143 .startup = pxa2xx_ac97_aux_startup,
147 .startup = pxa2xx_ac97_mic_startup,

Completed in 904 milliseconds

1234567891011>>