/Linux-v5.4/include/linux/ |
D | cpuhotplug.h | 189 int (*startup)(unsigned int cpu), 194 int (*startup)(unsigned int cpu), 209 int (*startup)(unsigned int cpu), in cpuhp_setup_state() 212 return __cpuhp_setup_state(state, name, true, startup, teardown, false); in cpuhp_setup_state() 217 int (*startup)(unsigned int cpu), in cpuhp_setup_state_cpuslocked() 220 return __cpuhp_setup_state_cpuslocked(state, name, true, startup, in cpuhp_setup_state_cpuslocked() 237 int (*startup)(unsigned int cpu), in cpuhp_setup_state_nocalls() 240 return __cpuhp_setup_state(state, name, false, startup, teardown, in cpuhp_setup_state_nocalls() 246 int (*startup)(unsigned int cpu), in cpuhp_setup_state_nocalls_cpuslocked() 249 return __cpuhp_setup_state_cpuslocked(state, name, false, startup, in cpuhp_setup_state_nocalls_cpuslocked() [all …]
|
/Linux-v5.4/kernel/ |
D | cpu.c | 118 } startup; member 160 if (!(bringup ? step->startup.single : step->teardown.single)) in cpuhp_invoke_callback() 168 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback() 176 cbm = bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback() 212 cbm = !bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback() 1373 .startup.single = NULL, 1379 .startup.single = smpboot_create_threads, 1385 .startup.single = perf_event_init_cpu, 1390 .startup.single = workqueue_prepare_cpu, 1395 .startup.single = hrtimers_prepare_cpu, [all …]
|
/Linux-v5.4/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.4/arch/s390/boot/ |
D | Makefile | 37 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 78 chkbss-target := startup.a
|
/Linux-v5.4/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() 329 if (startup && mtable->has_reset) { in tulip_select_media() 350 if (startup && ! tp->medialock) in tulip_select_media() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/clock/ |
D | clps711x-clock.txt | 6 - startup-frequency: Factory set CPU startup frequency in HZ. 18 startup-frequency = <73728000>;
|
/Linux-v5.4/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 | 61 startup-delay-us = <100000>; 75 startup-delay-us = <100000>; 87 startup-delay-us = <100000>; 100 startup-delay-us = <100000>;
|
D | ste-u300.dts | 319 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>;
|
D | imx6dl-mamoj.dts | 76 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-v5.4/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.4/drivers/s390/char/ |
D | hmcdrv_ftp.c | 32 int (*startup)(void); member 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.4/Documentation/filesystems/nfs/ |
D | nfsd-admin-interfaces.txt | 24 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.
|
/Linux-v5.4/arch/sh/boot/compressed/ |
D | head_32.S | 13 .global startup 14 startup: label 63 .long startup
|
/Linux-v5.4/sound/soc/amd/ |
D | acp-da7219-max98357a.c | 272 .startup = cz_da7219_play_startup, 278 .startup = cz_da7219_cap_startup, 284 .startup = cz_max_startup, 290 .startup = cz_dmic0_startup, 296 .startup = cz_dmic1_startup,
|
/Linux-v5.4/arch/parisc/boot/compressed/ |
D | head.S | 24 ENTRY(startup) 85 END(startup)
|
/Linux-v5.4/sound/soc/pxa/ |
D | pxa2xx-ac97.c | 142 .startup = pxa2xx_ac97_hifi_startup, 146 .startup = pxa2xx_ac97_aux_startup, 150 .startup = pxa2xx_ac97_mic_startup,
|
/Linux-v5.4/arch/powerpc/boot/dts/ |
D | ps3.dts | 21 * We'll get the size of the bootmem block from lv1 after startup, 35 * startup with data from lv1.
|
/Linux-v5.4/drivers/input/ |
D | joydev.c | 62 int startup; member 101 if (client->startup == joydev->nabs + joydev->nkey) { in joydev_pass_event() 105 client->startup = 0; in joydev_pass_event() 297 have_event = client->startup < joydev->nabs + joydev->nkey; in joydev_generate_startup_event() 302 if (client->startup < joydev->nkey) { in joydev_generate_startup_event() 304 event->number = client->startup; in joydev_generate_startup_event() 309 event->number = client->startup - joydev->nkey; in joydev_generate_startup_event() 312 client->startup++; in joydev_generate_startup_event() 364 client->startup = 0; in joydev_0x_read() 380 return client->startup < joydev->nabs + joydev->nkey || in joydev_data_pending()
|
/Linux-v5.4/drivers/staging/speakup/ |
D | speakup_bns.c | 88 .startup = SYNTH_START, 115 module_param_named(start, synth_bns.startup, short, 0444);
|
D | speakup_dummy.c | 91 .startup = SYNTH_START, 118 module_param_named(start, synth_dummy.startup, short, 0444);
|
D | speakup_txprt.c | 87 .startup = SYNTH_START, 114 module_param_named(start, synth_txprt.startup, short, 0444);
|
D | speakup_acntsa.c | 91 .startup = SYNTH_START, 131 module_param_named(start, synth_acntsa.startup, short, 0444);
|
D | speakup_spkout.c | 93 .startup = SYNTH_START, 126 module_param_named(start, synth_spkout.startup, short, 0444);
|
/Linux-v5.4/include/linux/platform_data/ |
D | asoc-s3c24xx_simtec.h | 29 void (*startup)(void); member
|