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.cpp52 line.request({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/dbus-sensors/src/
H A DIntelCPUSensor.hpp103 line.request({"cpusensor", gpiod::line_request::DIRECTION_INPUT, in cpuIsPresent()
/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/openpower-vpd-parser/vpd-manager/
H A DgpioMonitor.cpp33 {"Op-panel presence line", gpiod::line_request::DIRECTION_INPUT, 0}); in getPresencePinValue()
/openbmc/openpower-vpd-parser/
H A Dibm_vpd_utils.cpp849 gpiod::line_request::DIRECTION_INPUT, 0}); in isPresent()