Home
last modified time | relevance | path

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

/linux/include/linux/fpga/
A Dfpga-mgr.h124 struct fpga_manager_ops { struct
125 size_t initial_header_size;
126 enum fpga_mgr_states (*state)(struct fpga_manager *mgr);
127 u64 (*status)(struct fpga_manager *mgr);
128 int (*write_init)(struct fpga_manager *mgr,
131 int (*write)(struct fpga_manager *mgr, const char *buf, size_t count);
132 int (*write_sg)(struct fpga_manager *mgr, struct sg_table *sgt);
133 int (*write_complete)(struct fpga_manager *mgr,
135 void (*fpga_remove)(struct fpga_manager *mgr);
136 const struct attribute_group **groups;

Completed in 4 milliseconds