Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfmc.h131 struct fmc_operations { struct
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)(struct fmc_device *f, struct fmc_driver *d, char *gw);
136 int (*irq_request)(struct fmc_device *fmc, irq_handler_t h,
138 void (*irq_ack)(struct fmc_device *fmc);
139 int (*irq_free)(struct fmc_device *fmc);
163 struct fmc_operations *op; /* carrier-provided */ argument