Searched refs:startup (Results 151 - 175 of 417) sorted by path

1234567891011>>

/linux-master/drivers/tty/serial/
H A Dsunsu.c961 .startup = sunsu_startup,
H A Dsunzilog.c1053 .startup = sunzilog_startup,
H A Dtegra-tcu.c140 .startup = tegra_tcu_uart_startup,
H A Dtimbuart.c391 .startup = timbuart_startup,
H A Duartlite.c454 .startup = ulite_startup,
H A Ducc_uart.c1074 .startup = qe_uart_startup,
H A Dvt8500_serial.c569 .startup = vt8500_startup,
H A Dxilinx_uartps.c1254 .startup = cdns_uart_startup,
H A Dzs.c1054 .startup = zs_startup,
/linux-master/drivers/tty/
H A Dsynclink_gt.c409 static int startup(struct slgt_info *info);
624 retval = startup(info);
1447 if ((rc = startup(info)) != 0) {
2330 static int startup(struct slgt_info *info) function
2332 DBGINFO(("%s startup\n", info->device_name));
/linux-master/fs/
H A Dcoredump.c411 init_completion(&core_state->startup);
419 wait_for_completion_state(&core_state->startup,
/linux-master/include/asm-generic/
H A Dvmlinux.lds.h708 *(.text.startup) \
725 * zeroed during startup
/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.
251 int (*startup)(unsigned int cpu),
256 int (*startup)(unsigned int cpu),
260 * cpuhp_setup_state - Setup hotplug state callbacks with calling the @startup
264 * @startup: startup callback function or NULL if not required
267 * Installs the callback functions and invokes the @startup callback on
272 int (*startup)(unsigned int cpu),
275 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
H A Dserial_core.h180 * @startup: ``int ()(struct uart_port *port)``
349 * support @poll_put_char() and @poll_get_char(). Unlike @startup(), this
387 int (*startup)(struct uart_port *); member in struct:uart_ops
449 int (*startup)(struct uart_port *port); member in struct:uart_port
/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/sched/
H A Dsignal.h84 struct completion startup; member in struct:core_state
/linux-master/include/sound/
H A Dsoc-dai.h329 int (*startup)(struct snd_pcm_substream *, member in struct:snd_soc_dai_ops
380 int (*startup)(struct snd_compr_stream *, member in struct:snd_soc_cdai_ops
H A Dsoc.h634 int (*startup)(struct snd_pcm_substream *); member in struct:snd_soc_ops
643 int (*startup)(struct snd_compr_stream *); member in struct:snd_soc_compr_ops
/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...]
H A Dexit.c433 complete(&core_state->startup);
/linux-master/sound/arm/
H A Dpxa2xx-ac97.c80 if (platform_ops && platform_ops->startup) {
81 ret = platform_ops->startup(substream, platform_ops->priv);
/linux-master/sound/soc/adi/
H A Daxi-i2s.c151 .startup = axi_i2s_startup,
H A Daxi-spdif.c152 .startup = axi_spdif_startup,
/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...]

Completed in 679 milliseconds

1234567891011>>