Searched refs:startup (Results 1 - 25 of 417) sorted by last modified time

1234567891011>>

/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/drivers/tty/serial/
H A Dstm32-usart.c1495 .startup = stm32_usart_startup,
H A Dserial_core.c288 retval = uport->ops->startup(uport);
2530 ret = ops->startup(uport);
H A Dpmac_zilog.c790 * Real startup routine, powers up the hardware and sets up
870 * This is the "normal" startup routine, using the above one
1325 .startup = pmz_startup,
H A Dmxs-auart.c1290 .startup = mxs_auart_startup,
H A Dxilinx_uartps.c1254 .startup = cdns_uart_startup,
H A Dsunplus-uart.c10 * for ensure write made it to hardware. In this driver, function startup
485 .startup = sunplus_startup,
H A Dst-asc.c672 .startup = asc_startup,
H A Dsh-sci.c2800 .startup = sci_startup,
H A Dsifive.c883 .startup = sifive_serial_startup,
H A Dserial_txx9.c799 .startup = serial_txx9_startup,
H A Dsamsung_tty.c1695 .startup = s3c64xx_serial_startup,
1716 .startup = apple_s5l_serial_startup,
H A Dqcom_geni_serial.c1533 .startup = qcom_geni_serial_startup,
1555 .startup = qcom_geni_serial_startup,
H A Drda-uart.c565 .startup = rda_uart_startup,
H A Dpxa.c723 .startup = serial_pxa_startup,
H A Dpch_uart.c1516 .startup = pch_uart_startup,
H A Domap-serial.c1340 .startup = serial_omap_startup,
H A Dowl-uart.c481 .startup = owl_uart_startup,
H A Dmsm_serial.c1543 .startup = msm_startup,
H A Dmeson_uart.c521 .startup = meson_uart_startup,
H A Dmax310x.c243 /* Port startup definitions */
1063 /* Configure mode1/mode2 to have rs485/rs232 enabled at startup */
1147 .startup = max310x_startup,
1334 /* Wait for port startup */
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c1429 void setup_all_buffers(bool startup);
4534 static int update_effective_str(bool startup) argument
4541 if (cpu_effective_str[0] == '\0' && !startup)
4562 static void update_effective_set(bool startup) argument
4564 update_effective_str(startup);
6965 void topology_probe(bool startup) argument
7005 update_effective_set(startup);
7019 * Make sure all cpus in cpu_subset are also in cpu_present_set during startup.
7031 /* cpus in cpu_subset must be in cpu_present_set during startup */
7032 if (startup)
7275 setup_all_buffers(bool startup) argument
[all...]
/linux-master/sound/usb/line6/
H A Ddriver.c727 if (line6->startup)
728 line6->startup(line6);
/linux-master/sound/soc/codecs/
H A Dcs42l43.c593 .startup = cs42l43_startup,
613 .startup = cs42l43_startup,
2158 { CS42L43_HP_STARTUP_DONE, "hp startup", cs42l43_hp_startup },
2172 { CS42L43_AMP2_STARTUP_DONE, "spkr startup", cs42l43_spkr_startup },
2173 { CS42L43_AMP1_STARTUP_DONE, "spkl startup", cs42l43_spkl_startup },
/linux-master/include/linux/
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

Completed in 345 milliseconds

1234567891011>>