Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mtd/ubi/
Dvmt.c129 struct fwnode_handle *fw_vols, *fw_vol; in find_volume_fwnode() local
133 fw_vols = device_get_named_child_node(vol->dev.parent->parent, "volumes"); in find_volume_fwnode()
134 if (!fw_vols) in find_volume_fwnode()
137 fwnode_for_each_child_node(fw_vols, fw_vol) { in find_volume_fwnode()