Home
last modified time | relevance | path

Searched full:startup (Results 1 – 25 of 2183) sorted by relevance

12345678910>>...88

/kernel/linux/linux-4.19/include/linux/
Dcpuhotplug.h183 int (*startup)(unsigned int cpu),
188 int (*startup)(unsigned int cpu),
195 * @startup: startup callback function
198 * Installs the callback functions and invokes the startup callback on
203 int (*startup)(unsigned int cpu), in cpuhp_setup_state()
206 return __cpuhp_setup_state(state, name, true, startup, teardown, false); in cpuhp_setup_state()
211 int (*startup)(unsigned int cpu), in cpuhp_setup_state_cpuslocked()
214 return __cpuhp_setup_state_cpuslocked(state, name, true, startup, in cpuhp_setup_state_cpuslocked()
223 * @startup: startup callback function
231 int (*startup)(unsigned int cpu), in cpuhp_setup_state_nocalls()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dcpuhotplug.h204 int (*startup)(unsigned int cpu),
209 int (*startup)(unsigned int cpu),
216 * @startup: startup callback function
219 * Installs the callback functions and invokes the startup callback on
224 int (*startup)(unsigned int cpu), in cpuhp_setup_state()
227 return __cpuhp_setup_state(state, name, true, startup, teardown, false); in cpuhp_setup_state()
232 int (*startup)(unsigned int cpu), in cpuhp_setup_state_cpuslocked()
235 return __cpuhp_setup_state_cpuslocked(state, name, true, startup, in cpuhp_setup_state_cpuslocked()
244 * @startup: startup callback function
252 int (*startup)(unsigned int cpu), in cpuhp_setup_state_nocalls()
[all …]
/kernel/liteos_a/kernel/include/
Dlos_init.h54 * @brief Register a startup module to the startup process.
57 * This API is used to register a startup module to the startup process.
62 * <li>In the startup framework, within the same _level, the startup sequence is sorted by
64 * <li>If the registration is not accompanied by the startup process after calling this interface,
/kernel/liteos_a/kernel/common/
Dlos_init_info.h47 * Macro LOS_INIT_STATISTICS needs to be defined here, used to count the kernel startup time.
79 * @brief Add a registration module to the specified level in a startup framework.
82 * This API is used to add a registration module to the specified level in a startup framework.
85 * <li>It is not recommended to call directly, it is recommended that each startup framework
89 * @param _type [IN] Type name of startup framework.
149 * <li>This interface is used to add a new startup framework.</li>
154 * @param _type [IN] Type name of startup framework.
155 * @param _num [IN] The maximum effective level of the startup framework, the level range is [0, _…
/kernel/linux/linux-4.19/kernel/
Dcpu.c105 * @startup: Startup function of the step
115 } startup; member
157 if (!(bringup ? step->startup.single : step->teardown.single)) in cpuhp_invoke_callback()
165 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback()
173 cbm = bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback()
209 cbm = !bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback()
614 * Execute teardown/startup callbacks on the plugged cpu. Also used to invoke
1339 .startup.single = NULL,
1345 .startup.single = smpboot_create_threads,
1351 .startup.single = perf_event_init_cpu,
[all …]
/kernel/linux/linux-5.10/sound/soc/
Dsoc-link.c74 rtd->dai_link->ops->startup) in snd_soc_link_startup()
75 ret = rtd->dai_link->ops->startup(substream); in snd_soc_link_startup()
79 soc_link_mark_push(rtd, substream, startup); in snd_soc_link_startup()
89 if (rollback && !soc_link_mark_match(rtd, substream, startup)) in snd_soc_link_shutdown()
97 soc_link_mark_pop(rtd, substream, startup); in snd_soc_link_shutdown()
152 rtd->dai_link->compr_ops->startup) in snd_soc_link_compr_startup()
153 ret = rtd->dai_link->compr_ops->startup(cstream); in snd_soc_link_compr_startup()
/kernel/linux/linux-5.10/kernel/
Dcpu.c110 * @startup: Startup function of the step
120 } startup; member
162 if (!(bringup ? step->startup.single : step->teardown.single)) in cpuhp_invoke_callback()
170 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback()
178 cbm = bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback()
214 cbm = !bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback()
647 * Execute teardown/startup callbacks on the plugged cpu. Also used to invoke
827 * startup or the teardown callback of the affected state.
1567 .startup.single = NULL,
1573 .startup.single = smpboot_create_threads,
[all …]
/kernel/linux/linux-5.10/arch/h8300/boot/compressed/
Dhead.S10 .section .text..startup,"ax"
11 .global startup symbol
12 startup: label
13 mov.l #startup, sp
/kernel/linux/linux-4.19/arch/h8300/boot/compressed/
Dhead.S10 .section .text..startup,"ax"
11 .global startup symbol
12 startup: label
13 mov.l #startup, sp
/kernel/linux/linux-4.19/drivers/clk/at91/
Dsckc.c119 unsigned long startup, in at91_clk_register_slow_osc() argument
142 osc->startup_usec = startup; in at91_clk_register_slow_osc()
164 u32 startup; in of_at91sam9x5_clk_slow_osc_setup() local
169 of_property_read_u32(np, "atmel,startup-time-usec", &startup); in of_at91sam9x5_clk_slow_osc_setup()
172 hw = at91_clk_register_slow_osc(sckcr, name, parent_name, startup, in of_at91sam9x5_clk_slow_osc_setup()
239 unsigned long startup) in at91_clk_register_slow_rc_osc() argument
263 osc->startup_usec = startup; in at91_clk_register_slow_rc_osc()
281 u32 startup = 0; in of_at91sam9x5_clk_slow_rc_osc_setup() local
287 of_property_read_u32(np, "atmel,startup-time-usec", &startup); in of_at91sam9x5_clk_slow_rc_osc_setup()
290 startup); in of_at91sam9x5_clk_slow_rc_osc_setup()
/kernel/linux/linux-4.19/sound/usb/line6/
Dvariax.c26 Stages of Variax startup procedure
57 /* Current progress in startup procedure */
97 Variax startup procedure.
107 /* delay startup procedure: */ in variax_startup1()
117 /* schedule another startup procedure until startup is complete: */ in variax_startup2()
133 /* delay startup procedure: */ in variax_startup3()
241 /* initiate startup procedure: */ in variax_init()
/kernel/linux/linux-4.19/arch/s390/boot/
DMakefile32 targets := bzImage startup.a $(obj-y)
40 $(obj)/compressed/vmlinux: $(obj)/startup.a FORCE
46 $(obj)/startup.a: $(OBJECTS) FORCE
54 chkbss-target := $(obj)/startup.a
/kernel/linux/linux-5.10/drivers/staging/hikey9xx/
Dhisilicon,hi6421-spmi-pmic.yaml82 startup-delay-us:
83 description: Startup time in microseconds.
97 - startup-delay-us
136 startup-delay-us = <120>;
156 startup-delay-us = <120>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dclps711x-clock.txt6 - startup-frequency: Factory set CPU startup frequency in HZ.
18 startup-frequency = <73728000>;
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/
Dclps711x-clock.txt6 - startup-frequency: Factory set CPU startup frequency in HZ.
18 startup-frequency = <73728000>;
/kernel/linux/linux-4.19/Documentation/sound/soc/
Dpops-clicks.rst22 components in a specific order. This order is different for startup and
26 Startup Order :- DAC --> Mixers --> Output PGA --> Digital Unmute
40 startup or shutdown.
43 Startup Order - Input PGA --> Mixers --> ADC
/kernel/linux/linux-5.10/Documentation/sound/soc/
Dpops-clicks.rst22 components in a specific order. This order is different for startup and
26 Startup Order :- DAC --> Mixers --> Output PGA --> Digital Unmute
40 startup or shutdown.
43 Startup Order - Input PGA --> Mixers --> ADC
/kernel/linux/linux-5.10/arch/s390/boot/
DMakefile37 obj-y := head.o als.o startup.o mem_detect.o ipl_parm.o ipl_report.o
43 targets := bzImage startup.a section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y)
67 $(obj)/compressed/vmlinux: $(obj)/startup.a FORCE
70 $(obj)/startup.a: $(OBJECTS) FORCE
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/regulator/
Dfixed-regulator.txt9 - startup-delay-us: startup time in microseconds
30 startup-delay-us = <70000>;
Dgpio-regulator.txt15 - startup-delay-us : Startup time in microseconds.
41 startup-delay-us = <100000>;
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dkirkwood-synology.dtsi610 startup-delay-us = <5000000>;
623 startup-delay-us = <5000000>;
645 startup-delay-us = <5000000>;
667 startup-delay-us = <5000000>;
680 startup-delay-us = <5000000>;
703 startup-delay-us = <5000000>;
716 startup-delay-us = <5000000>;
729 startup-delay-us = <5000000>;
742 startup-delay-us = <5000000>;
764 startup-delay-us = <5000000>;
[all …]
/kernel/linux/linux-4.19/arch/arm/boot/dts/
Dkirkwood-synology.dtsi610 startup-delay-us = <5000000>;
623 startup-delay-us = <5000000>;
645 startup-delay-us = <5000000>;
667 startup-delay-us = <5000000>;
680 startup-delay-us = <5000000>;
703 startup-delay-us = <5000000>;
716 startup-delay-us = <5000000>;
729 startup-delay-us = <5000000>;
742 startup-delay-us = <5000000>;
764 startup-delay-us = <5000000>;
[all …]
/kernel/linux/linux-4.19/Documentation/filesystems/nfs/
Dnfsd-admin-interfaces.txt24 On startup, nfsd and lockd grace periods start.
29 Between startup and shutdown, the number of threads may be adjusted up
40 removal of listening sockets, and startup and shutdown of the server.
/kernel/linux/linux-4.19/drivers/s390/char/
Dhmcdrv_ftp.c27 * @startup: startup function
32 int (*startup)(void); member
287 * hmcdrv_ftp_startup() - startup of HMC drive FTP functionality for a
295 .startup = diag_ftp_startup, in hmcdrv_ftp_startup()
301 .startup = sclp_ftp_startup, in hmcdrv_ftp_startup()
319 rc = hmcdrv_ftp_funcs->startup(); in hmcdrv_ftp_startup()
/kernel/linux/linux-5.10/drivers/s390/char/
Dhmcdrv_ftp.c27 * @startup: startup function
32 int (*startup)(void); member
287 * hmcdrv_ftp_startup() - startup of HMC drive FTP functionality for a
295 .startup = diag_ftp_startup, in hmcdrv_ftp_startup()
301 .startup = sclp_ftp_startup, in hmcdrv_ftp_startup()
319 rc = hmcdrv_ftp_funcs->startup(); in hmcdrv_ftp_startup()

12345678910>>...88