Home
last modified time | relevance | path

Searched defs:fmc (Results 1 – 9 of 9) sorted by relevance

/drivers/fmc/
Dfmc-core.c75 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()
[all …]
Dfmc-fakedev.c90 struct fmc_device *fmc[FF_MAX_MEZZANINES]; member
96 static int ff_reprogram(struct fmc_device *fmc, struct fmc_driver *drv, in ff_reprogram()
124 static int ff_irq_request(struct fmc_device *fmc, irq_handler_t handler, in ff_irq_request()
167 static int ff_eeprom_read(struct fmc_device *fmc, uint32_t offset, in ff_eeprom_read()
178 static int ff_eeprom_write(struct fmc_device *fmc, uint32_t offset, in ff_eeprom_write()
193 static int ff_read_ee(struct fmc_device *fmc, int pos, void *data, int len) in ff_read_ee()
200 static int ff_write_ee(struct fmc_device *fmc, int pos, in ff_write_ee()
209 static uint32_t ff_readl(struct fmc_device *fmc, int offset) in ff_readl()
214 static void ff_writel(struct fmc_device *fmc, uint32_t value, int offset) in ff_writel()
220 static int ff_validate(struct fmc_device *fmc, struct fmc_driver *drv) in ff_validate()
[all …]
Dfmc-chardev.c25 struct fmc_device *fmc; member
32 struct fmc_device *fmc; in fc_open() local
51 struct fmc_device *fmc = f->private_data; in fc_release() local
60 struct fmc_device *fmc = f->private_data; in fc_read() local
81 struct fmc_device *fmc = f->private_data; in fc_write() local
125 static int fc_probe(struct fmc_device *fmc) in fc_probe()
161 static int fc_remove(struct fmc_device *fmc) in fc_remove()
Dfmc-sdb.c18 static uint32_t __sdb_rd(struct fmc_device *fmc, unsigned long address, in __sdb_rd()
27 static struct sdb_array *__fmc_scan_sdb_tree(struct fmc_device *fmc, in __fmc_scan_sdb_tree()
91 int fmc_scan_sdb_tree(struct fmc_device *fmc, unsigned long address) in fmc_scan_sdb_tree()
121 int fmc_free_sdb_tree(struct fmc_device *fmc) in fmc_free_sdb_tree()
130 int fmc_reprogram_raw(struct fmc_device *fmc, struct fmc_driver *d, in fmc_reprogram_raw()
154 int fmc_reprogram(struct fmc_device *fmc, struct fmc_driver *d, char *gw, in fmc_reprogram()
177 void fmc_show_sdb_tree(const struct fmc_device *fmc) in fmc_show_sdb_tree()
Dfmc-debug.c41 static void fmc_sdb_dump_recursive(struct fmc_device *fmc, struct seq_file *s, in fmc_sdb_dump_recursive()
119 struct fmc_device *fmc = s->private; in fmc_sdb_dump() local
137 struct fmc_device *fmc = inode->i_private; in fmc_sdb_dump_open() local
151 int fmc_debug_init(struct fmc_device *fmc) in fmc_debug_init()
169 void fmc_debug_exit(struct fmc_device *fmc) in fmc_debug_exit()
Dfmc-write-eeprom.c32 static int fwe_run_tlv(struct fmc_device *fmc, const struct firmware *fw, in fwe_run_tlv()
68 static int fwe_run_bin(struct fmc_device *fmc, const struct firmware *fw) in fwe_run_bin()
82 static int fwe_run(struct fmc_device *fmc, const struct firmware *fw, char *s) in fwe_run()
106 static int fwe_probe(struct fmc_device *fmc) in fwe_probe()
147 static int fwe_remove(struct fmc_device *fmc) in fwe_remove()
Dfmc-trivial.c25 struct fmc_device *fmc = dev_id; in t_handler() local
44 static int t_probe(struct fmc_device *fmc) in t_probe()
69 static int t_remove(struct fmc_device *fmc) in t_remove()
Dfmc-match.c54 int fmc_fill_id_info(struct fmc_device *fmc) in fmc_fill_id_info()
109 void fmc_free_id_info(struct fmc_device *fmc) in fmc_free_id_info()
Dfmc-dump.c42 void fmc_dump_eeprom(const struct fmc_device *fmc) in fmc_dump_eeprom()