Home
last modified time | relevance | path

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

/linux/include/media/
H 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/media/v4l2-core/
H A Dv4l2-flash-led-class.c653 struct device *dev, struct fwnode_handle *fwn, in __v4l2_flash_init() argument
673 sd->fwnode = fwn ? fwn : dev_fwnode(dev); in __v4l2_flash_init()
707 struct device *dev, struct fwnode_handle *fwn, in v4l2_flash_init() argument
712 return __v4l2_flash_init(dev, fwn, fled_cdev, NULL, ops, config); in v4l2_flash_init()
717 struct device *dev, struct fwnode_handle *fwn, in v4l2_flash_indicator_init() argument
721 return __v4l2_flash_init(dev, fwn, NULL, iled_cdev, NULL, config); in v4l2_flash_indicator_init()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c1470 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()
1481 node = to_of_node(fwn); in bgx_init_of_phy()