Searched refs:FLAG_ACTIVE_LOW (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-sysfs.c | 184 irq_flags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? in gpio_sysfs_request_irq() 187 irq_flags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? in gpio_sysfs_request_irq() 301 if (!!test_bit(FLAG_ACTIVE_LOW, &desc->flags) == !!value) in gpio_sysfs_set_active_low() 304 assign_bit(FLAG_ACTIVE_LOW, &desc->flags, value); in gpio_sysfs_set_active_low() 325 value = !!test_bit(FLAG_ACTIVE_LOW, &desc->flags); in active_low_show()
|
H A D | gpiolib-legacy.c | 37 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpio_request_one()
|
H A D | gpiolib-cdev.c | 189 assign_bit(FLAG_ACTIVE_LOW, flagsp, in linehandle_flags_to_desc_flags() 896 flags |= test_bit(FLAG_ACTIVE_LOW, &line->desc->flags) ? in hte_edge_setup() 900 flags |= test_bit(FLAG_ACTIVE_LOW, &line->desc->flags) ? in hte_edge_setup() 1002 if (test_bit(FLAG_ACTIVE_LOW, &line->desc->flags)) in debounced_value() 1223 irqflags |= test_bit(FLAG_ACTIVE_LOW, &line->desc->flags) ? in edge_detector_setup() 1226 irqflags |= test_bit(FLAG_ACTIVE_LOW, &line->desc->flags) ? in edge_detector_setup() 1404 assign_bit(FLAG_ACTIVE_LOW, flagsp, in gpio_v2_line_config_flags_to_desc_flags() 2343 irqflags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? in lineevent_create() 2346 irqflags |= test_bit(FLAG_ACTIVE_LOW, &desc->flags) ? in lineevent_create() 2507 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpio_desc_to_lineinfo()
|
H A D | gpiolib.h | 166 #define FLAG_ACTIVE_LOW 6 /* value has active low */ macro
|
H A D | gpiolib.c | 2221 clear_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_free_commit() 2589 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_direction_output() 2774 return test_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_is_active_low() 2785 change_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_toggle_active_low() 2941 if (!raw && test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_array_value_complex() 3001 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value() 3218 test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_array_value_complex() 3284 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_set_value_nocheck() 3645 if (test_bit(FLAG_ACTIVE_LOW, &desc->flags)) in gpiod_get_value_cansleep() 4197 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpiod_configure_flags() [all …]
|
/openbmc/phosphor-state-manager/host_condition_gpio/ |
H A D | host_condition.cpp | 54 (isActHigh) ? 0 : gpiod::line_request::FLAG_ACTIVE_LOW}); in currentFirmwareCondition()
|
/openbmc/dbus-sensors/src/fan/ |
H A D | PresenceGpio.cpp | 63 inverted ? gpiod::line_request::FLAG_ACTIVE_LOW : 0}); in EventPresenceGpio()
|
/openbmc/dbus-sensors/src/adc/ |
H A D | ADCSensor.hpp | 36 : gpiod::line_request::FLAG_ACTIVE_LOW}); in BridgeGpio()
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | util.cpp | 57 gpiod::line_request::FLAG_ACTIVE_LOW}); in read()
|
/openbmc/dbus-sensors/src/intel-cpu/ |
H A D | IntelCPUSensor.hpp | 104 activeHigh ? 0 : gpiod::line_request::FLAG_ACTIVE_LOW}); in cpuIsPresent()
|
/openbmc/phosphor-host-postd/ipmisnoop/ |
H A D | ipmisnoop.cpp | 61 gpiod::line_request::FLAG_ACTIVE_LOW}, in configGPIODirOutput()
|
/openbmc/dbus-sensors/src/intrusion/ |
H A D | ChassisIntrusionSensor.cpp | 427 mGpioInverted ? gpiod::line_request::FLAG_ACTIVE_LOW : 0}); in ChassisIntrusionGpioSensor()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | oemcommands.cpp | 2886 : gpiod::line_request::FLAG_ACTIVE_LOW}); in ipmiOEMSetFaultIndication()
|