Searched refs:of_flags (Results 1 – 3 of 3) sorted by relevance
/drivers/gpio/ |
D | gpiolib-of.c | 373 enum of_gpio_flags *of_flags) in of_find_spi_gpio() argument 393 desc = of_get_named_gpiod_flags(np, prop_name, 0, of_flags); in of_find_spi_gpio() 435 enum of_gpio_flags *of_flags) in of_find_regulator_gpio() argument 457 desc = of_get_named_gpiod_flags(np, con_id, 0, of_flags); in of_find_regulator_gpio() 463 enum of_gpio_flags *of_flags) in of_find_arizona_gpio() argument 471 return of_get_named_gpiod_flags(dev->of_node, con_id, 0, of_flags); in of_find_arizona_gpio() 476 enum of_gpio_flags *of_flags) in of_find_usb_gpio() argument 489 return of_get_named_gpiod_flags(dev->of_node, con_id, 0, of_flags); in of_find_usb_gpio() 496 enum of_gpio_flags of_flags; in of_find_gpio() local 510 &of_flags); in of_find_gpio() [all …]
|
/drivers/pci/controller/dwc/ |
D | pcie-histb.c | 305 enum of_gpio_flags of_flags; in histb_pcie_probe() local 342 "reset-gpios", 0, &of_flags); in histb_pcie_probe() 343 if (of_flags & OF_GPIO_ACTIVE_LOW) in histb_pcie_probe()
|
/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-core.c | 1580 enum of_gpio_flags of_flags; in s5c73m3_parse_gpios() local 1583 0, &of_flags); in s5c73m3_parse_gpios() 1590 state->gpio[i].level = !(of_flags & OF_GPIO_ACTIVE_LOW); in s5c73m3_parse_gpios()
|