Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firewire/
Dcore-topology.c111 static struct fw_node *fw_node_create(u32 sid, int port_count, int color) in fw_node_create()
113 struct fw_node *node; in fw_node_create()
146 static void update_hop_count(struct fw_node *node) in update_hop_count()
170 static inline struct fw_node *fw_node(struct list_head *l) in fw_node() function
172 return list_entry(l, struct fw_node, link); in fw_node()
182 static struct fw_node *build_tree(struct fw_card *card, in build_tree()
185 struct fw_node *node, *child, *local_node, *irm_node; in build_tree()
232 child = fw_node(h); in build_tree()
273 child = fw_node(child->link.next); in build_tree()
321 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);
176 struct fw_node { struct
196 struct fw_node *ports[0]; argument
199 static inline struct fw_node *fw_node_get(struct fw_node *node) in fw_node_get()
206 static inline void fw_node_put(struct fw_node *node) in fw_node_put()
Dcore-device.c907 struct fw_node *current_node = new->node; in lookup_existing_device()
908 struct fw_node *obsolete_node = old->node; in lookup_existing_device()
1216 void fw_node_event(struct fw_card *card, struct fw_node *node, int event) in fw_node_event()
Dcore-card.c304 struct fw_node *root_node; in bm_work()
/Linux-v4.19/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;
185 struct fw_node *node;
Dacpi_iort.h30 struct fwnode_handle *fw_node);
/Linux-v4.19/drivers/gpio/
Dgpio-raspberrypi-exp.c198 struct device_node *fw_node; in rpi_exp_gpio_probe() local
202 fw_node = of_get_parent(np); in rpi_exp_gpio_probe()
203 if (!fw_node) { in rpi_exp_gpio_probe()
208 fw = rpi_firmware_get(fw_node); in rpi_exp_gpio_probe()
/Linux-v4.19/drivers/acpi/arm64/
Diort.c36 struct fwnode_handle *fw_node; member
169 struct fwnode_handle *fw_node) in iort_register_domain_token() argument
177 its_msi_chip->fw_node = fw_node; in iort_register_domain_token()
217 struct fwnode_handle *fw_node = NULL; in iort_find_domain_token() local
223 fw_node = its_msi_chip->fw_node; in iort_find_domain_token()
229 return fw_node; in iort_find_domain_token()
/Linux-v4.19/drivers/net/ethernet/apm/xgene/
Dxgene_enet_hw.c840 struct fwnode_handle *fw_node; in acpi_phy_find_device() local
843 fw_node = acpi_fwnode_handle(ACPI_COMPANION(dev)); in acpi_phy_find_device()
844 status = acpi_node_get_property_reference(fw_node, "phy-handle", 0, in acpi_phy_find_device()
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.c3578 struct device_node *fw_node; in vchiq_probe() local
3582 fw_node = of_find_compatible_node(NULL, NULL, in vchiq_probe()
3584 if (!fw_node) { in vchiq_probe()
3589 fw = rpi_firmware_get(fw_node); in vchiq_probe()
3590 of_node_put(fw_node); in vchiq_probe()