Lines Matching refs:dfl_device
240 dfl_match_one_device(const struct dfl_device_id *id, struct dfl_device *ddev) in dfl_match_one_device()
250 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_match()
271 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_probe()
279 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_remove()
287 const struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_uevent()
296 struct dfl_device *ddev = to_dfl_dev(dev); in type_show()
305 struct dfl_device *ddev = to_dfl_dev(dev); in feature_id_show()
329 struct dfl_device *ddev = to_dfl_dev(dev); in release_dfl_dev()
341 static struct dfl_device *
347 struct dfl_device *ddev; in dfl_dev_add()
440 struct dfl_device *ddev; in dfl_devs_add()
1009 void *dfh_find_param(struct dfl_device *dfl_dev, int param_id, size_t *psize) in dfh_find_param()