Changeset 772 for GPL/trunk/include/linux/of.h
- Timestamp:
- Apr 19, 2025, 8:08:37 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-6.6-LTS (added) merged: 765,768-769 /GPL/branches/uniaud32-exp (added) merged: 735-741,743-744,748-751,753-760,762-764 /GPL/branches/uniaud32-next merged: 718-734
- Property svn:mergeinfo changed
-
GPL/trunk/include/linux/of.h
r679 r772 28 28 29 29 30 struct device_node { 31 const char *name; 32 // phandle phandle; 33 const char *full_name; 34 // struct fwnode_handle fwnode; 35 36 struct property *properties; 37 struct property *deadprops; /* removed properties */ 38 struct device_node *parent; 39 struct device_node *child; 40 struct device_node *sibling; 41 struct kobject kobj; 42 unsigned long _flags; 43 void *data; 44 }; 30 45 struct property { 31 46 char *name; … … 60 75 return prop ? true : false; 61 76 } 77 extern void of_node_put(struct device_node *node); 62 78 63 79 #endif /* _LINUX_OF_H */
Note:
See TracChangeset
for help on using the changeset viewer.