Home
last modified time | relevance | path

Searched refs:software_node (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/
Dproperty.h380 struct software_node;
389 const struct software_node *node;
413 struct software_node { struct
415 const struct software_node *parent; argument
421 const struct software_node *to_software_node(struct fwnode_handle *fwnode); argument
422 struct fwnode_handle *software_node_fwnode(const struct software_node *node);
424 const struct software_node *
425 software_node_find_by_name(const struct software_node *parent,
428 int software_node_register_nodes(const struct software_node *nodes);
429 void software_node_unregister_nodes(const struct software_node *nodes);
[all …]
/Linux-v5.4/drivers/base/
Dswnode.c18 const struct software_node *node;
52 software_node_to_swnode(const struct software_node *node) in software_node_to_swnode()
74 const struct software_node *to_software_node(struct fwnode_handle *fwnode) in to_software_node()
82 struct fwnode_handle *software_node_fwnode(const struct software_node *node) in software_node_fwnode()
633 const struct software_node *
634 software_node_find_by_name(const struct software_node *parent, const char *name) in software_node_find_by_name()
661 software_node_register_properties(struct software_node *node, in software_node_register_properties()
693 swnode_register(const struct software_node *node, struct swnode *parent, in swnode_register()
754 int software_node_register_nodes(const struct software_node *nodes) in software_node_register_nodes()
777 void software_node_unregister_nodes(const struct software_node *nodes) in software_node_unregister_nodes()
[all …]
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-devices-software_node1 What: /sys/devices/.../software_node/
/Linux-v5.4/drivers/platform/x86/
Dintel_cht_int33fe.c49 static const struct software_node nodes[];
135 static const struct software_node nodes[] = {
/Linux-v5.4/drivers/usb/roles/
Dintel-xhci-usb-role-switch.c50 static const struct software_node intel_xhci_usb_node = {