Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/fpga/
Dfpga-mgr.h92 struct fpga_image_info { struct
93 u32 flags;
94 u32 enable_timeout_us;
95 u32 disable_timeout_us;
96 u32 config_complete_timeout_us;
97 char *firmware_name;
98 struct sg_table *sgt;
99 const char *buf;
100 size_t count;
101 int region_id;
[all …]