/Linux-v5.15/include/linux/ |
D | cpuhotplug.h | 27 * startup callbacks sequentially from CPUHP_OFFLINE + 1 to CPUHP_ONLINE 38 * hotplug startup/teardown code with interrupts disabled. 255 int (*startup)(unsigned int cpu), 260 int (*startup)(unsigned int cpu), 264 * cpuhp_setup_state - Setup hotplug state callbacks with calling the @startup 268 * @startup: startup callback function or NULL if not required 271 * Installs the callback functions and invokes the @startup callback on 276 int (*startup)(unsigned int cpu), in cpuhp_setup_state() 279 return __cpuhp_setup_state(state, name, true, startup, teardown, false); in cpuhp_setup_state() 284 * @startup callback from a cpus_read_lock() [all …]
|
/Linux-v5.15/Documentation/core-api/ |
D | cpu_hotplug.rst | 170 CPUHP_OFFLINE to CPUHP_ONLINE. Each state has a startup and a teardown 173 When a CPU is onlined, the startup callbacks are invoked sequentially until 194 The startup callbacks in this section are invoked before the CPU is 202 The startup callbacks are used to setup resources which are required to 207 The startup callbacks are allowed to fail. If a callback fails, the CPU 218 The startup callbacks in this section are invoked on the hotplugged CPU 234 The startup callbacks in this section are invoked on the hotplugged CPU 251 [CPUHP_OFFLINE + 1]->startup() -> success 252 [CPUHP_OFFLINE + 2]->startup() -> success 253 [CPUHP_OFFLINE + 3] -> skipped because startup == NULL [all …]
|
/Linux-v5.15/sound/soc/ |
D | soc-link.c | 74 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() 178 soc_link_mark_pop(rtd, substream, startup); in snd_soc_link_trigger() 190 rtd->dai_link->compr_ops->startup) in snd_soc_link_compr_startup() 191 ret = rtd->dai_link->compr_ops->startup(cstream); in snd_soc_link_compr_startup()
|
/Linux-v5.15/arch/h8300/boot/compressed/ |
D | head.S | 10 .section .text..startup,"ax" 11 .global startup 12 startup: label 13 mov.l #startup, sp
|
/Linux-v5.15/kernel/ |
D | cpu.c | 116 * @startup: Startup function of the step 127 } startup; member 150 return bringup ? !step->startup.single : !step->teardown.single; in cpuhp_step_empty() 187 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback() 194 cbm = bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback() 228 cbm = !bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback() 727 * Execute teardown/startup callbacks on the plugged cpu. Also used to invoke 900 * startup or the teardown callback of the affected state. 1640 .startup.single = NULL, 1646 .startup.single = smpboot_create_threads, [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/regulator/ |
D | fixed-regulator.yaml | 75 startup-delay-us: 76 description: startup time in microseconds 110 startup-delay-us = <70000>; 122 startup-delay-us = <70000>; 134 startup-delay-us = <70000>;
|
D | gpio-regulator.yaml | 66 startup-delay-us: 67 description: startup time in microseconds 114 startup-delay-us = <100000>;
|
/Linux-v5.15/Documentation/devicetree/bindings/clock/ |
D | clps711x-clock.txt | 6 - startup-frequency: Factory set CPU startup frequency in HZ. 18 startup-frequency = <73728000>;
|
/Linux-v5.15/Documentation/sound/soc/ |
D | pops-clicks.rst | 22 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-v5.15/Documentation/devicetree/bindings/iio/adc/ |
D | atmel,sama5d2-adc.yaml | 40 atmel,startup-time-ms: 41 description: Startup time expressed in ms, it depends on SoC. 73 - atmel,startup-time-ms 92 atmel,startup-time-ms = <4>;
|
D | atmel,sama9260-adc.yaml | 40 atmel,adc-startup-time: 43 Startup Time of the ADC in microseconds as defined in the datasheet 97 - atmel,adc-startup-time 115 atmel,adc-startup-time = <40>;
|
/Linux-v5.15/arch/s390/boot/ |
D | Makefile | 38 obj-y := head.o als.o startup.o mem_detect.o ipl_parm.o ipl_report.o 44 targets := bzImage startup.a section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y) 68 $(obj)/compressed/vmlinux: $(obj)/startup.a FORCE 71 $(obj)/startup.a: $(OBJECTS) FORCE
|
D | head_kdump.S | 36 larl %r4,startup 83 # Startup of kdump (relocated new kernel) 92 .quad 0x0000000080000000,0x0000000000000000 + startup
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | kirkwood-synology.dtsi | 610 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 …]
|
D | rk3066a-mk808.dts | 66 startup-delay-us = <100000>; 80 startup-delay-us = <100000>; 92 startup-delay-us = <100000>; 105 startup-delay-us = <100000>;
|
/Linux-v5.15/drivers/s390/char/ |
D | hmcdrv_ftp.c | 27 * @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-v5.15/Documentation/admin-guide/nfs/ |
D | nfsd-admin-interfaces.rst | 25 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-v5.15/sound/usb/line6/ |
D | variax.c | 22 Stages of Variax startup procedure 42 /* Current progress in startup procedure */ 79 Variax startup procedure. 165 line6->startup = variax_startup; in variax_init() 174 /* initiate startup procedure: */ in variax_init()
|
/Linux-v5.15/drivers/net/ethernet/dec/tulip/ |
D | media.c | 167 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-v5.15/arch/parisc/boot/compressed/ |
D | head.S | 2 * Startup glue code to uncompress the kernel 24 ENTRY(startup) 85 END(startup)
|
/Linux-v5.15/arch/s390/boot/compressed/ |
D | Makefile | 29 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup --build-id=sha1 -T 30 $(obj)/vmlinux: $(obj)/vmlinux.lds $(objtree)/arch/s390/boot/startup.a $(OBJECTS_ALL) FORCE 33 LDFLAGS_vmlinux.syms := --oformat $(LD_BFD) -e startup -T 34 $(obj)/vmlinux.syms: $(obj)/vmlinux.lds $(objtree)/arch/s390/boot/startup.a $(OBJECTS) FORCE
|
/Linux-v5.15/Documentation/devicetree/bindings/fpga/ |
D | fpga-bridge.txt | 4 - bridge-enable : 0 if driver should disable bridge at startup 5 1 if driver should enable bridge at startup
|
/Linux-v5.15/sound/soc/amd/ |
D | acp-da7219-max98357a.c | 452 .startup = cz_da7219_play_startup, 457 .startup = cz_da7219_cap_startup, 462 .startup = cz_max_startup, 467 .startup = cz_dmic0_startup, 472 .startup = cz_dmic1_startup, 477 .startup = cz_rt5682_play_startup, 482 .startup = cz_rt5682_cap_startup, 487 .startup = cz_rt5682_max_startup, 492 .startup = cz_rt5682_dmic0_startup, 497 .startup = cz_rt5682_dmic1_startup,
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-driver-input-axp-pek | 1 What: /sys/class/input/input(x)/device/startup 4 Description: Startup time in us. Board is powered on if the button is pressed
|
/Linux-v5.15/arch/sh/boot/compressed/ |
D | head_32.S | 13 .global startup 14 startup: label 63 .long startup
|