Home
last modified time | relevance | path

Searched refs:fw_node (Results 1 – 10 of 10) 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-card.c309 struct fw_node *irm_node; in contend_for_bm()
379 DEFINE_FREE(node_unref, struct fw_node *, if (_T) fw_node_put(_T)) in DEFINE_FREE() argument
388 struct fw_node *root_node __free(node_unref) = NULL; in DEFINE_FREE()
/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/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()
/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/include/linux/
H A Dacpi_iort.h27 struct fwnode_handle *fw_node);
/linux/sound/soc/amd/ps/
H A Dpci-ps.c456 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 Dvchiq_arm.c1384 struct device_node *fw_node __free(device_node) = in vchiq_probe()
1386 if (!fw_node) { in vchiq_probe()
1395 mgmt->fw = devm_rpi_firmware_get(&pdev->dev, fw_node); in vchiq_probe()