Lines Matching refs:fmc_device
46 struct fmc_device *fdev = to_fmc_device(dev); in fmc_probe()
54 struct fmc_device *fdev = to_fmc_device(dev); in fmc_remove()
75 struct fmc_device *fmc = container_of(dev, struct fmc_device, dev); in fmc_release()
89 struct fmc_device *fmc; in fmc_read_eeprom()
93 fmc = container_of(dev, struct fmc_device, dev); in fmc_read_eeprom()
110 struct fmc_device *fmc; in fmc_write_eeprom()
113 fmc = container_of(dev, struct fmc_device, dev); in fmc_write_eeprom()
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()
202 int fmc_device_register_n_gw(struct fmc_device **devs, int n, in fmc_device_register_n_gw()
205 struct fmc_device *fmc, **devarray; in fmc_device_register_n_gw()
331 int fmc_device_register_n(struct fmc_device **devs, int n) in fmc_device_register_n()
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()
349 void fmc_device_unregister_n(struct fmc_device **devs, int n) in fmc_device_unregister_n()
369 void fmc_device_unregister(struct fmc_device *fmc) in fmc_device_unregister()