Lines Matching refs:of_property_read_bool
119 if (of_property_read_bool(np, "cd-inverted")) in of_gpio_flags_quirks()
123 if (of_property_read_bool(np, "wp-inverted")) in of_gpio_flags_quirks()
148 if (!of_property_read_bool(np, "enable-active-high")) in of_gpio_flags_quirks()
156 of_property_read_bool(np, "gpio-open-drain")) { in of_gpio_flags_quirks()
168 of_property_read_bool(np, "cs-gpios")) { in of_gpio_flags_quirks()
190 if (of_property_read_bool(child, "spi-cs-high")) { in of_gpio_flags_quirks()
211 of_property_read_bool(np, "snps,reset-active-low")) in of_gpio_flags_quirks()
580 if (of_property_read_bool(np, "input")) in of_parse_own_gpio()
582 else if (of_property_read_bool(np, "output-low")) in of_parse_own_gpio()
584 else if (of_property_read_bool(np, "output-high")) in of_parse_own_gpio()
617 if (!of_property_read_bool(np, "gpio-hog")) in of_gpiochip_scan_gpios()