/openbmc/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. 264 int (*startup)(unsigned int cpu), 269 int (*startup)(unsigned int cpu), 273 * cpuhp_setup_state - Setup hotplug state callbacks with calling the @startup 277 * @startup: startup callback function or NULL if not required 280 * Installs the callback functions and invokes the @startup callback on 285 int (*startup)(unsigned int cpu), in cpuhp_setup_state() 288 return __cpuhp_setup_state(state, name, true, startup, teardown, false); in cpuhp_setup_state() 293 * @startup callback from a cpus_read_lock() [all …]
|
/openbmc/linux/Documentation/core-api/ |
H A D | cpu_hotplug.rst | 161 CPUHP_OFFLINE to CPUHP_ONLINE. Each state has a startup and a teardown 164 When a CPU is onlined, the startup callbacks are invoked sequentially until 185 The startup callbacks in this section are invoked before the CPU is 193 The startup callbacks are used to setup resources which are required to 198 The startup callbacks are allowed to fail. If a callback fails, the CPU 209 The startup callbacks in this section are invoked on the hotplugged CPU 225 The startup callbacks in this section are invoked on the hotplugged CPU 242 [CPUHP_OFFLINE + 1]->startup() -> success 243 [CPUHP_OFFLINE + 2]->startup() -> success 244 [CPUHP_OFFLINE + 3] -> skipped because startup == NULL [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | cpu_hotplug.rst | 227 [CPUHP_OFFLINE + 1]->startup() -> 成功 228 [CPUHP_OFFLINE + 2]->startup() -> 成功 231 [CPUHP_BRINGUP_CPU]->startup() -> 成功 233 [CPUHP_BRINGUP_CPU + 1]->startup() -> 成功 235 [CPUHP_AP_ONLINE]->startup() -> 成功 237 [CPUHP_AP_ONLINE + 1]->startup() -> 成功 239 [CPUHP_ONLINE - 1]->startup() -> 成功 263 [CPUHP_OFFLINE + 1]->startup() -> 成功 264 [CPUHP_OFFLINE + 2]->startup() -> 成功 267 [CPUHP_BRINGUP_CPU]->startup() -> 成功 [all …]
|
/openbmc/openbmc/poky/meta/recipes-sato/matchbox-panel-2/ |
H A D | matchbox-panel-2_2.12.bb | 10 … file://applets/startup/startup.c;endline=22;md5=9ee7a4192e53cc00041ef445d4ff6909" 12 DEPENDS = "gtk+3 startup-notification dbus dbus-glib dbus-glib-native" 15 # The startup-notification requires x11 in DISTRO_FEATURES 28 EXTRA_OECONF = "--enable-startup-notification --enable-dbus" 35 ${datadir}/matchbox-panel/startup/*.png \
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libwnck/ |
H A D | libwnck_2.31.0.bb | 8 PACKAGECONFIG ??= "startup-notification" 9 PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification…
|
/openbmc/openbmc/poky/meta/recipes-graphics/startup-notification/ |
H A D | startup-notification_0.12.bb | 1 SUMMARY = "Enables monitoring and display of application startup" 2 DESCRIPTION = "Contains a reference implementation of the startup notification protocol. \ 5 HOMEPAGE = "http://www.freedesktop.org/wiki/Software/startup-notification/" 6 BUGTRACKER = "https://gitlab.freedesktop.org/xdg/startup-notification/-/issues" 26 SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${BPN}-${PV}.tar.gz \
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | vitesse.c | 302 .startup = &vitesse_startup, 312 .startup = &vitesse_startup, 322 .startup = &vitesse_startup, 332 .startup = &vitesse_startup, 342 .startup = &vitesse_startup, 352 .startup = &vitesse_startup, 362 .startup = &vitesse_startup, 372 .startup = &vitesse_startup, 382 .startup = &vitesse_startup, 392 .startup = &vitesse_startup, [all …]
|
H A D | smsc.c | 52 .startup = &smsc_startup, 62 .startup = &smsc_startup, 72 .startup = &genphy_startup, 82 .startup = &genphy_startup, 92 .startup = &genphy_startup, 102 .startup = &genphy_startup,
|
H A D | micrel_ksz8xxx.c | 22 .startup = &genphy_startup, 51 .startup = &genphy_startup, 79 .startup = &genphy_startup, 89 .startup = &genphy_startup, 146 .startup = &ksz8895_startup, 157 .startup = &genphy_startup, 182 .startup = &ksz886x_startup,
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfwm4/ |
H A D | xfwm4_4.19.0.bb | 18 startup-notification \ 23 PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification…
|
/openbmc/openbmc/poky/meta/recipes-graphics/startup-notification/startup-notification-0.12/ |
H A D | obsolete_automake_macros.patch | 4 diff -Nurd startup-notification-0.12/configure.in startup-notification-0.12/configure.in 5 --- startup-notification-0.12/configure.in 2011-05-16 17:29:20.000000000 +0300 6 +++ startup-notification-0.12/configure.in 2013-01-07 06:00:48.921905409 +0200
|
/openbmc/linux/sound/soc/ |
H A 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()
|
/openbmc/linux/kernel/ |
H A D | cpu.c | 121 * @startup: Startup function of the step 132 } startup; member 155 return bringup ? !step->startup.single : !step->teardown.single; in cpuhp_step_empty() 192 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback() 199 cbm = bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback() 233 cbm = !bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback() 863 * startup in cpuhp_online_idle() which allows to avoid in bringup_cpu() 1036 * Execute teardown/startup callbacks on the plugged cpu. Also used to invoke 1221 * startup or the teardown callback of the affected state. 1862 * sends the startup IPI to the APs. The APs proceed through the low level [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager-assettag/ |
H A D | assettag.yaml | 2 - name: Creating AssetTag at startup 4 Create /system at startup and populate the AssetTag property with 6 type: startup
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | fixed-regulator.yaml | 82 startup-delay-us: 83 description: startup time in microseconds 117 startup-delay-us = <70000>; 129 startup-delay-us = <70000>; 141 startup-delay-us = <70000>;
|
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/ |
H A D | rc | 7 # A startup script is _not_ run when the service was 39 startup() { function 66 # Limit stack size for startup scripts 138 startup $i stop 168 startup $i stop 171 startup $i start
|
/openbmc/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>;
|
/openbmc/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
|
/openbmc/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>;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/ |
H A D | openbox_3.6.1.bb | 31 PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification…
|
/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/ |
H A D | rxvt-unicode.inc | 37 PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-noti…
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/ |
H A D | libxfce4ui_4.19.6.bb | 24 PACKAGECONFIG[x11] = "--enable-startup-notification,--disable-startup-notification,libepoxy libice …
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/inventory-cleanup/witherspoon/ |
H A D | inventory-cleanup.yaml | 8 type: startup 21 type: startup 43 type: startup
|
/openbmc/openbmc/poky/meta/recipes-sato/matchbox-desktop/ |
H A D | matchbox-desktop_2.3.bb | 11 DEPENDS = "gtk+3 startup-notification dbus" 19 EXTRA_OECONF = "--enable-startup-notification --with-dbus" 25 # The startup-notification requires x11 in DISTRO_FEATURES
|