Home
last modified time | relevance | path

Searched refs:FLAG_ACTIVE_LOW (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpiolib-sysfs.c184 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 Dgpiolib-legacy.c37 set_bit(FLAG_ACTIVE_LOW, &desc->flags); in gpio_request_one()
H A Dgpiolib-cdev.c189 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 Dgpiolib.h166 #define FLAG_ACTIVE_LOW 6 /* value has active low */ macro
H A Dgpiolib.c2221 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 Dhost_condition.cpp54 (isActHigh) ? 0 : gpiod::line_request::FLAG_ACTIVE_LOW}); in currentFirmwareCondition()
/openbmc/dbus-sensors/src/fan/
H A DPresenceGpio.cpp63 inverted ? gpiod::line_request::FLAG_ACTIVE_LOW : 0}); in EventPresenceGpio()
/openbmc/dbus-sensors/src/adc/
H A DADCSensor.hpp36 : gpiod::line_request::FLAG_ACTIVE_LOW}); in BridgeGpio()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil.cpp57 gpiod::line_request::FLAG_ACTIVE_LOW}); in read()
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.hpp104 activeHigh ? 0 : gpiod::line_request::FLAG_ACTIVE_LOW}); in cpuIsPresent()
/openbmc/phosphor-host-postd/ipmisnoop/
H A Dipmisnoop.cpp61 gpiod::line_request::FLAG_ACTIVE_LOW}, in configGPIODirOutput()
/openbmc/dbus-sensors/src/intrusion/
H A DChassisIntrusionSensor.cpp427 mGpioInverted ? gpiod::line_request::FLAG_ACTIVE_LOW : 0}); in ChassisIntrusionGpioSensor()
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp2886 : gpiod::line_request::FLAG_ACTIVE_LOW}); in ipmiOEMSetFaultIndication()