Lines Matching refs:fmc_device
43 struct fmc_device *fdev = to_fmc_device(dev); in fmc_probe()
51 struct fmc_device *fdev = to_fmc_device(dev); in fmc_remove()
72 struct fmc_device *fmc = container_of(dev, struct fmc_device, dev); in fmc_release()
86 struct fmc_device *fmc; in fmc_read_eeprom()
90 fmc = container_of(dev, struct fmc_device, dev); in fmc_read_eeprom()
107 struct fmc_device *fmc; in fmc_write_eeprom()
110 fmc = container_of(dev, struct fmc_device, dev); in fmc_write_eeprom()
144 int fmc_device_register_n(struct fmc_device **devs, int n) in fmc_device_register_n()
146 struct fmc_device *fmc, **devarray; in fmc_device_register_n()
259 int fmc_device_register(struct fmc_device *fmc) in fmc_device_register()
265 void fmc_device_unregister_n(struct fmc_device **devs, int n) in fmc_device_unregister_n()
284 void fmc_device_unregister(struct fmc_device *fmc) in fmc_device_unregister()