Searched refs:to_ffa_dev (Results 1 – 2 of 2) sorted by relevance
24 ffa_dev = to_ffa_dev(dev); in ffa_device_match()47 struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_device_probe()56 ffa_drv->remove(to_ffa_dev(dev)); in ffa_device_remove()61 const struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_device_uevent()70 struct ffa_device *ffa_dev = to_ffa_dev(dev); in partition_id_show()79 struct ffa_device *ffa_dev = to_ffa_dev(dev); in uuid_show()131 struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_release_device()157 tmp_dev = to_ffa_dev(dev); in ffa_device_is_valid()
106 #define to_ffa_dev(d) container_of(d, struct ffa_device, dev) macro
Completed in 5 milliseconds