Searched refs:fwn (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/drivers/base/firmware_loader/ |
| D | main.c | 602 struct fw_name_devm *fwn = res; in fw_name_devm_release() local 604 if (fwn->magic == (unsigned long)&fw_cache) in fw_name_devm_release() 606 __func__, fwn->name, res); in fw_name_devm_release() 607 kfree_const(fwn->name); in fw_name_devm_release() 613 struct fw_name_devm *fwn = res; in fw_devm_match() local 615 return (fwn->magic == (unsigned long)&fw_cache) && in fw_devm_match() 616 !strcmp(fwn->name, match_data); in fw_devm_match() 622 struct fw_name_devm *fwn; in fw_find_devm_name() local 624 fwn = devres_find(dev, fw_name_devm_release, in fw_find_devm_name() 626 return fwn; in fw_find_devm_name() [all …]
|
| /Linux-v5.10/include/media/ |
| D | v4l2-flash-led-class.h | 133 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-v5.10/drivers/net/mdio/ |
| D | mdio-thunder.c | 26 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-v5.10/drivers/media/v4l2-core/ |
| D | v4l2-flash-led-class.c | 616 struct device *dev, struct fwnode_handle *fwn, in __v4l2_flash_init() argument 636 sd->fwnode = fwn ? fwn : dev_fwnode(dev); in __v4l2_flash_init() 670 struct device *dev, struct fwnode_handle *fwn, in v4l2_flash_init() argument 675 return __v4l2_flash_init(dev, fwn, fled_cdev, NULL, ops, config); in v4l2_flash_init() 680 struct device *dev, struct fwnode_handle *fwn, in v4l2_flash_indicator_init() argument 684 return __v4l2_flash_init(dev, fwn, NULL, iled_cdev, NULL, config); in v4l2_flash_indicator_init()
|
| /Linux-v5.10/include/linux/ |
| D | property.h | 88 unsigned int fwnode_count_parents(const struct fwnode_handle *fwn); 89 struct fwnode_handle *fwnode_get_nth_parent(struct fwnode_handle *fwn,
|
| /Linux-v5.10/drivers/net/ethernet/cavium/thunder/ |
| D | thunder_bgx.c | 1470 struct fwnode_handle *fwn; in bgx_init_of_phy() local 1474 device_for_each_child_node(&bgx->pdev->dev, fwn) { in bgx_init_of_phy() 1482 node = to_of_node(fwn); in bgx_init_of_phy()
|