/openbmc/phosphor-power/phosphor-power-sequencer/docs/ |
H A D | README.md | 1 # phosphor-power-sequencer 5 The phosphor-power-sequencer application powers the chassis on/off and monitors 6 the power sequencer device. 9 application uses information from the power sequencer device to determine the 20 creates a collection of C++ objects. These objects represent the power sequencer 23 ## Power sequencer device 25 A power sequencer device enables (turns on) the voltage rails in the correct 28 This application currently supports the following power sequencer device types: 40 - The phosphor-power-sequencer application writes the value 1 to the named GPIO 44 - The power sequencer device powers on all the voltage rails in the correct [all …]
|
H A D | testing.md | 1 # phosphor-power-sequencer testing 25 interfaces. The phosphor-power-sequencer application depends on the following 49 The phosphor-power-sequencer application follows this pattern using the
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | seq-oss.rst | 12 This directory contains the OSS sequencer emulation driver on ALSA. Note 15 What this does - it provides the emulation of the OSS sequencer, access 16 via ``/dev/sequencer`` and ``/dev/music`` devices. 18 sequencer is prepared. 22 * Normal sequencer and MIDI events: 24 They are converted to the ALSA sequencer events, and sent to the 52 sequencer)! 74 Run configure script with both sequencer support (``--with-sequencer=yes``) 82 already connected to the sequencer. Once after that, the creation and deletion 83 of ports are watched by announcement mechanism of ALSA sequencer. [all …]
|
H A D | midi-2.0.rst | 37 implemented differently (e.g. as a ALSA sequencer client), too. 40 rawmidi device and the access via ALSA sequencer API. 42 ALSA sequencer API was extended to allow the payload of UMP packets. 43 It's allowed to connect freely between MIDI 1.0 and MIDI 2.0 sequencer 55 the core support for UMP (`CONFIG_SND_UMP`) and the sequencer binding 172 In addition to the rawmidi interfaces, ALSA sequencer interface 173 supports the new UMP MIDI 2.0 device, too. Now, each ALSA sequencer 177 sequencer event as was. Meanwhile, UMP MIDI 1.0 and 2.0 clients send 181 A UMP packet can be sent/received in a sequencer event embedded by 188 With `SNDRV_SEQ_EVENT_UMP` flag set, the type field of a UMP sequencer [all …]
|
H A D | procfile.rst | 193 Lists the currently available ALSA sequencer drivers. 196 Shows the list of currently available sequencer clients and 201 Lists the currently allocated/running sequencer queues. 204 Lists the currently allocated/running sequencer timers. 207 Lists the OSS-compatible sequencer stuffs.
|
/openbmc/linux/sound/core/seq/ |
H A D | Kconfig | 7 Say Y or M to enable MIDI sequencer and router support. This 19 Say Y here to enable the dummy sequencer client. This client 34 Say Y here to enable OSS sequencer emulation (both 35 /dev/sequencer and /dev/music interfaces). 43 bool "Use HR-timer as default sequencer timer" 47 Say Y here to use the HR-timer backend as the default sequencer 68 Packet) events via ALSA sequencer infrastructure, which is an 70 It includes the automatic conversion of ALSA sequencer events
|
/openbmc/phosphor-power/ |
H A D | meson.build | 101 ['sequencer-monitor', 'pseq-monitor-pgood.service'], 102 ['sequencer-monitor', 'pseq-monitor.service'], 122 # Get the power sequencer class name 123 sequencer = get_option('power_sequencer') variable 124 if sequencer == 'ucd90160' variable 126 elif sequencer == 'mihawk-cpld' variable 129 # power sequencer is incorrect 130 error('power sequencer is incorrect') 187 if get_option('sequencer-monitor') 188 subdir('power-sequencer') [all …]
|
H A D | meson.options | 32 description: 'The power sequencer', 53 description: 'The sequencer definition file to use.', 82 'sequencer-monitor', 84 description: 'Enable support for power sequencer control', 89 …description: 'Enable support for power sequencer control utilizing JSON configuration and supporti…
|
H A D | README.md | 12 - [phosphor-power-sequencer](phosphor-power-sequencer/README.md): JSON-driven 13 application that powers the chassis on/off and monitors the power sequencer 23 - power-sequencer: Original power sequencer monitoring application. 45 - Application-specific configuration data, such as power sequencer type.
|
/openbmc/phosphor-power/phosphor-power-sequencer/ |
H A D | README.md | 1 # phosphor-power-sequencer 5 The phosphor-power-sequencer application powers the chassis on/off and monitors 6 the power sequencer device. The application is configured by an optional JSON
|
H A D | meson.build | 4 install_dir: get_option('datadir') / 'phosphor-power-sequencer',
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/power/ |
H A D | power-sequencer.bb | 1 SUMMARY = "Power sequencer data definition" 10 FILES:${PN}:append:ibm-ac-server = " ${datadir}/power-sequencer/ucd90160.yaml" 16 DEST=${D}${datadir}/power-sequencer
|
H A D | phosphor-power_%.bbappend | 7 …pend:ibm-ac-server = " -Ducd90160-yaml=${STAGING_DIR_HOST}${datadir}/power-sequencer/ucd90160.yaml" 10 DEPENDS:append:ibm-ac-server = " power-sequencer" 11 DEPENDS:append:p10bmc = " power-sequencer"
|
/openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/ |
H A D | README.md | 1 # phosphor-power-sequencer Configuration File 13 The `phosphor-power-sequencer` configuration file (config file) contains 14 information about the power sequencer device within a system. This device is 50 The `phosphor-power-sequencer` application searches for a config file name that 72 The config file is installed in the `/usr/share/phosphor-power-sequencer`
|
H A D | rail.md | 5 A voltage rail that is enabled or monitored by the power sequencer device. 12 pgood fault occurs, the power sequencer device may automatically shut off 18 during the power on sequence and the power sequencer device waits indefinitely 23 sequence and the power sequencer device waits indefinitely for it to power on.
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/ |
H A D | phosphor-power_git.bb | 21 ${PN}-sequencer \ 61 SYSTEMD_SERVICE:${PN}-sequencer = "${SEQ_MONITOR_SVC} ${SEQ_PGOOD_SVC}" 76 FILES:${PN}-sequencer = "${bindir}/pseq-monitor" 77 FILES:${PN}-control = "${bindir}/phosphor-power-control ${datadir}/phosphor-power-sequencer"
|
/openbmc/phosphor-power/phosphor-power-sequencer/test/ |
H A D | meson.build | 2 'phosphor-power-sequencer-tests', 4 'phosphor-power-sequencer-tests',
|
/openbmc/phosphor-power/power-sequencer/ |
H A D | meson.build | 3 if sequencer == 'ucd90160' variable 24 elif sequencer == 'mihawk-cpld' variable
|
/openbmc/linux/Documentation/hwmon/ |
H A D | adm1266.rst | 17 This driver supports hardware monitoring for Analog Devices ADM1266 sequencer. 19 ADM1266 is a sequencer that features voltage readback from 17 channels via an
|
H A D | ucd9000.rst | 35 The UCD90124 is a 12-rail PMBus/I2C addressable power-supply sequencer and 43 The UCD90160 is a 16-rail PMBus/I2C addressable power-supply sequencer and 50 The UCD90320 is a 32-rail PMBus/I2C addressable power-supply sequencer and 56 The UCD9090 is a 10-rail PMBus/I2C addressable power-supply sequencer and 63 The UCD90910 is a ten-rail I2C / PMBus addressable power-supply sequencer and
|
/openbmc/u-boot/drivers/ddr/altera/ |
H A D | Makefile | 10 obj-$(CONFIG_TARGET_SOCFPGA_GEN5) += sdram_gen5.o sequencer.o
|
/openbmc/linux/drivers/net/ethernet/toshiba/ |
H A D | spider_net.c | 1803 int sequencer, i; in spider_net_download_firmware() local 1810 for (sequencer = 0; sequencer < SPIDER_NET_FIRMWARE_SEQS; in spider_net_download_firmware() 1811 sequencer++) { in spider_net_download_firmware() 1813 SPIDER_NET_GSnPRGADR + sequencer * 8, 0); in spider_net_download_firmware() 1816 sequencer * 8, *fw_ptr); in spider_net_download_firmware() 2098 int i, sequencer = 0; in spider_net_workaround_rxramfull() local 2105 for (sequencer = 0; sequencer < SPIDER_NET_FIRMWARE_SEQS; in spider_net_workaround_rxramfull() 2106 sequencer++) { in spider_net_workaround_rxramfull() 2108 sequencer * 8, 0x0); in spider_net_workaround_rxramfull() 2111 sequencer * 8, 0x0); in spider_net_workaround_rxramfull()
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | max77620.txt | 48 a flexible power sequencer timer or a software bit. When a FPS source of 50 power sequencer, the power up and power down delays can be specified in 51 the regulators, GPIOs and clocks flexible power sequencer configuration 56 corresponds to its flexible sequencer configuration register.
|
/openbmc/linux/Documentation/devicetree/bindings/mips/brcm/ |
H A D | soc.txt | 104 == DDR memory controller sequencer 106 Control registers for this memory controller's DDR memory sequencer 115 - reg : the DDR sequencer register range and length
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | power_control_main.cpp | 28 phosphor::power::sequencer::PowerControl control{bus, event}; in main()
|