Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/fpga/
Dfpga-mgr.h99 struct fpga_image_info { struct
100 u32 flags;
101 u32 enable_timeout_us;
102 u32 disable_timeout_us;
103 u32 config_complete_timeout_us;
104 char *firmware_name;
105 struct sg_table *sgt;
106 const char *buf;
107 size_t count;
108 size_t header_size;
[all …]