Home
last modified time | relevance | path

Searched defs:writePath (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json.in48 "writePath": "", string
58 "writePath": "", string
68 "writePath": "", string
78 "writePath": "", string
88 "writePath": "", string
98 "writePath": "", string
108 "writePath": "", string
118 "writePath": "", string
128 "writePath": "", string
138 "writePath": "", string
[all …]
/openbmc/phosphor-pid-control/sysfs/
H A Dsysfswrite.hpp18 SysFsWritePercent(const std::string& writePath, int64_t min, int64_t max) : in SysFsWritePercent()
31 SysFsWrite(const std::string& writePath, int64_t min, int64_t max) : in SysFsWrite()
/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig-olympus-nuvoton.json15 "writePath": "", string
24 "writePath": "", string
33 "writePath": "", string
42 "writePath": "", string
51 "writePath": "", string
60 "writePath": "", string
69 "writePath": "", string
78 "writePath": "", string
87 "writePath": "", string
96 "writePath": "", string
[all …]
/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json14 "writePath": "/xyz/openbmc_project/control/fanpwm/Pwm_1", string
23 "writePath": "/xyz/openbmc_project/control/fanpwm/Pwm_2", string
32 "writePath": "/xyz/openbmc_project/control/fanpwm/Pwm_3", string
41 "writePath": "/xyz/openbmc_project/control/fanpwm/Pwm_4", string
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json7 "writePath": "/sys/devices/platform/pwm-fan0/hwmon/**/pwm1", string
16 "writePath": "/sys/devices/platform/pwm-fan0/hwmon/**/pwm1", string
25 "writePath": "/sys/devices/platform/pwm-fan1/hwmon/**/pwm1", string
34 "writePath": "/sys/devices/platform/pwm-fan1/hwmon/**/pwm1", string
43 "writePath": "", string
53 "writePath": "", string
/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json7 "writePath": "/sys/class/hwmon/hwmon0/pwm0", string
15 "writePath": "/sys/class/hwmon/hwmon0/pwm1", string
23 "writePath": "/sys/class/hwmon/hwmon0/pwm2", string
31 "writePath": "/sys/class/hwmon/hwmon0/pwm3", string
39 "writePath": "/sys/class/hwmon/hwmon0/pwm4", string
47 "writePath": "/sys/class/hwmon/hwmon0/pwm6", string
/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig-evb-npcm845.json7 … "writePath": "/sys/devices/platform/ahb/ahb:apb/f0103000.pwm-fan-controller/hwmon/**/pwm1", string
15 … "writePath": "/sys/devices/platform/ahb/ahb:apb/f0103000.pwm-fan-controller/hwmon/**/pwm2", string
23 … "writePath": "/sys/devices/platform/ahb/ahb:apb/f0103000.pwm-fan-controller/hwmon/**/pwm3", string
31 … "writePath": "/sys/devices/platform/ahb/ahb:apb/f0103000.pwm-fan-controller/hwmon/**/pwm4", string
39 "writePath": "", string
/openbmc/phosphor-pid-control/examples/
H A Dfan-info.json7 … "writePath": "/sys/devices/platform/ahb/ahb:apb/1e786000.pwm-tacho-controller/hwmon/**/pwm1", string
15 … "writePath": "/sys/devices/platform/ahb/ahb:apb/1e786000.pwm-tacho-controller/hwmon/**/pwm2", string
23 … "writePath": "/sys/devices/platform/ahb/ahb:apb/1e786000.pwm-tacho-controller/hwmon/**/pwm3", string
31 … "writePath": "/sys/devices/platform/ahb/ahb:apb/1e786000.pwm-tacho-controller/hwmon/**/pwm4", string
/openbmc/phosphor-pid-control/sensors/
H A Dbuildjson.cpp38 auto writePath = j.find("writePath"); in from_json() local
/openbmc/phosphor-debug-collector/
H A Ddump_offload.cpp134 std::string writePath) in requestOffload()
/openbmc/phosphor-pid-control/
H A Dconf.hpp26 std::string writePath; member