Lines Matching refs:np
25 struct device_node *np; member
43 extern int of_property_notify(int action, struct device_node *np,
53 static inline int of_property_notify(int action, struct device_node *np, in of_property_notify() argument
62 int __of_add_property_sysfs(struct device_node *np, struct property *pp);
63 void __of_remove_property_sysfs(struct device_node *np, struct property *prop);
64 void __of_update_property_sysfs(struct device_node *np, struct property *newprop,
66 int __of_attach_node_sysfs(struct device_node *np);
67 void __of_detach_node_sysfs(struct device_node *np);
69 static inline int __of_add_property_sysfs(struct device_node *np, struct property *pp) in __of_add_property_sysfs() argument
73 static inline void __of_remove_property_sysfs(struct device_node *np, struct property *prop) {} in __of_remove_property_sysfs() argument
74 static inline void __of_update_property_sysfs(struct device_node *np, in __of_update_property_sysfs() argument
76 static inline int __of_attach_node_sysfs(struct device_node *np) in __of_attach_node_sysfs() argument
80 static inline void __of_detach_node_sysfs(struct device_node *np) {} in __of_detach_node_sysfs() argument
117 struct device_node *__of_node_dup(const struct device_node *np,
125 extern const void *__of_get_property(const struct device_node *np,
127 extern int __of_add_property(struct device_node *np, struct property *prop);
128 extern int __of_add_property_sysfs(struct device_node *np,
130 extern int __of_remove_property(struct device_node *np, struct property *prop);
131 extern void __of_remove_property_sysfs(struct device_node *np,
133 extern int __of_update_property(struct device_node *np,
135 extern void __of_update_property_sysfs(struct device_node *np,
138 extern int __of_attach_node_sysfs(struct device_node *np);
139 extern void __of_detach_node(struct device_node *np);
140 extern void __of_detach_node_sysfs(struct device_node *np);
142 extern void __of_sysfs_remove_bin_file(struct device_node *np,
157 extern int of_bus_n_addr_cells(struct device_node *np);
158 extern int of_bus_n_size_cells(struct device_node *np);
162 int of_dma_get_range(struct device_node *np,
165 static inline int of_dma_get_range(struct device_node *np, in of_dma_get_range() argument