Searched refs:to_dfl_dev (Results 1 – 2 of 2) sorted by relevance
260 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_match()281 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_probe()289 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_remove()299 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_uevent()309 struct dfl_device *ddev = to_dfl_dev(dev); in type_show()318 struct dfl_device *ddev = to_dfl_dev(dev); in feature_id_show()342 struct dfl_device *ddev = to_dfl_dev(dev); in release_dfl_dev()
582 #define to_dfl_dev(d) container_of(d, struct dfl_device, dev) macro