Lines Matching +full:bool +full:- +full:property
1 /* SPDX-License-Identifier: GPL-2.0+ */
8 * Copyright (C) 1996-2005 Paul Mackerras.
15 * struct alias_prop - Alias property in 'aliases' node
17 * @alias: Alias property name
22 * The structure represents one alias property of 'aliases' node as
51 struct property *prop, struct property *old_prop);
61 struct property *prop, struct property *old_prop) in of_property_notify()
75 int __of_add_property_sysfs(struct device_node *np, struct property *pp);
76 void __of_remove_property_sysfs(struct device_node *np, const struct property *prop);
77 void __of_update_property_sysfs(struct device_node *np, struct property *newprop,
78 const struct property *oldprop);
82 static inline int __of_add_property_sysfs(struct device_node *np, struct property *pp) in __of_add_property_sysfs()
86 static inline void __of_remove_property_sysfs(struct device_node *np, const struct property *prop) … in __of_remove_property_sysfs()
88 struct property *newprop, const struct property *oldprop) {} in __of_update_property_sysfs()
120 bool detached);
131 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);
132 void __of_prop_free(struct property *prop);
143 extern int __of_add_property(struct device_node *np, struct property *prop);
144 extern int __of_remove_property(struct device_node *np, struct property *prop);
146 struct property *newprop, struct property **oldprop);
151 const struct property *prop);
159 list_for_each_entry(_te, &(_oft)->te_list, node)
163 list_for_each_entry_reverse(_te, &(_oft)->te_list, node)
180 return -ENODEV; in of_dma_get_range()
191 bool of_fdt_device_is_available(const void *blob, unsigned long node);
203 while (na--) in of_dump_addr()