Home
last modified time | relevance | path

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

12345678910>>...48

/linux-5.10/include/linux/
Dcpuhotplug.h200 int (*startup)(unsigned int cpu),
205 int (*startup)(unsigned int cpu),
212 * @startup: startup callback function
215 * Installs the callback functions and invokes the startup callback on
220 int (*startup)(unsigned int cpu), in cpuhp_setup_state()
223 return __cpuhp_setup_state(state, name, true, startup, teardown, false); in cpuhp_setup_state()
228 int (*startup)(unsigned int cpu), in cpuhp_setup_state_cpuslocked()
231 return __cpuhp_setup_state_cpuslocked(state, name, true, startup, in cpuhp_setup_state_cpuslocked()
240 * @startup: startup callback function
248 int (*startup)(unsigned int cpu), in cpuhp_setup_state_nocalls()
[all …]
/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()
/linux-5.10/kernel/
Dcpu.c109 * @startup: Startup function of the step
119 } startup; member
161 if (!(bringup ? step->startup.single : step->teardown.single)) in cpuhp_invoke_callback()
169 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback()
177 cbm = bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback()
213 cbm = !bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback()
646 * Execute teardown/startup callbacks on the plugged cpu. Also used to invoke
1513 .startup.single = NULL,
1519 .startup.single = smpboot_create_threads,
1525 .startup.single = perf_event_init_cpu,
[all …]
/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
/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>;
/linux-5.10/Documentation/devicetree/bindings/clock/
Dclps711x-clock.txt6 - startup-frequency: Factory set CPU startup frequency in HZ.
18 startup-frequency = <73728000>;
/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
/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
Dhead_kdump.S37 larl %r4,startup
84 # Startup of kdump (relocated new kernel)
92 .quad 0x0000000080000000,0x0000000000000000 + startup
/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 …]
Drk3066a-mk808.dts61 startup-delay-us = <100000>;
75 startup-delay-us = <100000>;
87 startup-delay-us = <100000>;
100 startup-delay-us = <100000>;
Dste-u300.dts319 startup-delay-us = <200>;
324 startup-delay-us = <200>;
327 startup-delay-us = <200>;
332 startup-delay-us = <200>;
339 startup-delay-us = <600>;
346 startup-delay-us = <400>;
351 startup-delay-us = <200>;
356 startup-delay-us = <200>;
363 startup-delay-us = <1000>;
Dimx6dl-mamoj.dts76 startup-delay-us = <21000>;
95 startup-delay-us = <6000>;
106 startup-delay-us = <6000>;
117 startup-delay-us = <11000>;
138 startup-delay-us = <6000>;
162 startup-delay-us = <70000>;
/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()
/linux-5.10/Documentation/admin-guide/nfs/
Dnfsd-admin-interfaces.rst25 On startup, nfsd and lockd grace periods start. nfsd is shut down by a write of
28 Between startup and shutdown, the number of threads may be adjusted up
39 removal of listening sockets, and startup and shutdown of the server.
/linux-5.10/sound/usb/line6/
Dvariax.c22 Stages of Variax startup procedure
42 /* Current progress in startup procedure */
79 Variax startup procedure.
166 line6->startup = variax_startup; in variax_init()
180 /* initiate startup procedure: */ in variax_init()
/linux-5.10/drivers/net/ethernet/dec/tulip/
Dmedia.c167 void tulip_select_media(struct net_device *dev, int startup) in tulip_select_media() argument
184 if (startup) in tulip_select_media()
199 if (startup && mtable->has_reset) { in tulip_select_media()
228 if (startup) { in tulip_select_media()
234 if (startup) iowrite32(csr13val, ioaddr + CSR13); in tulip_select_media()
257 if (startup) { in tulip_select_media()
283 if (startup) { in tulip_select_media()
310 if (tmp_info && startup < 2) { in tulip_select_media()
324 if (startup && mtable->has_reset) { in tulip_select_media()
345 if (startup && ! tp->medialock) in tulip_select_media()
[all …]
/linux-5.10/Documentation/devicetree/bindings/regulator/
Dfixed-regulator.yaml49 startup-delay-us:
50 description: startup time in microseconds
86 startup-delay-us = <70000>;
Dgpio-regulator.yaml66 startup-delay-us:
67 description: startup time in microseconds
114 startup-delay-us = <100000>;
/linux-5.10/arch/parisc/boot/compressed/
Dhead.S2 * Startup glue code to uncompress the kernel
24 ENTRY(startup)
85 END(startup)
/linux-5.10/Documentation/devicetree/bindings/iio/adc/
Dat91-sama5d2_adc.txt13 - atmel,startup-time-ms: Startup time expressed in ms, it depends on SoC.
43 atmel,startup-time-ms = <4>;
Dat91_adc.txt13 - atmel,adc-startup-time: Startup Time of the ADC in microseconds as
55 atmel,adc-startup-time = <40>;
/linux-5.10/Documentation/devicetree/bindings/fpga/
Dfpga-bridge.txt4 - bridge-enable : 0 if driver should disable bridge at startup
5 1 if driver should enable bridge at startup
/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-input-axp-pek1 What: /sys/class/input/input(x)/device/startup
4 Description: Startup time in us. Board is powered on if the button is pressed
/linux-5.10/arch/sh/boot/compressed/
Dhead_32.S13 .global startup symbol
14 startup: label
63 .long startup

12345678910>>...48