Home
last modified time | relevance | path

Searched refs:OF_GPIO_ACTIVE_LOW (Results 1 – 37 of 37) sorted by relevance

/linux-4.4.14/drivers/i2c/muxes/
Di2c-arb-gpio-challenge.c152 arb->our_gpio_release = !!(gpio_flags & OF_GPIO_ACTIVE_LOW); in i2c_arbitrator_probe()
153 out_init = (gpio_flags & OF_GPIO_ACTIVE_LOW) ? in i2c_arbitrator_probe()
170 arb->their_gpio_release = !!(gpio_flags & OF_GPIO_ACTIVE_LOW); in i2c_arbitrator_probe()
/linux-4.4.14/arch/powerpc/platforms/85xx/
Dsgy_cts1000.c54 trigger = (flags == OF_GPIO_ACTIVE_LOW); in gpio_halt_cb()
105 trigger = (flags == OF_GPIO_ACTIVE_LOW); in gpio_halt_probe()
/linux-4.4.14/drivers/net/phy/
Dmdio-gpio.c55 pdata->mdc_active_low = flags & OF_GPIO_ACTIVE_LOW; in mdio_gpio_of_get_data()
61 pdata->mdio_active_low = flags & OF_GPIO_ACTIVE_LOW; in mdio_gpio_of_get_data()
66 pdata->mdo_active_low = flags & OF_GPIO_ACTIVE_LOW; in mdio_gpio_of_get_data()
/linux-4.4.14/arch/mips/lantiq/xway/
Dvmmc.c46 (flags & OF_GPIO_ACTIVE_LOW) ? (0) : (1)); in vmmc_probe()
/linux-4.4.14/include/linux/
Dof_gpio.h31 OF_GPIO_ACTIVE_LOW = 0x1, enumerator
/linux-4.4.14/drivers/input/misc/
Drotary_encoder.c223 pdata->inverted_a = flags & OF_GPIO_ACTIVE_LOW; in rotary_encoder_parse_dt()
226 pdata->inverted_b = flags & OF_GPIO_ACTIVE_LOW; in rotary_encoder_parse_dt()
/linux-4.4.14/drivers/video/backlight/
Dgpio_backlight.c77 gbl->active = (gpio_flags & OF_GPIO_ACTIVE_LOW) ? 0 : 1; in gpio_backlight_probe_dt()
/linux-4.4.14/drivers/mmc/host/
Dof_mmc_spi.c114 if (gpio_flags & OF_GPIO_ACTIVE_LOW) in mmc_spi_get_pdata()
/linux-4.4.14/drivers/gpu/drm/tegra/
Doutput.c60 if (output->hpd_gpio_flags & OF_GPIO_ACTIVE_LOW) { in tegra_output_connector_detect()
/linux-4.4.14/sound/soc/tegra/
Dtegra_rt5640.c120 !!(machine->gpio_hp_det_flags & OF_GPIO_ACTIVE_LOW); in tegra_rt5640_asoc_init()
/linux-4.4.14/drivers/media/rc/
Dgpio-ir-recv.c54 pdata->active_low = (flags & OF_GPIO_ACTIVE_LOW); in gpio_ir_recv_get_devtree_pdata()
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dmmc.txt62 also be specified using the OF_GPIO_ACTIVE_LOW flag. This creates an ambiguity
65 OF_GPIO_ACTIVE_LOW flag clear and specifying the respective *-inverted
/linux-4.4.14/drivers/watchdog/
Dgpio_wdt.c180 priv->active_low = flags & OF_GPIO_ACTIVE_LOW; in gpio_wdt_probe()
/linux-4.4.14/sound/soc/generic/
Dsimple-card.c501 priv->gpio_hp_det_invert = !!(flags & OF_GPIO_ACTIVE_LOW); in asoc_simple_card_parse_of()
507 priv->gpio_mic_det_invert = !!(flags & OF_GPIO_ACTIVE_LOW); in asoc_simple_card_parse_of()
/linux-4.4.14/drivers/power/
Dgpio-charger.c100 pdata->gpio_active_low = !!(flags & OF_GPIO_ACTIVE_LOW); in gpio_charger_parse_dt()
Dbq24735-charger.c227 if (flags & OF_GPIO_ACTIVE_LOW) in bq24735_parse_dt_data()
Dsbs-battery.c782 if (gpio_flags & OF_GPIO_ACTIVE_LOW) in sbs_of_populate_pdata()
/linux-4.4.14/sound/soc/codecs/
Dak4104.c302 flags & OF_GPIO_ACTIVE_LOW ? in ak4104_spi_probe()
Dcs4270.c687 flags & OF_GPIO_ACTIVE_LOW ? in cs4270_i2c_probe()
/linux-4.4.14/drivers/clk/
Dclk-gpio.c252 data->num_parents, gpio, of_flags & OF_GPIO_ACTIVE_LOW); in of_clk_gpio_delayed_register_get()
/linux-4.4.14/drivers/gpio/
Dgpiolib-of.c177 if (xlate_flags & OF_GPIO_ACTIVE_LOW) in of_parse_own_gpio()
Dgpiolib.c1837 if (of_flags & OF_GPIO_ACTIVE_LOW) in of_find_gpio()
1841 if (of_flags & OF_GPIO_ACTIVE_LOW) in of_find_gpio()
2212 active_low = flags & OF_GPIO_ACTIVE_LOW; in fwnode_get_named_gpiod()
/linux-4.4.14/drivers/spi/
Dspi-ppc4xx.c437 !!(flags & OF_GPIO_ACTIVE_LOW)); in spi_ppc4xx_of_probe()
Dspi-fsl-spi.c760 pinfo->alow_flags[i] = flags & OF_GPIO_ACTIVE_LOW; in of_fsl_spi_get_chipselects()
/linux-4.4.14/drivers/pci/host/
Dpci-dra7xx.c414 gpio_flags = (flags & OF_GPIO_ACTIVE_LOW) ? in dra7xx_pcie_probe()
Dpci-mvebu.c1103 if (flags & OF_GPIO_ACTIVE_LOW) { in mvebu_pcie_parse_port()
/linux-4.4.14/drivers/usb/host/
Dohci-at91.c497 pdata->vbus_pin_active_low[i] = flags & OF_GPIO_ACTIVE_LOW; in ohci_hcd_at91_drv_probe()
Dfhci-hcd.c644 fhci->alow_gpios[i] = flags & OF_GPIO_ACTIVE_LOW; in of_fhci_probe()
/linux-4.4.14/drivers/hwmon/
Dgpio-fan.c467 alarm->active_low = flags & OF_GPIO_ACTIVE_LOW; in gpio_fan_get_of_pdata()
/linux-4.4.14/drivers/input/keyboard/
Dgpio_keys.c648 button->active_low = flags & OF_GPIO_ACTIVE_LOW; in gpio_keys_get_devtree_pdata()
/linux-4.4.14/drivers/usb/gadget/udc/
Dat91_udc.c1814 board->vbus_active_low = (flags & OF_GPIO_ACTIVE_LOW) ? 1 : 0; in at91udc_of_init()
1819 board->pullup_active_low = (flags & OF_GPIO_ACTIVE_LOW) ? 1 : 0; in at91udc_of_init()
Datmel_usba_udc.c1946 udc->vbus_pin_inverted = (flags & OF_GPIO_ACTIVE_LOW) ? 1 : 0; in atmel_udc_of_init()
/linux-4.4.14/drivers/video/fbdev/
Datmel_lcdfb.c1087 og->active_low = flags & OF_GPIO_ACTIVE_LOW; in atmel_lcdfb_of_init()
/linux-4.4.14/drivers/staging/fbtft/
Dfbtft-core.c180 flags = (of_flags & OF_GPIO_ACTIVE_LOW) ? GPIOF_OUT_INIT_LOW : in fbtft_request_one_gpio()
/linux-4.4.14/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c1594 state->gpio[i].level = !(of_flags & OF_GPIO_ACTIVE_LOW); in s5c73m3_parse_gpios()
/linux-4.4.14/drivers/media/i2c/
Ds5k5baf.c1834 gpios[i].level = !(flags & OF_GPIO_ACTIVE_LOW); in s5k5baf_parse_gpios()
/linux-4.4.14/drivers/mtd/nand/
Datmel_nand.c1530 board->rdy_pin_active_low = (flags == OF_GPIO_ACTIVE_LOW); in atmel_of_init_port()