Searched refs:to_fmc_device (Results 1 – 3 of 3) sorted by relevance
43 struct fmc_device *fdev = to_fmc_device(dev); in fmc_probe()51 struct fmc_device *fdev = to_fmc_device(dev); in fmc_remove()
25 struct fmc_device *fdev = to_fmc_device(dev); in fmc_match()
184 #define to_fmc_device(x) container_of((x), struct fmc_device, dev) macro