Searched refs:fw_node (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/firewire/ |
| H A D | core-topology.c | 26 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 D | core-device.c | 1125 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/gpio/ |
| H A D | gpio-raspberrypi-exp.c | 205 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/drivers/input/touchscreen/ |
| H A D | raspberrypi-ts.c | 130 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 D | intel-sdw-acpi.c | 29 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 D | iort.c | 31 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 D | acp-pci.c | 40 struct fwnode_handle *fw_node, in acp_fill_platform_dev_info() argument 54 pdevinfo->fwnode = fw_node; in acp_fill_platform_dev_info()
|
| /linux/sound/soc/amd/ps/ |
| H A D | pci-ps.c | 456 struct fwnode_handle *fw_node, in acp63_fill_platform_dev_info() 470 pdevinfo->fwnode = fw_node; in create_acp63_platform_devs() 450 acp63_fill_platform_dev_info(struct platform_device_info * pdevinfo,struct device * parent,struct fwnode_handle * fw_node,char * name,unsigned int id,const struct resource * res,unsigned int num_res,const void * data,size_t size_data) acp63_fill_platform_dev_info() argument
|
| /linux/drivers/platform/raspberrypi/vchiq-interface/ |
| H A D | vchiq_arm.c | 1383 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()
|