Searched refs:swnode (Results 1 – 3 of 3) 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 struct swnode *54 struct swnode *swnode = NULL; in software_node_to_swnode() local63 swnode = kobj_to_swnode(k); in software_node_to_swnode()64 if (swnode->node == node) in software_node_to_swnode()66 swnode = NULL; in software_node_to_swnode()71 return swnode; 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()