Searched refs:swnode (Results 1 – 7 of 7) sorted by relevance
14 struct swnode { struct24 struct swnode *parent; argument32 #define kobj_to_swnode(_kobj_) container_of(_kobj_, struct swnode, kobj) argument48 struct swnode, fwnode) : NULL; \51 static inline struct swnode *dev_to_swnode(struct device *dev) in dev_to_swnode()64 static struct swnode *67 struct swnode *swnode = NULL; in software_node_to_swnode() local76 swnode = kobj_to_swnode(k); in software_node_to_swnode()77 if (swnode->node == node) in software_node_to_swnode()79 swnode = NULL; in software_node_to_swnode()[all …]
9 swnode.o
327 const struct software_node *swnode; in axp288_extcon_find_role_sw() local333 swnode = software_node_find_by_name(NULL, "intel-xhci-usb-sw"); in axp288_extcon_find_role_sw()334 if (!swnode) in axp288_extcon_find_role_sw()337 fwnode = software_node_fwnode(swnode); in axp288_extcon_find_role_sw()