Home
last modified time | relevance | path

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

/linux/drivers/firewire/ !
H A Dcore-topology.c26 static struct fw_node *fw_node_create(u32 sid, int port_count, int color) in fw_node_create()
28 struct fw_node *node; in fw_node_create()
62 static void update_hop_count(struct fw_node *node) in update_hop_count()
86 static inline struct fw_node *fw_node(struct list_head *l) in fw_node() function
88 return list_entry(l, struct fw_node, link); in fw_node()
98 static struct fw_node *build_tree(struct fw_card *card, const u32 *sid, int self_id_count, in build_tree()
105 struct fw_node *node, *child, *local_node, *irm_node; in build_tree()
183 child = fw_node(h); in build_tree()
215 child = fw_node(child->link.next); in build_tree()
260 struct fw_node * node,
[all …]
H A Dcore-device.c1125 struct fw_node *current_node = device->node; in fw_device_init()
1126 struct fw_node *obsolete_node = reused->node; in fw_device_init()
1329 void fw_node_event(struct fw_card *card, struct fw_node *node, int event) in fw_node_event()
/linux/drivers/net/ethernet/freescale/dpaa2/ !
H A Ddpaa2-mac.c372 dpmac_node = mac->fw_node; in dpaa2_mac_connect()
470 struct fwnode_handle *fw_node; in dpaa2_mac_open() local
498 fw_node = dpaa2_mac_get_node(&mac->mc_dev->dev, mac->attr.id); in dpaa2_mac_open()
499 if (IS_ERR(fw_node)) { in dpaa2_mac_open()
500 err = PTR_ERR(fw_node); in dpaa2_mac_open()
504 mac->fw_node = fw_node; in dpaa2_mac_open()
505 net_dev->dev.of_node = to_of_node(mac->fw_node); in dpaa2_mac_open()
519 if (mac->fw_node) in dpaa2_mac_close()
520 fwnode_handle_put(mac->fw_node); in dpaa2_mac_close()
H A Ddpaa2-mac.h28 struct fwnode_handle *fw_node; member
/linux/drivers/gpio/ !
H A Dgpio-raspberrypi-exp.c205 struct device_node *fw_node; in rpi_exp_gpio_probe() local
209 fw_node = of_get_parent(np); in rpi_exp_gpio_probe()
210 if (!fw_node) { in rpi_exp_gpio_probe()
215 fw = devm_rpi_firmware_get(&pdev->dev, fw_node); in rpi_exp_gpio_probe()
216 of_node_put(fw_node); in rpi_exp_gpio_probe()
/linux/include/linux/ !
H A Dfirewire.h81 struct fw_node;
115 struct fw_node *local_node;
116 struct fw_node *root_node;
117 struct fw_node *irm_node;
118 u8 color; /* must be u8 to match the definition in struct fw_node */
213 struct fw_node *node;
H A Dacpi_iort.h27 struct fwnode_handle *fw_node);
/linux/drivers/input/touchscreen/ !
H A Draspberrypi-ts.c130 struct device_node *fw_node __free(device_node) = of_get_parent(np); in rpi_ts_probe()
131 if (!fw_node) { in rpi_ts_probe()
136 fw = devm_rpi_firmware_get(&pdev->dev, fw_node); in rpi_ts_probe()
/linux/sound/hda/core/ !
H A Dintel-sdw-acpi.c29 static bool is_link_enabled(struct fwnode_handle *fw_node, u8 idx) in is_link_enabled() argument
39 link = fwnode_get_named_child_node(fw_node, name); in is_link_enabled()
/linux/drivers/acpi/arm64/ !
H A Diort.c31 struct fwnode_handle *fw_node; member
164 struct fwnode_handle *fw_node) in iort_register_domain_token() argument
172 its_msi_chip->fw_node = fw_node; in iort_register_domain_token()
212 struct fwnode_handle *fw_node = NULL; in iort_find_domain_token() local
218 fw_node = its_msi_chip->fw_node; in iort_find_domain_token()
224 return fw_node; in iort_find_domain_token()
666 if (its_msi_chip->fw_node == node) { in iort_its_translate_pa()
/linux/sound/soc/amd/acp/ !
H A Dacp-pci.c40 struct fwnode_handle *fw_node, in acp_fill_platform_dev_info() argument
54 pdevinfo->fwnode = fw_node; in acp_fill_platform_dev_info()
/linux/drivers/net/ethernet/apm/xgene/ !
H A Dxgene_enet_hw.c822 struct fwnode_handle *fw_node; in acpi_phy_find_device() local
825 fw_node = acpi_fwnode_handle(ACPI_COMPANION(dev)); in acpi_phy_find_device()
826 status = acpi_node_get_property_reference(fw_node, "phy-handle", 0, in acpi_phy_find_device()
/linux/sound/soc/amd/ps/ !
H A Dpci-ps.c456 struct fwnode_handle *fw_node, in acp63_fill_platform_dev_info() argument
470 pdevinfo->fwnode = fw_node; in acp63_fill_platform_dev_info()
/linux/drivers/platform/raspberrypi/vchiq-interface/ !
H A Dvchiq_arm.c1383 struct device_node *fw_node __free(device_node) = in vchiq_probe()
1385 if (!fw_node) { in vchiq_probe()
1394 mgmt->fw = devm_rpi_firmware_get(&pdev->dev, fw_node); in vchiq_probe()