Searched refs:active_high (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/linux/mfd/
H A Dds1wm.h9 int active_high; member in struct:ds1wm_driver_data
/linux-master/drivers/gpio/
H A Dgpiolib-of.c158 bool active_high,
161 if (active_high) {
186 bool active_high; member in struct:__anon141
212 of_gpio_quirk_polarity(np, gpios[i].active_high, flags);
273 bool active_high; local
289 active_high = of_property_read_bool(np_propname,
291 of_gpio_quirk_polarity(np, active_high, flags);
344 bool active_high = of_property_read_bool(child, local
346 of_gpio_quirk_polarity(child, active_high,
157 of_gpio_quirk_polarity(const struct device_node *np, bool active_high, enum of_gpio_flags *flags) argument
/linux-master/drivers/bluetooth/
H A Dbtmtk.h93 u8 active_high; member in struct:btmtk_wakeon
H A Dbtmtksdio.c1306 .active_high = 0x1,
/linux-master/drivers/iio/imu/bmi323/
H A Dbmi323_core.c1803 bool active_high, bool open_drain, bool latch)
1824 field_value = FIELD_PREP(BMI323_IO_INT1_LVL_MSK, active_high) |
1831 field_value = FIELD_PREP(BMI323_IO_INT2_LVL_MSK, active_high) |
1846 bool open_drain, active_high, latch; local
1876 active_high = true;
1880 active_high = true;
1884 active_high = false;
1888 active_high = false;
1898 ret = bmi323_int_pin_config(data, irq_pin, active_high, open_drain,
1801 bmi323_int_pin_config(struct bmi323_data *data, enum bmi323_irq_pin irq_pin, bool active_high, bool open_drain, bool latch) argument
/linux-master/drivers/gpu/drm/radeon/
H A Drs600.c239 if (voltage->active_high)
248 if (voltage->active_high)
H A Dradeon_atombios.c2160 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high =
2163 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high =
2196 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high =
2199 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high =
2232 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high =
2235 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high =
H A Dradeon_combios.c2752 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high =
2755 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high =
H A Dr100.c371 if (voltage->active_high)
380 if (voltage->active_high)
H A Dradeon.h1261 bool active_high; /* voltage drop is active when bit is high */ member in struct:radeon_voltage
/linux-master/sound/soc/codecs/
H A Dnau8821.c1020 bool active_high, is_high; local
1024 active_high = jkdet & NAU8821_JACK_POLARITY;
1030 return active_high == is_high;
H A Dnau8825.c1578 bool active_high, is_high; local
1582 active_high = jkdet & NAU8825_JACK_POLARITY;
1588 return active_high == is_high;

Completed in 341 milliseconds