Home
last modified time | relevance | path

Searched refs:to_fmc_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/fmc/
Dfmc-match.c25 struct fmc_device *fdev = to_fmc_device(dev); in fmc_match()
Dfmc-core.c46 struct fmc_device *fdev = to_fmc_device(dev); in fmc_probe()
54 struct fmc_device *fdev = to_fmc_device(dev); in fmc_remove()
/Linux-v4.19/include/linux/
Dfmc.h191 #define to_fmc_device(x) container_of((x), struct fmc_device, dev) macro