Searched refs:fw_node (Results 1 – 9 of 9) sorted by relevance
| /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/include/linux/ |
| H A D | firewire.h | 82 struct fw_node; 116 struct fw_node *local_node; 117 struct fw_node *root_node; 118 struct fw_node *irm_node; 214 struct fw_node *node;
|
| /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/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/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_hw.c | 822 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 D | pci-ps.c | 457 struct fwnode_handle *fw_node, in acp63_fill_platform_dev_info() argument 471 pdevinfo->fwnode = fw_node; in acp63_fill_platform_dev_info()
|
| /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()
|
| /linux/drivers/firewire/ |
| H A D | core-device.c | 1124 struct fw_node *current_node = device->node; in fw_device_init() 1125 struct fw_node *obsolete_node = reused->node; in fw_device_init() 1328 void fw_node_event(struct fw_card *card, struct fw_node *node, int event) in fw_node_event()
|