Home
last modified time | relevance | path

Searched refs:fmc_device (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dfmc.h19 struct fmc_device;
78 int (*probe)(struct fmc_device *);
79 int (*remove)(struct fmc_device *);
132 uint32_t (*read32)(struct fmc_device *fmc, int offset);
133 void (*write32)(struct fmc_device *fmc, uint32_t value, int offset);
134 int (*validate)(struct fmc_device *fmc, struct fmc_driver *drv);
135 int (*reprogram_raw)(struct fmc_device *f, struct fmc_driver *d,
137 int (*reprogram)(struct fmc_device *f, struct fmc_driver *d, char *gw);
138 int (*irq_request)(struct fmc_device *fmc, irq_handler_t h,
140 void (*irq_ack)(struct fmc_device *fmc);
[all …]
Dfmc-sdb.h22 struct fmc_device;
29 struct fmc_device *fmc; /* the device that hosts it */
35 extern int fmc_scan_sdb_tree(struct fmc_device *fmc, unsigned long address);
36 extern void fmc_show_sdb_tree(const struct fmc_device *fmc);
39 extern int fmc_free_sdb_tree(struct fmc_device *fmc);