Searched refs:fw_node (Results 1 – 7 of 7) sorted by relevance
/drivers/firewire/ |
D | core-topology.c | 111 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() 147 static void update_hop_count(struct fw_node *node) in update_hop_count() 171 static inline struct fw_node *fw_node(struct list_head *l) in fw_node() function 173 return list_entry(l, struct fw_node, link); in fw_node() 183 static struct fw_node *build_tree(struct fw_card *card, in build_tree() 186 struct fw_node *node, *child, *local_node, *irm_node; in build_tree() 233 child = fw_node(h); in build_tree() 274 child = fw_node(child->link.next); in build_tree() 322 struct fw_node * node, [all …]
|
D | core.h | 23 struct fw_node; 152 void fw_node_event(struct fw_card *card, struct fw_node *node, int event); 175 struct fw_node { struct 195 struct fw_node *ports[0]; argument 198 static inline struct fw_node *fw_node_get(struct fw_node *node) in fw_node_get() 205 static inline void fw_node_put(struct fw_node *node) in fw_node_put()
|
D | core-device.c | 907 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()
|
D | core-card.c | 304 struct fw_node *root_node; in bm_work()
|
/drivers/acpi/arm64/ |
D | iort.c | 27 struct fwnode_handle *fw_node; member 48 int iort_register_domain_token(int trans_id, struct fwnode_handle *fw_node) in iort_register_domain_token() argument 56 its_msi_chip->fw_node = fw_node; in iort_register_domain_token() 95 struct fwnode_handle *fw_node = NULL; in iort_find_domain_token() local 101 fw_node = its_msi_chip->fw_node; in iort_find_domain_token() 107 return fw_node; in iort_find_domain_token()
|
/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_hw.c | 728 struct fwnode_handle *fw_node; in acpi_phy_find_device() local 731 fw_node = acpi_fwnode_handle(ACPI_COMPANION(dev)); in acpi_phy_find_device() 732 status = acpi_node_get_property_reference(fw_node, "phy-handle", 0, in acpi_phy_find_device()
|
/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_arm.c | 2797 struct device_node *fw_node; in vchiq_probe() local 2802 fw_node = of_parse_phandle(pdev->dev.of_node, "firmware", 0); in vchiq_probe() 2809 fw = rpi_firmware_get(fw_node); in vchiq_probe()
|