Home
last modified time | relevance | path

Searched refs:standby (Results 1 – 25 of 205) sorted by relevance

123456789

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dselq.c33 selq->standby = kvzalloc(sizeof(*selq->standby), GFP_KERNEL); in mlx5e_selq_init()
34 if (!selq->standby) in mlx5e_selq_init()
39 kvfree(selq->standby); in mlx5e_selq_init()
40 selq->standby = NULL; in mlx5e_selq_init()
63 kvfree(selq->standby); in mlx5e_selq_cleanup()
64 selq->standby = NULL; in mlx5e_selq_cleanup()
69 kvfree(selq->standby); in mlx5e_selq_cleanup()
70 selq->standby = NULL; in mlx5e_selq_cleanup()
85 *selq->standby = *selq_active; in mlx5e_selq_prepare_params()
89 selq->standby->num_channels * selq->standby->num_tcs; in mlx5e_selq_prepare_params()
[all …]
/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/
H A Dbios-version.bb13 file://pch-standby.service \
14 file://pch-standby-check.sh \
20 install -m 0755 ${WORKDIR}/pch-standby-check.sh ${D}${libexecdir}/
24 install -m 0644 ${WORKDIR}/pch-standby.service ${D}${systemd_system_unitdir}/
28 SYSTEMD_SERVICE:${PN} += "pch-standby.service"
31 FILES:${PN} += "${systemd_system_unitdir}/pch-standby.service ${libexecdir}/pch-standby-check.sh"
/openbmc/qemu/docs/system/
H A Dvirtio-net-failover.rst2 QEMU virtio-net standby (net_failover)
5 This document explains the setup and usage of virtio-net standby feature which
14 The two devices are called primary and standby device. The fast hardware based
16 standby device.
24 and standby devices are not plugged into the same PCIe slot.
29 Virtio-net standby allows easy migration while using a passed-through fast
50 failover_pair_id references the id of the virtio-net standby device. This
57 Both primary and standby device can be hotplugged via the QEMU monitor. Note
68 when the feature bit was negotiated for the virtio-net standby device.
/openbmc/u-boot/arch/arm/dts/
H A Dstm32mp157c-ed1.dts89 regulator-state-standby {
110 regulator-state-standby {
134 regulator-state-standby {
159 regulator-state-standby {
179 regulator-state-standby {
198 regulator-state-standby {
217 regulator-state-standby {
235 regulator-state-standby {
254 regulator-state-standby {
273 regulator-state-standby {
[all …]
/openbmc/linux/tools/power/pm-graph/config/
H A Dstandby.cfg9 # sudo ./sleepgraph.py -config config/standby.cfg
21 # e.g. standby, mem, freeze, disk (default: mem)
22 mode: standby
26 output-dir: standby-{hostname}-{date}-{time}
42 # Command to execute in lieu of standby (default: "")
43 # command: echo standby > /sys/power/state
H A Dstandby-callgraph.cfg9 # sudo ./sleepgraph.py -config config/standby-callgraph.cfg
22 # e.g. standby, mem, freeze, disk (default: mem)
23 mode: standby
27 output-dir: standby-{hostname}-{date}-{time}-cg
43 # Command to execute in lieu of standby (default: "")
44 # command: echo standby > /sys/power/state
H A Dstandby-dev.cfg9 # sudo ./sleepgraph.py -config config/standby-dev.cfg
21 # e.g. standby, mem, freeze, disk (default: mem)
22 mode: standby
26 output-dir: standby-{hostname}-{date}-{time}-dev
42 # Command to execute in lieu of standby (default: "")
43 # command: echo standby > /sys/power/state
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dmcp16502-regulator.txt45 regulator-state-standby {
64 regulator-state-standby {
83 regulator-state-standby {
102 regulator-state-standby {
119 regulator-state-standby {
134 regulator-state-standby {
/openbmc/openbmc/meta-phosphor/recipes-x86/peci-pcie/
H A Dpeci-pcie_git.bb11 PACKAGECONFIG[wait-for-os-standby] = "-Dwait-for-os-standby=enabled,-Dwait-for-os-standby=disabled"
/openbmc/linux/Documentation/devicetree/bindings/powerpc/4xx/
H A Dcpm.txt24 - standby : specifier consist of one cell. For each
26 in CPM will be set on standby and
31 restored on resume. Note, for standby
34 standby only class 2 and 3 units are set.
50 standby = <0xfeff0000>;
/openbmc/linux/drivers/media/i2c/
H A Dad5820.c54 bool standby; member
96 if (coil->standby) in ad5820_update_hw()
105 static int ad5820_power_off(struct ad5820_device *coil, bool standby) in ad5820_power_off() argument
113 if (standby) { in ad5820_power_off()
114 coil->standby = true; in ad5820_power_off()
138 coil->standby = false; in ad5820_power_on()
147 coil->standby = true; in ad5820_power_on()
/openbmc/linux/drivers/s390/char/
H A Dsclp_cmd.c173 int standby; member
297 incr->standby = online ? 0 : 1; in sclp_mem_change_state()
313 if (incr->standby) in contains_standby_increment()
415 if (incr->standby) in sclp_add_standby_memory()
420 static void __init insert_increment(u16 rn, int standby, int assigned) in insert_increment() argument
430 new_incr->standby = standby; in insert_increment()
587 u8 standby[SCLP_CHP_INFO_MASK_SIZE]; member
624 memcpy(info->standby, sccb->standby, SCLP_CHP_INFO_MASK_SIZE); in sclp_chp_read_info()
/openbmc/linux/arch/powerpc/platforms/4xx/
H A Dcpm.c42 unsigned int standby; member
192 return !!cpm.standby; in cpm_suspend_valid()
219 cpm_suspend_standby(cpm.standby); in cpm_suspend_enter()
302 cpm.standby = cpm_get_uint_property(np, "standby"); in cpm_init()
317 if (cpm.standby || cpm.suspend) in cpm_init()
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dmt9m001.txt15 - standby-gpios: GPIO handle which is connected to the standby pin of the chip.
30 standby-gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
H A Dchrontel,ch7322.yaml39 standby-gpios:
42 the device will respond to power status requests with "standby"
64 standby-gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
/openbmc/linux/drivers/media/v4l2-core/
H A Dtuner-core.c274 .standby = fe_standby,
644 t->standby = true; in tuner_probe()
847 t->standby = true; in set_mode()
848 if (analog_ops->standby) in set_mode()
922 t->standby = false; in set_tv_freq()
1063 t->standby = false; in set_radio_freq()
1161 t->standby = true; in tuner_standby()
1162 if (analog_ops->standby) in tuner_standby()
1329 else if (!t->standby && analog_ops->standby) in tuner_suspend()
1344 else if (!t->standby) in tuner_resume()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dti,tcan104x-can.yaml25 standby-gpios:
27 gpio node to toggle standby signal on transceiver
61 standby-gpios = <&wakeup_gpio1 16 GPIO_ACTIVE_LOW>;
/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/phosphor-software-manager/
H A Dobmc-flash-host-bios@.service3 Wants=pch-standby.service
4 After=pch-standby.service
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_eeprom.c88 static void standby(struct _adapter *padapter) in standby() function
106 standby(padapter); in wait_eeprom_cmd_done()
157 standby(padapter); in r8712_eeprom_write16()
162 standby(padapter); in r8712_eeprom_write16()
172 standby(padapter); in r8712_eeprom_write16()
/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/
H A Dbios-version.service5 Wants=pch-standby.service
6 After=pch-standby.service
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/
H A D0001-Makefile-fix-multilib-build-failure.patch38 - install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
39 - install -m 644 config/standby.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
40 - install -m 644 config/standby-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
53 + install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/$(BASELIB)/pm-graph/config
54 + install -m 644 config/standby.cfg $(DESTDIR)$(PREFIX)/$(BASELIB)/pm-graph/config
55 + install -m 644 config/standby-dev.cfg $(DESTDIR)$(PREFIX)/$(BASELIB)/pm-graph/config
/openbmc/linux/drivers/media/tuners/
H A Dtea5761.c23 bool standby; member
148 if (priv->standby) { in __set_radio_freq()
183 priv->standby = false; in set_radio_freq()
193 priv->standby = true; in set_radio_sleep()
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/
H A Dplat-svc_0.1.bb13 file://standby-power-enable \
25 install -m 0755 ${WORKDIR}/standby-power-enable ${CATALINA_LIBEXECDIR}
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_basic_ci.robot23 # 3 minutes standby boot time.
33 # At standby, there shouldn't be any pending job waiting to complete.
52 [Documentation] Front and Rear LED should be off at standby.
103 # Get the "2min 33.581s" string total time taken to reach standby.
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dsamsung,s5c73m3.yaml39 standby-gpios:
96 standby-gpios: false
109 - standby-gpios
135 standby-gpios = <&gpm0 6 GPIO_ACTIVE_LOW>;

123456789