Lines Matching refs:of_flags
343 enum of_gpio_flags of_flags; in gpiod_get_from_of_node() local
346 desc = of_get_named_gpiod_flags(node, propname, index, &of_flags); in gpiod_get_from_of_node()
356 lflags = of_convert_gpio_flags(of_flags); in gpiod_get_from_of_node()
376 enum of_gpio_flags *of_flags) in of_find_spi_gpio() argument
394 return of_get_named_gpiod_flags(np, prop_name, idx, of_flags); in of_find_spi_gpio()
405 enum of_gpio_flags *of_flags) in of_find_spi_cs_gpio() argument
424 return of_get_named_gpiod_flags(np, "gpios", idx, of_flags); in of_find_spi_cs_gpio()
435 enum of_gpio_flags *of_flags) in of_find_regulator_gpio() argument
455 return of_get_named_gpiod_flags(np, con_id, idx, of_flags); in of_find_regulator_gpio()
461 enum of_gpio_flags *of_flags) in of_find_arizona_gpio() argument
469 return of_get_named_gpiod_flags(np, con_id, idx, of_flags); in of_find_arizona_gpio()
475 enum of_gpio_flags *of_flags) in of_find_usb_gpio() argument
488 return of_get_named_gpiod_flags(np, con_id, idx, of_flags); in of_find_usb_gpio()
494 enum of_gpio_flags *of_flags);
508 enum of_gpio_flags of_flags; in of_find_gpio() local
523 &of_flags); in of_find_gpio()
531 desc = (*q)(dev->of_node, con_id, idx, &of_flags); in of_find_gpio()
536 *flags = of_convert_gpio_flags(of_flags); in of_find_gpio()