Lines Matching defs:raw
2444 * as raw value on the physical line without regard for the ACTIVE_LOW status.
2686 int gpiod_get_array_value_complex(bool raw, bool can_sleep,
2711 if (!raw && !bitmap_empty(array_info->invert_mask, array_size))
2771 if (!raw && test_bit(FLAG_ACTIVE_LOW, &desc->flags))
2789 * gpiod_get_raw_value() - return a gpio's raw value
2792 * Return the GPIO's raw value, i.e. the value of the physical line disregarding
2837 * gpiod_get_raw_array_value() - read raw values from an array of GPIOs
2843 * Read the raw values of the GPIOs, i.e. the values of the physical lines
2972 int gpiod_set_array_value_complex(bool raw, bool can_sleep,
2991 if (!raw && !bitmap_empty(array_info->invert_mask, array_size))
3037 if (!raw && !(array_info &&
3046 if (test_bit(FLAG_OPEN_DRAIN, &desc->flags) && !raw) {
3048 } else if (test_bit(FLAG_OPEN_SOURCE, &desc->flags) && !raw) {
3073 * gpiod_set_raw_value() - assign a gpio's raw value
3077 * Set the raw value of the GPIO, i.e. the value of its physical line without
3140 * Set the raw values of the GPIOs, i.e. the values of the physical lines
3429 * gpiod_get_raw_value_cansleep() - return a gpio's raw value
3432 * Return the GPIO's raw value, i.e. the value of the physical line disregarding
3472 * gpiod_get_raw_array_value_cansleep() - read raw values from an array of GPIOs
3478 * Read the raw values of the GPIOs, i.e. the values of the physical lines
3525 * gpiod_set_raw_value_cansleep() - assign a gpio's raw value
3529 * Set the raw value of the GPIO, i.e. the value of its physical line without
3567 * Set the raw values of the GPIOs, i.e. the values of the physical lines