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