| /openbmc/openbmc/meta-google/recipes-google/gpio/gpio-ctrl/ |
| H A D | lib.sh | 69 local sysfs 71 sysfs="${gpio_sysfs_lookup_cache["$id"]}" 75 if ! sysfs="$(grep -xl "$val" /sys/class/gpio/gpiochip*/label)"; then 79 sysfs="${sysfs%/label}" 82 for sysfs in $(echo /sys/class/gpio/gpiochip*); do 85 link="$(readlink -f "$sysfs/device/of_node" 2>/dev/null)" || continue 87 sysfs= 89 if [ -z "$sysfs" ]; then 99 gpio_sysfs_lookup_cache["$id"]="$sysfs" 103 ngpio=$(<"$sysfs"/ngpio) [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
| H A D | openhpi-sysfs-cross-compile.patch | 1 Fix sysfs when cross-compiling 3 Use proper paths for sysfs plugins when cross-compiling 11 diff --git a/plugins/sysfs/sysfs2hpi.c b/plugins/sysfs/sysfs2hpi.c 13 --- a/plugins/sysfs/sysfs2hpi.c 14 +++ b/plugins/sysfs/sysfs2hpi.c 20 +#include <sysfs/libsysfs.h>
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/ |
| H A D | gpiod-sysfs-proxy_0.1.2.bb | 1 SUMMARY = "User-space, libgpiod-based compatibility layer for linux GPIO sysfs interface." 11 file://gpiod-sysfs-proxy.service.in \ 14 file://gpiod-sysfs-proxy.init.in \ 20 # For full backward compatibility with the kernel sysfs interface, this option 21 # must be selected. However, we don't make it the default as - with kernel sysfs 32 …install -m 0644 ${UNPACKDIR}/gpiod-sysfs-proxy.service.in ${D}${systemd_system_unitdir}/gpiod-sysf… 44 … sed -i "s:@mountpoint@:$MOUNTPOINT:g" ${D}${systemd_system_unitdir}/gpiod-sysfs-proxy.service 47 … install -m 0755 ${UNPACKDIR}/gpiod-sysfs-proxy.init.in ${D}${sysconfdir}/init.d/gpiod-sysfs-proxy 48 sed -i "s:@mountpoint@:$MOUNTPOINT:g" ${D}${sysconfdir}/init.d/gpiod-sysfs-proxy 52 SYSTEMD_SERVICE:${PN} = "gpiod-sysfs-proxy.service" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy/ |
| H A D | run-gpio-sys.mount | 5 Description=Remount of sysfs for gpiod-sysfs-proxy 10 What=sysfs 12 Type=sysfs
|
| H A D | gpiod-sysfs-proxy.service.in | 5 Description=User-space, libgpiod-based compatibility layer for linux GPIO sysfs interface 10 ExecStart=/usr/bin/gpiod-sysfs-proxy @mountpoint@ -f -o nonempty -o allow_other -o default_permissi…
|
| H A D | gpiod-sysfs-proxy.init.in | 33 mount -t sysfs sysfs /run/gpio/sys -o nosuid,nodev,noexec
|
| /openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
| H A D | sysfs.sh | 21 if [ -e /sys ] && grep -q sysfs /proc/filesystems && ! [ -e /sys/class ]; then 22 mount -t sysfs sysfs /sys
|
| /openbmc/phosphor-pid-control/sensors/ |
| H A D | build_utils.cpp | 14 static constexpr auto sysfs = "/sys/"; variable 23 if (path.find(sysfs) != std::string::npos) in getWriteInterfaceType() 54 if (path.find(sysfs) != std::string::npos) in getReadInterfaceType()
|
| /openbmc/phosphor-led-sysfs/ |
| H A D | meson.build | 44 ['systemd' / 'system' / 'sysfs-led@.service'], 60 'sysfs.cpp', 69 install_dir: '/usr/libexec/phosphor-led-sysfs', 79 install_dir: '/usr/libexec/phosphor-led-sysfs',
|
| /openbmc/phosphor-hwmon/ |
| H A D | readd.cpp | 56 path = sysfs::findHwmonFromDevPath(path); in main() 60 path = sysfs::findHwmonFromOFPath(path); in main() 77 auto calloutPath = sysfs::findCalloutPath(path); in main()
|
| H A D | fan_speed.cpp | 35 auto file = sysfs::make_sysfs_path(_ioAccess->path(), _type, _id, in target() 70 auto fullPath = sysfs::make_sysfs_path(_ioAccess->path(), type::pwm, in enable()
|
| /openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/ |
| H A D | init-boot.sh | 8 mount -t sysfs sysfs /sys
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/ |
| H A D | phosphor-led-sysfs_git.bb | 3 HOMEPAGE = "http://github.com/openbmc/phosphor-led-sysfs" 16 SRC_URI = "git://github.com/openbmc/phosphor-led-sysfs;branch=master;protocol=https" 27 FILES:${PN} += "/usr/lib/systemd/system/sysfs-led@.service"
|
| /openbmc/phosphor-state-manager/ |
| H A D | meson.options | 102 'sysfs-secure-boot-path', 105 description: 'The sysfs path to the secure boot value.', 109 'sysfs-abr-image-path', 112 description: 'The sysfs path to the abr image value.', 123 'sysfs-tpm-device-path', 126 description: 'The sysfs path to the tpm device.', 130 'sysfs-tpm-measurement-path', 133 description: 'The sysfs path to the tpm measurement value.',
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/i2cdev/i2cdev/ |
| H A D | fix-musl.patch | 19 libi2cdev/sysfs.c | 1 - 30 #include "sysfs.h" 45 #include "sysfs.h" 79 --- a/libi2cdev/sysfs.c 80 +++ b/libi2cdev/sysfs.c
|
| /openbmc/docs/designs/ |
| H A D | multihost-physical-led.md | 12 The existing phosphor-led-sysfs design exposes one service per LED configuration 29 Based on the current design in phosphor-led-sysfs application, pairing groups 76 The existing design uses sysfs entry as udev events for particular LED and 103 - Add DBUS API method for phosphor-led-sysfs daemon. 151 - Dbus API method will be created in the phosphor-led-sysfs repository under 167 - Executable will call Dbus API method in the phosphor-led-sysfs repository to 170 - Phosphor-led-sysfs will have a single systemd service (primary service) 174 - Once Dbus API method call invoked, phosphor-led-sysfs daemon will retrieve the 179 - The schema will be implemented in the phosphor-led-sysfs daemon. A group of 210 a file utilizing the script. Phosphor-led-sysfs will monitor the file using [all …]
|
| /openbmc/openbmc/poky/meta/files/ |
| H A D | overlayfs-etc-preinit.sh.in | 17 mount -t sysfs sysfs /sys
|
| /openbmc/openbmc/poky/meta/recipes-core/sysfsutils/ |
| H A D | sysfsutils_2.1.1.bb | 1 SUMMARY = "Tools for working with sysfs" 2 DESCRIPTION = "Tools for working with the sysfs virtual filesystem. The tool 'systool' can query d…
|
| /openbmc/phosphor-led-sysfs/test/ |
| H A D | meson.build | 24 '../sysfs.cpp', 30 'sysfs.cpp',
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/ |
| H A D | inittab | 3 ::sysinit:/bin/mount -t sysfs sysfs /sys
|
| /openbmc/phosphor-pid-control/ |
| H A D | meson.build | 104 'sysfs', 122 'sysfs/sysfsread.cpp', 123 'sysfs/sysfswrite.cpp', 124 'sysfs/util.cpp',
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
| H A D | inittab | 5 ::sysinit:/bin/mount -t sysfs sysfs /sys
|
| /openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
| H A D | init | 86 mount -t sysfs sysfs /sys
|
| /openbmc/phosphor-led-sysfs/udev/rules.d/ |
| H A D | 70-leds.rules | 1 SUBSYSTEM=="leds", ACTION=="add", TAG+="systemd", ENV{SYSTEMD_WANTS}+="sysfs-led@$name"
|
| /openbmc/phosphor-fan-presence/docs/presence/ |
| H A D | eeprom.md | 21 subsystem in sysfs. 29 The name of the eeprom driver in sysfs.
|