/Linux-v4.19/include/linux/ |
D | cpuhotplug.h | 181 int (*startup)(unsigned int cpu), 186 int (*startup)(unsigned int cpu), 201 int (*startup)(unsigned int cpu), in cpuhp_setup_state() 204 return __cpuhp_setup_state(state, name, true, startup, teardown, false); in cpuhp_setup_state() 209 int (*startup)(unsigned int cpu), in cpuhp_setup_state_cpuslocked() 212 return __cpuhp_setup_state_cpuslocked(state, name, true, startup, in cpuhp_setup_state_cpuslocked() 229 int (*startup)(unsigned int cpu), in cpuhp_setup_state_nocalls() 232 return __cpuhp_setup_state(state, name, false, startup, teardown, in cpuhp_setup_state_nocalls() 238 int (*startup)(unsigned int cpu), in cpuhp_setup_state_nocalls_cpuslocked() 241 return __cpuhp_setup_state_cpuslocked(state, name, false, startup, in cpuhp_setup_state_nocalls_cpuslocked() [all …]
|
/Linux-v4.19/kernel/ |
D | cpu.c | 113 } startup; member 155 if (!(bringup ? step->startup.single : step->teardown.single)) in cpuhp_invoke_callback() 163 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback() 171 cbm = bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback() 207 cbm = !bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback() 1308 .startup.single = NULL, 1314 .startup.single = smpboot_create_threads, 1320 .startup.single = perf_event_init_cpu, 1325 .startup.single = workqueue_prepare_cpu, 1330 .startup.single = hrtimers_prepare_cpu, [all …]
|
/Linux-v4.19/arch/h8300/boot/compressed/ |
D | head.S | 10 .section .text..startup,"ax" 11 .global startup 12 startup: label 13 mov.l #startup, sp
|
/Linux-v4.19/arch/s390/boot/ |
D | Makefile | 31 targets := bzImage startup.a $(obj-y) 39 $(obj)/compressed/vmlinux: $(obj)/startup.a FORCE 45 $(obj)/startup.a: $(OBJECTS) FORCE 53 chkbss-target := $(obj)/startup.a
|
/Linux-v4.19/drivers/clk/at91/ |
D | sckc.c | 116 unsigned long startup, in at91_clk_register_slow_osc() argument 139 osc->startup_usec = startup; in at91_clk_register_slow_osc() 161 u32 startup; in of_at91sam9x5_clk_slow_osc_setup() local 166 of_property_read_u32(np, "atmel,startup-time-usec", &startup); in of_at91sam9x5_clk_slow_osc_setup() 169 hw = at91_clk_register_slow_osc(sckcr, name, parent_name, startup, in of_at91sam9x5_clk_slow_osc_setup() 233 unsigned long startup) in at91_clk_register_slow_rc_osc() argument 257 osc->startup_usec = startup; in at91_clk_register_slow_rc_osc() 275 u32 startup = 0; in of_at91sam9x5_clk_slow_rc_osc_setup() local 281 of_property_read_u32(np, "atmel,startup-time-usec", &startup); in of_at91sam9x5_clk_slow_rc_osc_setup() 284 startup); in of_at91sam9x5_clk_slow_rc_osc_setup()
|
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/clock/ |
D | clps711x-clock.txt | 6 - startup-frequency: Factory set CPU startup frequency in HZ. 18 startup-frequency = <73728000>;
|
/Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
D | fixed-regulator.txt | 9 - startup-delay-us: startup time in microseconds 30 startup-delay-us = <70000>;
|
D | gpio-regulator.txt | 15 - startup-delay-us : Startup time in microseconds. 41 startup-delay-us = <100000>;
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | rk3066a-mk808.dts | 50 startup-delay-us = <100000>; 64 startup-delay-us = <100000>; 76 startup-delay-us = <100000>; 89 startup-delay-us = <100000>;
|
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 | 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 | 70 startup-delay-us = <21000>; 89 startup-delay-us = <6000>; 100 startup-delay-us = <6000>; 111 startup-delay-us = <11000>; 132 startup-delay-us = <6000>; 156 startup-delay-us = <70000>;
|
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/fpga/ |
D | altera-fpga2sdram-bridge.txt | 7 - bridge-enable : 0 if driver should disable bridge at startup 8 1 if driver should enable bridge at startup
|
D | altera-freeze-bridge.txt | 14 - bridge-enable : 0 if driver should disable bridge at startup 15 1 if driver should enable bridge at startup
|
D | altera-hps2fpga-bridge.txt | 13 - bridge-enable : 0 if driver should disable bridge at startup. 14 1 if driver should enable bridge at startup.
|
D | xilinx-pr-decoupler.txt | 22 - bridge-enable : 0 if driver should disable bridge at startup 23 1 if driver should enable bridge at startup
|
/Linux-v4.19/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-v4.19/arch/sh/boot/compressed/ |
D | head_32.S | 13 .global startup 14 startup: label 63 .long startup
|
/Linux-v4.19/drivers/video/fbdev/ |
D | amba-clcd-nomadik.c | 157 static bool startup; in tpg110_enable() local 160 if (!startup) { in tpg110_enable() 162 startup = true; in tpg110_enable()
|
/Linux-v4.19/sound/soc/pxa/ |
D | pxa2xx-ac97.c | 152 .startup = pxa2xx_ac97_hifi_startup, 156 .startup = pxa2xx_ac97_aux_startup, 160 .startup = pxa2xx_ac97_mic_startup,
|
/Linux-v4.19/arch/parisc/boot/compressed/ |
D | head.S | 24 ENTRY(startup) 85 END(startup)
|
/Linux-v4.19/sound/soc/amd/ |
D | acp-da7219-max98357a.c | 205 .startup = cz_da7219_startup, 210 .startup = cz_max_startup, 215 .startup = cz_dmic0_startup, 220 .startup = cz_dmic1_startup,
|
/Linux-v4.19/drivers/input/ |
D | joydev.c | 66 int startup; member 105 if (client->startup == joydev->nabs + joydev->nkey) { in joydev_pass_event() 109 client->startup = 0; in joydev_pass_event() 301 have_event = client->startup < joydev->nabs + joydev->nkey; in joydev_generate_startup_event() 306 if (client->startup < joydev->nkey) { in joydev_generate_startup_event() 308 event->number = client->startup; in joydev_generate_startup_event() 313 event->number = client->startup - joydev->nkey; in joydev_generate_startup_event() 316 client->startup++; in joydev_generate_startup_event() 368 client->startup = 0; in joydev_0x_read() 384 return client->startup < joydev->nabs + joydev->nkey || in joydev_data_pending()
|