Home
last modified time | relevance | path

Searched refs:DIRECTION_INPUT (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Dtegra_gpio.c27 static const int DIRECTION_INPUT = 0; variable
91 return dir ? DIRECTION_OUTPUT : DIRECTION_INPUT; in get_direction()
105 if (output != DIRECTION_INPUT) in set_direction()
140 set_direction(state->base_gpio + offset, DIRECTION_INPUT); in tegra_gpio_direction_input()
177 if (get_direction(gpio) == DIRECTION_INPUT) in tegra_gpio_get_value()
207 set_direction(config[i].gpio, DIRECTION_INPUT); in gpio_config_table()
/openbmc/phosphor-state-manager/host_condition_gpio/
H A Dhost_condition.cpp53 {lineName, gpiod::line_request::DIRECTION_INPUT, in currentFirmwareCondition()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil.cpp56 line.request({__FUNCTION__, gpiod::line_request::DIRECTION_INPUT, in read()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dservices.cpp116 gpiod::line_request::DIRECTION_INPUT, 0}); in getGPIOValues()
H A Dpower_control.cpp322 {"phosphor-power-control", gpiod::line_request::DIRECTION_INPUT, 0}); in setUpGpio()
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.hpp108 line.request({"cpusensor", gpiod::line_request::DIRECTION_INPUT, in cpuIsPresent()
/openbmc/dbus-sensors/src/fan/
H A DPresenceGpio.cpp137 {deviceType + "Sensor", gpiod::line_request::DIRECTION_INPUT, in PollingPresenceGpio()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Djson_utility.hpp363 gpiod::line_request::DIRECTION_INPUT, 0}); in processGpioPresenceTag()