| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | cpu_hotplug.rst | 160 有一个startup和teardown的回调。 162 当一个CPU上线时,将按顺序调用startup回调,直到达到CPUHP_ONLINE状态。当设置状态的回调 177 在该阶段中,startup回调在CPU上线操作启动CPU之前被调用,teardown回调在CPU下线操作使 183 startup回调用于设置CPU成功上线所需要的资源。teardown回调用于释放资源或在热插拔的CPU 186 允许startup回调失败。如果回调失败,CPU上线操作被中止,CPU将再次被降到之前的状态(通 195 该阶段中的startup回调是在早期CPU设置代码中的CPU上线操作期间,禁用中断的情况下在热拔 207 该阶段中的startup回调是在CPU上线时在热插拔的CPU上调用的。teardown回调是在CPU下线操 221 [CPUHP_OFFLINE + 1]->startup() -> 成功 222 [CPUHP_OFFLINE + 2]->startup() -> 成功 223 [CPUHP_OFFLINE + 3] -> 略过,因为startup == NULL [all …]
|
| /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/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/sound/soc/amd/ |
| H A D | acp-da7219-max98357a.c | 467 .startup = cz_da7219_play_startup, in cz_rt5682_shutdown() 472 .startup = cz_da7219_cap_startup, 477 .startup = cz_max_startup, 482 .startup = cz_dmic0_startup, 487 .startup = cz_dmic1_startup, 492 .startup = cz_rt5682_play_startup, 497 .startup = cz_rt5682_cap_startup, 502 .startup = cz_rt5682_max_startup, 507 .startup = cz_rt5682_dmic0_startup, 512 .startup [all...] |
| /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>;
|
| H A D | imx6q-apalis-ixora-v1.2.dts | 69 startup-delay-us = <100>; 79 startup-delay-us = <1000>; 89 startup-delay-us = <1000>;
|
| /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/arch/sh/boot/compressed/ |
| H A D | head_32.S | 13 .global startup 14 startup: label 63 .long startup
|
| H A D | head_64.S | 42 .global startup 43 startup: label
|
| /linux/arch/parisc/boot/compressed/ |
| H A D | head.S | 24 ENTRY(startup) 85 END(startup)
|
| /linux/drivers/misc/keba/ |
| H A D | cp500.c | 85 struct cp500_dev_info startup; member 97 .startup = { 0x0000, SZ_4K }, 108 .startup = { 0x0000, SZ_4K }, 119 .startup = { 0x0000, SZ_4K }, 866 struct resource startup; in cp500_probe() local 895 startup = *pci_resource_n(pci_dev, CP500_SYS_BAR); in cp500_probe() 896 startup.end = startup.start + cp500->devs->startup.size - 1; in cp500_probe() 898 &startup); in cp500_probe()
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | ps3.dts | 21 * We'll get the size of the bootmem block from lv1 after startup, 35 * startup with data from lv1.
|
| /linux/sound/soc/pxa/ |
| H A D | pxa2xx-ac97.c | 140 .startup = pxa2xx_ac97_hifi_startup, 144 .startup = pxa2xx_ac97_aux_startup, 148 .startup = pxa2xx_ac97_mic_startup,
|
| /linux/drivers/input/ |
| H A D | joydev.c | 61 int startup; member 100 if (client->startup == joydev->nabs + joydev->nkey) { in joydev_pass_event() 104 client->startup = 0; in joydev_pass_event() 296 have_event = client->startup < joydev->nabs + joydev->nkey; in joydev_generate_startup_event() 301 if (client->startup < joydev->nkey) { in joydev_generate_startup_event() 303 event->number = client->startup; in joydev_generate_startup_event() 308 event->number = client->startup - joydev->nkey; in joydev_generate_startup_event() 311 client->startup++; in joydev_generate_startup_event() 363 client->startup = 0; in joydev_0x_read() 379 return client->startup < joydev->nabs + joydev->nkey || in joydev_data_pending()
|
| /linux/Documentation/fb/ |
| H A D | cirrusfb.rst | 41 Full support for startup video modes (modedb) will be integrated soon. 65 * Correctly set default startup video mode.
|
| /linux/arch/s390/boot/ |
| H A D | head_kdump.S | 36 larl %r4,startup 92 .quad 0x0000000080000000,0x0000000000000000 + startup
|
| /linux/arch/mips/cavium-octeon/ |
| H A D | oct_ilm.c | 63 static void init_latency_info(struct latency_info *li, int startup) in init_latency_info() argument 70 if (startup) { in init_latency_info()
|
| /linux/Documentation/misc-devices/ |
| H A D | ad525x_dpot.rst | 8 work with the immediate resistance settings as well as update the saved startup 19 The eeprom files are used to program the startup value of the device.
|
| /linux/arch/arm/mach-tegra/ |
| H A D | reset-handler.S | 201 bleq __die @ no LP1 startup handler 212 bleq __die @ no LP2 startup handler 229 bleq __die @ no secondary startup handler
|
| /linux/drivers/accessibility/speakup/ |
| H A D | speakup_bns.c | 97 .startup = SYNTH_START, 124 module_param_named(start, synth_bns.startup, short, 0444);
|
| H A D | speakup_txprt.c | 102 .startup = SYNTH_START, 129 module_param_named(start, synth_txprt.startup, short, 0444);
|
| H A D | speakup_spkout.c | 104 .startup = SYNTH_START, 137 module_param_named(start, synth_spkout.startup, short, 0444);
|
| H A D | speakup_acntsa.c | 101 .startup = SYNTH_START, 141 module_param_named(start, synth_acntsa.startup, short, 0444);
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_hdmi_audio_helper.c | 23 if (funcs->startup) in drm_connector_hdmi_audio_startup() 24 return funcs->startup(connector); in drm_connector_hdmi_audio_startup()
|
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | q6apm-lpass-dais.c | 410 .startup = q6apm_lpass_dai_startup, 419 .startup = q6i2s_dai_startup, 430 .startup = q6apm_lpass_dai_startup, 439 .startup = q6apm_lpass_dai_startup,
|