Home
last modified time | relevance | path

Searched refs:oe_inverted (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpio/
Dgpio-ath79.c232 bool oe_inverted; in ath79_gpio_probe() local
246 oe_inverted = of_device_is_compatible(np, "qca,ar9340-gpio"); in ath79_gpio_probe()
249 oe_inverted = pdata->oe_inverted; in ath79_gpio_probe()
273 oe_inverted ? NULL : ctrl->base + AR71XX_GPIO_REG_OE, in ath79_gpio_probe()
274 oe_inverted ? ctrl->base + AR71XX_GPIO_REG_OE : NULL, in ath79_gpio_probe()
/Linux-v4.19/arch/mips/ath79/
Ddev-common.c150 ath79_gpio_pdata.oe_inverted = 1; in ath79_gpio_init()
153 ath79_gpio_pdata.oe_inverted = 1; in ath79_gpio_init()
/Linux-v4.19/include/linux/platform_data/
Dgpio-ath79.h16 bool oe_inverted; member