Searched full:modes (Results 1 – 25 of 1700) sorted by relevance
12345678910>>...68
/openbmc/linux/drivers/scsi/aic7xxx/ |
D | aic79xx.reg |
|
/openbmc/linux/Documentation/admin-guide/ |
D | svga.rst |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/ |
H A D | fbset-2.1-fix-makefile-dep.patch | 4 Subject: [PATCH] fbset 2.1 fix makefile dep modes.tab.c 9 make: *** No rule to make target `modes.tab.h', needed by `lex.yy.o'. Stop. 20 @@ -15,7 +15,7 @@ fbset: fbset.o modes.tab.o lex.yy.o 23 modes.tab.o: modes.tab.c fbset.h fb.h 24 -lex.yy.o: lex.yy.c fbset.h modes.tab.h 25 +lex.yy.o: lex.yy.c fbset.h modes.tab.c 27 lex.yy.c: modes.l 28 $(FLEX) modes.l
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
D | transmit-amplitude.yaml |
|
/openbmc/linux/arch/sparc/crypto/ |
D | Kconfig |
|
/openbmc/linux/arch/x86/boot/ |
D | video.h |
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
D | mt6360-regulator.yaml |
|
/openbmc/linux/arch/powerpc/platforms/pasemi/ |
D | idle.c |
|
/openbmc/linux/drivers/media/i2c/ |
D | max2175.h |
|
/openbmc/linux/drivers/net/ |
D | mdio.c |
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | cmd_bmode.c | 12 static const struct boot_mode *modes[2]; variable 18 for (i = 0; i < ARRAY_SIZE(modes); i++) { in search_modes() 19 const struct boot_mode *p = modes[i]; in search_modes() 36 for (i = 0; i < ARRAY_SIZE(modes); i++) { in create_usage() 37 const struct boot_mode *p = modes[i]; in create_usage() 97 modes[0] = p; in add_board_boot_modes() 98 modes[1] = soc_boot_modes; in add_board_boot_modes()
|
/openbmc/linux/drivers/pinctrl/spear/ |
D | pinctrl-spear320.c |
|
D | pinctrl-spear3xx.c |
|
/openbmc/docs/designs/ |
H A D | thermal-control-modes.md | 42 standardized profile/modes such "Acoustic" and "Performance". Once the end-user 50 available thermal control modes along with what current mode is in use. 52 the interface would populate the supported list of modes. 55 this dbus interface object which would fill in the list of supported modes from 58 queried for supported modes or update the current mode. An end-user may set the 59 current mode to any of those supported modes and the current mode would be 74 control modes are supported/available on the interface as well as perform the
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ |
H A D | ThermalMode.interface.yaml | 2 Implement to provide alternative thermal control modes of a system that can 6 Implementation of this interface populates the list of supported modes. 17 An implementation specific list of supported modes that the thermal 24 selected from the supported modes provided.
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_alternate_fan_settings.robot | 54 Verify Supported Fan Thermal Modes Available 55 [Documentation] Check supported fan thermal modes are valid mode values. 64 Verify Supported Fan Thermal Modes Switch At Standby 65 [Documentation] Check that supported modes are set successfully at standby. 76 Verify Supported Fan Thermal Modes Switch At Runtime 77 [Documentation] Check that supported modes are set successfully at runtime. 89 [Documentation] Check that supported modes remain set at runtime.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/ |
H A D | fbset-modes.bb | 8 SRC_URI = "file://fb.modes" 15 install -m 0644 ${UNPACKDIR}/fb.modes ${D}${sysconfdir} 18 # fb.modes file is MACHINE_ARCH, base.bbclass correctly changes it to MACHINE_ARCH, but too late fo… 22 CONFFILES:${PN} = "${sysconfdir}/fb.modes"
|
/openbmc/linux/include/uapi/mtd/ |
D | mtd-abi.h |
|
/openbmc/linux/Documentation/hwmon/ |
D | f71882fg.rst |
|
/openbmc/linux/tools/testing/selftests/timers/ |
D | adjtick.c |
|
D | valid-adjtimex.c |
|
/openbmc/u-boot/board/renesas/stout/ |
H A D | cpld.h | 100 /* connected to COM Express connector and CN6 for camera, all modes */ 106 /* connected to COM Express connector, all 10-bit modes */ 109 /* connected to COM Express connector, all 12-bit modes */ 115 /* connected to COM Express connector, modes with sync signals */ 118 /* connected to COM Express connector, modes with field, clken signals */ 121 /* connected to COM Express connector, modes with sync, field, clken signals */ 127 /* connected to COM Express connector, modes with field, clken signals */ 130 /* connected to COM Express connector, modes with sync, field, clken signals */
|
/openbmc/linux/Documentation/ABI/testing/ |
D | sysfs-bus-typec |
|
/openbmc/qemu/include/migration/ |
H A D | blocker.h | 22 * @migrate_add_blocker - prevent all modes of migration from proceeding 37 * @migrate_add_blocker_internal - prevent all modes of migration from 57 * @migrate_del_blocker - remove a migration blocker from all modes and free it. 81 * @migrate_add_blocker_modes - prevent some modes of migration from proceeding 87 * @mode - one or more migration modes to be blocked. The list is terminated 88 * by -1 or MIG_MODE_ALL. For the latter, all modes are blocked.
|
/openbmc/linux/arch/arm/boot/dts/st/ |
D | st-pincfg.h |
|
12345678910>>...68