Searched defs:alias_prop (Results 1 – 2 of 2) sorted by relevance
26 struct alias_prop { struct27 struct list_head link;28 const char *alias;29 struct device_node *np;30 int id;31 char stem[0];
612 const char *alias_prop; in octeon_prune_device_tree() local