Home
last modified time | relevance | path

Searched refs:fwn (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/base/firmware_loader/
A Dmain.c549 __func__, fwn->name, res); in fw_name_devm_release()
550 kfree_const(fwn->name); in fw_name_devm_release()
565 struct fw_name_devm *fwn; in fw_find_devm_name() local
569 return fwn; in fw_find_devm_name()
574 struct fw_name_devm *fwn; in fw_cache_is_setup() local
577 if (fwn) in fw_cache_is_setup()
586 struct fw_name_devm *fwn; in fw_add_devm_name() local
593 if (!fwn) in fw_add_devm_name()
596 if (!fwn->name) { in fw_add_devm_name()
597 devres_free(fwn); in fw_add_devm_name()
[all …]
/linux/include/media/
A Dv4l2-flash-led-class.h133 struct device *dev, struct fwnode_handle *fwn,
154 struct device *dev, struct fwnode_handle *fwn,
167 struct device *dev, struct fwnode_handle *fwn, in v4l2_flash_init() argument
175 struct device *dev, struct fwnode_handle *fwn, in v4l2_flash_indicator_init() argument
/linux/drivers/net/mdio/
A Dmdio-thunder.c26 struct fwnode_handle *fwn; in thunder_mdiobus_pci_probe() local
57 device_for_each_child_node(&pdev->dev, fwn) { in thunder_mdiobus_pci_probe()
66 node = to_of_node(fwn); in thunder_mdiobus_pci_probe()
/linux/drivers/media/v4l2-core/
A Dv4l2-flash-led-class.c654 struct device *dev, struct fwnode_handle *fwn, in __v4l2_flash_init() argument
674 sd->fwnode = fwn ? fwn : dev_fwnode(dev); in __v4l2_flash_init()
708 struct device *dev, struct fwnode_handle *fwn, in v4l2_flash_init() argument
713 return __v4l2_flash_init(dev, fwn, fled_cdev, NULL, ops, config); in v4l2_flash_init()
718 struct device *dev, struct fwnode_handle *fwn, in v4l2_flash_indicator_init() argument
722 return __v4l2_flash_init(dev, fwn, NULL, iled_cdev, NULL, config); in v4l2_flash_indicator_init()
/linux/include/linux/
A Dproperty.h90 unsigned int fwnode_count_parents(const struct fwnode_handle *fwn);
91 struct fwnode_handle *fwnode_get_nth_parent(struct fwnode_handle *fwn,
/linux/drivers/net/ethernet/cavium/thunder/
A Dthunder_bgx.c1467 struct fwnode_handle *fwn; in bgx_init_of_phy() local
1471 device_for_each_child_node(&bgx->pdev->dev, fwn) { in bgx_init_of_phy()
1478 node = to_of_node(fwn); in bgx_init_of_phy()

Completed in 21 milliseconds