Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dproperty.h243 struct software_node;
252 const struct software_node *node;
460 struct software_node { struct
462 const struct software_node *parent; argument
467 const struct software_node * argument
469 struct fwnode_handle *software_node_fwnode(const struct software_node *node);
471 const struct software_node *
472 software_node_find_by_name(const struct software_node *parent,
475 int software_node_register_nodes(const struct software_node *nodes);
476 void software_node_unregister_nodes(const struct software_node *nodes);
[all …]
/OK3568_Linux_fs/kernel/drivers/base/
H A Dswnode.c18 const struct software_node *node;
65 software_node_to_swnode(const struct software_node *node) in software_node_to_swnode()
87 const struct software_node *to_software_node(const struct fwnode_handle *fwnode) in to_software_node()
95 struct fwnode_handle *software_node_fwnode(const struct software_node *node) in software_node_fwnode()
582 const struct software_node *
583 software_node_find_by_name(const struct software_node *parent, const char *name) in software_node_find_by_name()
610 software_node_register_properties(struct software_node *node, in software_node_register_properties()
649 swnode_register(const struct software_node *node, struct swnode *parent, in swnode_register()
710 int software_node_register_nodes(const struct software_node *nodes) in software_node_register_nodes()
738 void software_node_unregister_nodes(const struct software_node *nodes) in software_node_unregister_nodes()
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel_cht_int33fe_typec.c63 static const struct software_node max17047_node = {
83 static const struct software_node fusb302_node = {
100 static const struct software_node pi3usb30532_node = {
104 static const struct software_node displayport_node = {
121 static const struct software_node usb_connector_node = {
127 static const struct software_node *node_group[] = {
182 const struct software_node *mux_ref_node; in cht_int33fe_add_nodes()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Ddwc3-pci.c150 static const struct software_node dwc3_pci_intel_swnode = {
154 static const struct software_node dwc3_pci_intel_mrfld_swnode = {
158 static const struct software_node dwc3_pci_amd_swnode = {
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-devices-software_node1 What: /sys/devices/.../software_node/
/OK3568_Linux_fs/kernel/drivers/usb/roles/
H A Dintel-xhci-usb-role-switch.c51 static const struct software_node intel_xhci_usb_node = {
/OK3568_Linux_fs/kernel/drivers/extcon/
H A Dextcon-axp288.c327 const struct software_node *swnode; in axp288_extcon_find_role_sw()
/OK3568_Linux_fs/kernel/lib/
H A Dtest_printf.c631 const struct software_node softnodes[] = { in fwnode_pointer()
/OK3568_Linux_fs/kernel/drivers/base/test/
H A Dproperty-entry-test.c366 static const struct software_node nodes[] = { in pe_test_reference()