Lines Matching refs:of_property_read_bool
148 bool active_low = !of_property_read_bool(np, in of_gpio_flags_quirks()
169 of_property_read_bool(np, "gpio-open-drain")) { in of_gpio_flags_quirks()
181 of_property_read_bool(np, "cs-gpios")) { in of_gpio_flags_quirks()
203 if (of_property_read_bool(child, "spi-cs-high")) { in of_gpio_flags_quirks()
224 of_property_read_bool(np, "snps,reset-active-low")) in of_gpio_flags_quirks()
596 if (of_property_read_bool(np, "input")) in of_parse_own_gpio()
598 else if (of_property_read_bool(np, "output-low")) in of_parse_own_gpio()
600 else if (of_property_read_bool(np, "output-high")) in of_parse_own_gpio()
661 if (!of_property_read_bool(np, "gpio-hog")) in of_gpiochip_scan_gpios()
717 if (!of_property_read_bool(rd->dn, "gpio-hog")) in of_gpio_notify()
906 if (!of_property_read_bool(np, "gpio-ranges") && in of_gpiochip_add_pin_range()