Searched refs:GPIOD_ACTIVE_LOW (Results 1 – 13 of 13) sorted by relevance
218 cs_flags = (slave->mode & SPI_CS_HIGH) ? 0 : GPIOD_ACTIVE_LOW; in soft_spi_probe()219 clk_flags = (slave->mode & SPI_CPOL) ? GPIOD_ACTIVE_LOW : 0; in soft_spi_probe()221 cs_flags = GPIOD_ACTIVE_LOW; in soft_spi_probe()
132 desc->flags = GPIOD_ACTIVE_LOW; in gpio_xlate_offs_flags()478 return desc->flags & GPIOD_ACTIVE_LOW ? !value : value; in dm_gpio_get_value()489 if (desc->flags & GPIOD_ACTIVE_LOW) in dm_gpio_set_value()540 if (flags & GPIOD_ACTIVE_LOW) in dm_gpio_set_dir_flags()
112 desc->flags = args->args[1] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in gen_74x164_xlate()
175 desc->flags |= GPIOD_ACTIVE_LOW; in sb_gpio_xlate()
152 desc->flags = args->args[1] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in tegra186_gpio_xlate()
228 desc->flags = args->args[2] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in sunxi_gpio_xlate()
249 desc->flags = args->args[1] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in tegra_gpio_xlate()
234 desc->flags = args->args[1] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in pca953x_xlate()
40 flags |= GPIOD_ACTIVE_LOW; in fixed_regulator_ofdata_to_platdata()
123 #define GPIOD_ACTIVE_LOW (1 << 3) /* value has active low */ macro
825 reset_flags |= GPIOD_ACTIVE_LOW; in sun8i_emac_eth_ofdata_to_platdata()
759 reset_flags |= GPIOD_ACTIVE_LOW; in designware_eth_ofdata_to_platdata()
1894 reset_flags |= GPIOD_ACTIVE_LOW; in eqos_probe_resources_stm32()