Lines Matching defs:fmc
75 struct fmc_device *fmc = container_of(dev, struct fmc_device, dev); in fmc_release() local
89 struct fmc_device *fmc; in fmc_read_eeprom() local
110 struct fmc_device *fmc; in fmc_write_eeprom() local
124 int fmc_irq_request(struct fmc_device *fmc, irq_handler_t h, in fmc_irq_request()
133 void fmc_irq_free(struct fmc_device *fmc) in fmc_irq_free()
140 void fmc_irq_ack(struct fmc_device *fmc) in fmc_irq_ack()
147 int fmc_validate(struct fmc_device *fmc, struct fmc_driver *drv) in fmc_validate()
155 int fmc_gpio_config(struct fmc_device *fmc, struct fmc_gpio *gpio, int ngpio) in fmc_gpio_config()
163 int fmc_read_ee(struct fmc_device *fmc, int pos, void *d, int l) in fmc_read_ee()
171 int fmc_write_ee(struct fmc_device *fmc, int pos, const void *d, int l) in fmc_write_ee()
205 struct fmc_device *fmc, **devarray; in fmc_device_register_n_gw() local
337 int fmc_device_register_gw(struct fmc_device *fmc, struct fmc_gateware *gw) in fmc_device_register_gw()
343 int fmc_device_register(struct fmc_device *fmc) in fmc_device_register()
369 void fmc_device_unregister(struct fmc_device *fmc) in fmc_device_unregister()