/linux/include/linux/ |
H A D | cpuhotplug.h | 27 * startup callbacks sequentially from CPUHP_OFFLINE + 1 to CPUHP_ONLINE 38 * hotplug startup/teardown code with interrupts disabled. 253 int (*startup)(unsigned int cpu), 258 int (*startup)(unsigned int cpu), 262 * cpuhp_setup_state - Setup hotplug state callbacks with calling the @startup 266 * @startup: startup callback function or NULL if not required 269 * Installs the callback functions and invokes the @startup callback on 274 int (*startup)(unsigned int cpu), in cpuhp_setup_state() 277 return __cpuhp_setup_state(state, name, true, startup, teardown, false); in cpuhp_setup_state() 282 * @startup callback from a cpus_read_lock() [all …]
|
/linux/Documentation/core-api/ |
H A D | cpu_hotplug.rst | 155 CPUHP_OFFLINE to CPUHP_ONLINE. Each state has a startup and a teardown 158 When a CPU is onlined, the startup callbacks are invoked sequentially until 179 The startup callbacks in this section are invoked before the CPU is 187 The startup callbacks are used to setup resources which are required to 192 The startup callbacks are allowed to fail. If a callback fails, the CPU 203 The startup callbacks in this section are invoked on the hotplugged CPU 219 The startup callbacks in this section are invoked on the hotplugged CPU 236 [CPUHP_OFFLINE + 1]->startup() -> success 237 [CPUHP_OFFLINE + 2]->startup() -> success 238 [CPUHP_OFFLINE + 3] -> skipped because startup == NULL [all …]
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | cpu_hotplug.rst | 221 [CPUHP_OFFLINE + 1]->startup() -> 成功 222 [CPUHP_OFFLINE + 2]->startup() -> 成功 225 [CPUHP_BRINGUP_CPU]->startup() -> 成功 227 [CPUHP_BRINGUP_CPU + 1]->startup() -> 成功 229 [CPUHP_AP_ONLINE]->startup() -> 成功 231 [CPUHP_AP_ONLINE + 1]->startup() -> 成功 233 [CPUHP_ONLINE - 1]->startup() -> 成功 257 [CPUHP_OFFLINE + 1]->startup() -> 成功 258 [CPUHP_OFFLINE + 2]->startup() -> 成功 261 [CPUHP_BRINGUP_CPU]->startup() -> 成功 [all …]
|
/linux/kernel/ |
H A D | cpu.c | 120 * @startup: Startup function of the step 131 } startup; member 154 return bringup ? !step->startup.single : !step->teardown.single; in cpuhp_step_empty() 191 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback() 198 cbm = bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback() 232 cbm = !bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback() 872 * startup in cpuhp_online_idle() which allows to avoid in bringup_cpu() 1045 * Execute teardown/startup callbacks on the plugged cpu. Also used to invoke 1840 * sends the startup IP [all...] |
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | fixed-regulator.yaml | 89 startup-delay-us: 90 description: startup time in microseconds 131 startup-delay-us = <70000>; 143 startup-delay-us = <70000>; 155 startup-delay-us = <70000>;
|
H A D | gpio-regulator.yaml | 68 startup-delay-us: 69 description: startup time in microseconds 119 startup-delay-us = <100000>;
|
/linux/Documentation/sound/soc/ |
H A 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/Documentation/devicetree/bindings/iio/adc/ |
H A 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 91 atmel,startup-time-ms = <4>;
|
H A 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/Documentation/devicetree/bindings/clock/ |
H A D | clps711x-clock.txt | 6 - startup-frequency: Factory set CPU startup frequency in HZ. 18 startup-frequency = <73728000>;
|
/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-synology.dtsi | 616 startup-delay-us = <5000000>; 629 startup-delay-us = <5000000>; 651 startup-delay-us = <5000000>; 673 startup-delay-us = <5000000>; 686 startup-delay-us = <5000000>; 709 startup-delay-us = <5000000>; 722 startup-delay-us = <5000000>; 735 startup-delay-us = <5000000>; 748 startup-delay-us = <5000000>; 770 startup-delay-us = <5000000>; [all …]
|
/linux/drivers/s390/char/ |
H A 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/sound/usb/line6/ |
H A 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/Documentation/admin-guide/nfs/ |
H A 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/drivers/net/ethernet/dec/tulip/ |
H A 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/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,msm8916-mss-pil.yaml | 60 - description: XO proxy clock (control handed over after startup) 71 - description: CX proxy power domain (control handed over after startup) 72 - description: MX proxy power domain (control handed over after startup) 73 - description: MSS proxy power domain (control handed over after startup) 85 description: PLL proxy supply (control handed over after startup)
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6q-apalis-eval-v1.2.dts | 25 startup-delay-us = <10000>; 38 startup-delay-us = <10000>; 48 startup-delay-us = <10000>; 58 startup-delay-us = <10000>;
|
/linux/arch/parisc/boot/compressed/ |
H A D | head.S | 2 * Startup glue code to uncompress the kernel 24 ENTRY(startup) 85 END(startup)
|
/linux/arch/s390/boot/ |
H A D | head_kdump.S | 36 larl %r4,startup 83 # Startup of kdump (relocated new kernel) 92 .quad 0x0000000080000000,0x0000000000000000 + startup
|
/linux/arch/sh/boot/compressed/ |
H A D | head_32.S | 13 .global startup 14 startup: label 63 .long startup
|
/linux/Documentation/ABI/testing/ |
H A 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/tools/testing/selftests/size/ |
H A D | get_size.c | 14 * It should be statically linked, with startup libs avoided. It uses 26 * startup libs. 83 /* this program has no main(), as startup libraries are not used */
|
/linux/Documentation/devicetree/bindings/fpga/ |
H A D | fpga-bridge.yaml | 18 0 if driver should disable bridge at startup 19 1 if driver should enable bridge at startup
|
/linux/sound/soc/mediatek/common/ |
H A D | mtk-soundcard-driver.h | 45 /* Common playback/capture card startup ops */ 49 /* Exported for custom/extended soundcard startup ops */
|
/linux/arch/x86/kernel/ |
H A D | smpboot.c | 704 * Wake up AP by INIT, INIT, STARTUP sequence. 730 * Wake up AP by INIT, INIT, STARTUP sequence. 744 * Should we send STARTUP IPIs ? in wakeup_secondary_cpu_via_init() 747 * If we don't have an integrated APIC, don't send the STARTUP IPIs. in wakeup_secondary_cpu_via_init() 755 * Run STARTUP IPI loop. in wakeup_secondary_cpu_via_init() 757 pr_debug("#startup loops: %d\n", num_starts); in wakeup_secondary_cpu_via_init() 760 pr_debug("Sending STARTUP #%d\n", j); in wakeup_secondary_cpu_via_init() 767 * STARTUP IPI in wakeup_secondary_cpu_via_init() 784 pr_debug("Startup point 1\n"); in wakeup_secondary_cpu_via_init() 803 pr_debug("After Startup\n"); in wakeup_secondary_cpu_via_init() [all …]
|