Home
last modified time | relevance | path

Searched refs:fw_node (Results 1 – 14 of 14) sorted by relevance

/linux-6.1.9/drivers/firewire/ !
Dcore-topology.c100 static struct fw_node *fw_node_create(u32 sid, int port_count, int color) in fw_node_create()
102 struct fw_node *node; in fw_node_create()
135 static void update_hop_count(struct fw_node *node) in update_hop_count()
159 static inline struct fw_node *fw_node(struct list_head *l) in fw_node() function
161 return list_entry(l, struct fw_node, link); in fw_node()
171 static struct fw_node *build_tree(struct fw_card *card, in build_tree()
174 struct fw_node *node, *child, *local_node, *irm_node; in build_tree()
221 child = fw_node(h); in build_tree()
262 child = fw_node(child->link.next); in build_tree()
310 struct fw_node * node,
[all …]
Dcore.h24 struct fw_node;
153 void fw_node_event(struct fw_card *card, struct fw_node *node, int event);
174 struct fw_node { struct
194 struct fw_node *ports[]; argument
197 static inline struct fw_node *fw_node_get(struct fw_node *node) in fw_node_get()
204 static inline void fw_node_put(struct fw_node *node) in fw_node_put()
Dcore-device.c892 struct fw_node *current_node = new->node; in lookup_existing_device()
893 struct fw_node *obsolete_node = old->node; in lookup_existing_device()
1201 void fw_node_event(struct fw_card *card, struct fw_node *node, int event) in fw_node_event()
Dcore-card.c291 struct fw_node *root_node; in bm_work()
/linux-6.1.9/drivers/input/touchscreen/ !
Draspberrypi-ts.c125 struct device_node *fw_node; in rpi_ts_probe() local
131 fw_node = of_get_parent(np); in rpi_ts_probe()
132 if (!fw_node) { in rpi_ts_probe()
137 fw = rpi_firmware_get(fw_node); in rpi_ts_probe()
138 of_node_put(fw_node); in rpi_ts_probe()
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/ !
Ddpaa2-mac.c359 dpmac_node = mac->fw_node; in dpaa2_mac_connect()
455 struct fwnode_handle *fw_node; in dpaa2_mac_open() local
483 fw_node = dpaa2_mac_get_node(&mac->mc_dev->dev, mac->attr.id); in dpaa2_mac_open()
484 if (IS_ERR(fw_node)) { in dpaa2_mac_open()
485 err = PTR_ERR(fw_node); in dpaa2_mac_open()
489 mac->fw_node = fw_node; in dpaa2_mac_open()
490 net_dev->dev.of_node = to_of_node(mac->fw_node); in dpaa2_mac_open()
504 if (mac->fw_node) in dpaa2_mac_close()
505 fwnode_handle_put(mac->fw_node); in dpaa2_mac_close()
Ddpaa2-mac.h28 struct fwnode_handle *fw_node; member
/linux-6.1.9/drivers/gpio/ !
Dgpio-raspberrypi-exp.c201 struct device_node *fw_node; in rpi_exp_gpio_probe() local
205 fw_node = of_get_parent(np); in rpi_exp_gpio_probe()
206 if (!fw_node) { in rpi_exp_gpio_probe()
211 fw = devm_rpi_firmware_get(&pdev->dev, fw_node); in rpi_exp_gpio_probe()
212 of_node_put(fw_node); in rpi_exp_gpio_probe()
/linux-6.1.9/include/linux/ !
Dfirewire.h81 struct fw_node;
108 struct fw_node *local_node;
109 struct fw_node *root_node;
110 struct fw_node *irm_node;
187 struct fw_node *node;
Dacpi_iort.h26 struct fwnode_handle *fw_node);
/linux-6.1.9/sound/hda/ !
Dintel-sdw-acpi.c26 static bool is_link_enabled(struct fwnode_handle *fw_node, int i) in is_link_enabled() argument
36 link = fwnode_get_named_child_node(fw_node, name); in is_link_enabled()
/linux-6.1.9/drivers/acpi/arm64/ !
Diort.c30 struct fwnode_handle *fw_node; member
163 struct fwnode_handle *fw_node) in iort_register_domain_token() argument
171 its_msi_chip->fw_node = fw_node; in iort_register_domain_token()
211 struct fwnode_handle *fw_node = NULL; in iort_find_domain_token() local
217 fw_node = its_msi_chip->fw_node; in iort_find_domain_token()
223 return fw_node; in iort_find_domain_token()
/linux-6.1.9/drivers/staging/vc04_services/interface/vchiq_arm/ !
Dvchiq_arm.c1790 struct device_node *fw_node; in vchiq_probe() local
1800 fw_node = of_find_compatible_node(NULL, NULL, in vchiq_probe()
1802 if (!fw_node) { in vchiq_probe()
1807 drvdata->fw = devm_rpi_firmware_get(&pdev->dev, fw_node); in vchiq_probe()
1808 of_node_put(fw_node); in vchiq_probe()
/linux-6.1.9/drivers/net/ethernet/apm/xgene/ !
Dxgene_enet_hw.c828 struct fwnode_handle *fw_node; in acpi_phy_find_device() local
831 fw_node = acpi_fwnode_handle(ACPI_COMPANION(dev)); in acpi_phy_find_device()
832 status = acpi_node_get_property_reference(fw_node, "phy-handle", 0, in acpi_phy_find_device()