Home
last modified time | relevance | path

Searched refs:fwn (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/media/
H A Dv4l2-flash-led-class.h118 * @fwn: fwnode_handle of the LED, may be NULL if the same as device's
133 struct device *dev, struct fwnode_handle *fwn,
140 * @fwn: fwnode_handle of the LED, may be NULL if the same as device's
154 struct device *dev, struct fwnode_handle *fwn,
167 struct device *dev, struct fwnode_handle *fwn, in v4l2_flash_init()
175 struct device *dev, struct fwnode_handle *fwn, in v4l2_flash_indicator_init()
166 v4l2_flash_init( struct device *dev, struct fwnode_handle *fwn, struct led_classdev_flash *fled_cdev, const struct v4l2_flash_ops *ops, struct v4l2_flash_config *config) v4l2_flash_init() argument
174 v4l2_flash_indicator_init( struct device *dev, struct fwnode_handle *fwn, struct led_classdev *iled_cdev, struct v4l2_flash_config *config) v4l2_flash_indicator_init() argument
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-flash-led-class.h118 * @fwn: fwnode_handle of the LED, may be NULL if the same as device's
133 struct device *dev, struct fwnode_handle *fwn,
140 * @fwn: fwnode_handle of the LED, may be NULL if the same as device's
154 struct device *dev, struct fwnode_handle *fwn,
167 struct device *dev, struct fwnode_handle *fwn, in v4l2_flash_init()
175 struct device *dev, struct fwnode_handle *fwn, in v4l2_flash_indicator_init()
166 v4l2_flash_init( struct device *dev, struct fwnode_handle *fwn, struct led_classdev_flash *fled_cdev, const struct v4l2_flash_ops *ops, struct v4l2_flash_config *config) v4l2_flash_init() argument
174 v4l2_flash_indicator_init( struct device *dev, struct fwnode_handle *fwn, struct led_classdev *iled_cdev, struct v4l2_flash_config *config) v4l2_flash_indicator_init() argument
/kernel/linux/linux-5.10/drivers/base/firmware_loader/
H A Dmain.c603 struct fw_name_devm *fwn = res; in fw_name_devm_release() local
605 if (fwn->magic == (unsigned long)&fw_cache) in fw_name_devm_release()
607 __func__, fwn->name, res); in fw_name_devm_release()
608 kfree_const(fwn->name); in fw_name_devm_release()
614 struct fw_name_devm *fwn = res; in fw_devm_match() local
616 return (fwn->magic == (unsigned long)&fw_cache) && in fw_devm_match()
617 !strcmp(fwn->name, match_data); in fw_devm_match()
623 struct fw_name_devm *fwn; in fw_find_devm_name() local
625 fwn = devres_find(dev, fw_name_devm_release, in fw_find_devm_name()
627 return fwn; in fw_find_devm_name()
632 struct fw_name_devm *fwn; fw_cache_is_setup() local
644 struct fw_name_devm *fwn; fw_add_devm_name() local
1323 struct fw_name_devm *fwn = res; dev_create_fw_entry() local
1336 struct fw_name_devm *fwn = res; devm_name_match() local
[all...]
/kernel/linux/linux-6.6/drivers/base/firmware_loader/
H A Dmain.c617 struct fw_name_devm *fwn = res; in fw_name_devm_release() local
619 if (fwn->magic == (unsigned long)&fw_cache) in fw_name_devm_release()
621 __func__, fwn->name, res); in fw_name_devm_release()
622 kfree_const(fwn->name); in fw_name_devm_release()
628 struct fw_name_devm *fwn = res; in fw_devm_match() local
630 return (fwn->magic == (unsigned long)&fw_cache) && in fw_devm_match()
631 !strcmp(fwn->name, match_data); in fw_devm_match()
637 struct fw_name_devm *fwn; in fw_find_devm_name() local
639 fwn = devres_find(dev, fw_name_devm_release, in fw_find_devm_name()
641 return fwn; in fw_find_devm_name()
646 struct fw_name_devm *fwn; fw_cache_is_setup() local
658 struct fw_name_devm *fwn; fw_add_devm_name() local
1388 struct fw_name_devm *fwn = res; dev_create_fw_entry() local
1401 struct fw_name_devm *fwn = res; devm_name_match() local
[all...]
/kernel/linux/linux-5.10/drivers/net/mdio/
H 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()
107 fwnode_handle_put(fwn); in thunder_mdiobus_pci_probe()
/kernel/linux/linux-6.6/drivers/net/mdio/
H 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()
109 fwnode_handle_put(fwn); in thunder_mdiobus_pci_probe()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-flash-led-class.c616 struct device *dev, struct fwnode_handle *fwn, in __v4l2_flash_init()
636 sd->fwnode = fwn ? fwn : dev_fwnode(dev); in __v4l2_flash_init()
670 struct device *dev, struct fwnode_handle *fwn, in v4l2_flash_init()
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()
684 return __v4l2_flash_init(dev, fwn, NULL, iled_cdev, NULL, config); in v4l2_flash_indicator_init()
615 __v4l2_flash_init( struct device *dev, struct fwnode_handle *fwn, struct led_classdev_flash *fled_cdev, struct led_classdev *iled_cdev, const struct v4l2_flash_ops *ops, struct v4l2_flash_config *config) __v4l2_flash_init() argument
669 v4l2_flash_init( struct device *dev, struct fwnode_handle *fwn, struct led_classdev_flash *fled_cdev, const struct v4l2_flash_ops *ops, struct v4l2_flash_config *config) v4l2_flash_init() argument
679 v4l2_flash_indicator_init( struct device *dev, struct fwnode_handle *fwn, struct led_classdev *iled_cdev, struct v4l2_flash_config *config) v4l2_flash_indicator_init() argument
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-flash-led-class.c654 struct device *dev, struct fwnode_handle *fwn, in __v4l2_flash_init()
674 sd->fwnode = fwn ? fwn : dev_fwnode(dev); in __v4l2_flash_init()
708 struct device *dev, struct fwnode_handle *fwn, in v4l2_flash_init()
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()
722 return __v4l2_flash_init(dev, fwn, NULL, iled_cdev, NULL, config); in v4l2_flash_indicator_init()
653 __v4l2_flash_init( struct device *dev, struct fwnode_handle *fwn, struct led_classdev_flash *fled_cdev, struct led_classdev *iled_cdev, const struct v4l2_flash_ops *ops, struct v4l2_flash_config *config) __v4l2_flash_init() argument
707 v4l2_flash_init( struct device *dev, struct fwnode_handle *fwn, struct led_classdev_flash *fled_cdev, const struct v4l2_flash_ops *ops, struct v4l2_flash_config *config) v4l2_flash_init() argument
717 v4l2_flash_indicator_init( struct device *dev, struct fwnode_handle *fwn, struct led_classdev *iled_cdev, struct v4l2_flash_config *config) v4l2_flash_indicator_init() argument
/kernel/linux/linux-5.10/include/linux/
H A Dproperty.h88 unsigned int fwnode_count_parents(const struct fwnode_handle *fwn);
89 struct fwnode_handle *fwnode_get_nth_parent(struct fwnode_handle *fwn,
/kernel/linux/linux-6.6/include/linux/
H A Dproperty.h120 unsigned int fwnode_count_parents(const struct fwnode_handle *fwn);
121 struct fwnode_handle *fwnode_get_nth_parent(struct fwnode_handle *fwn,
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c1472 struct fwnode_handle *fwn; in bgx_init_of_phy() local
1476 device_for_each_child_node(&bgx->pdev->dev, fwn) { in bgx_init_of_phy()
1484 node = to_of_node(fwn); in bgx_init_of_phy()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c1469 struct fwnode_handle *fwn; in bgx_init_of_phy() local
1473 device_for_each_child_node(&bgx->pdev->dev, fwn) { in bgx_init_of_phy()
1480 node = to_of_node(fwn); in bgx_init_of_phy()

Completed in 13 milliseconds