Searched defs:setup_data (Results 1 – 10 of 10) sorted by relevance
26 struct setup_data { struct27 __u64 next;28 __u32 type;29 __u32 len;30 __u8 data[];
73 __u64 setup_data; member
79 void *setup_data; member
61 void *setup_data; /**< Extra data usable by setup function */ member
345 pub struct setup_data { struct346 pub next: __u64,347 pub type_: __u32,348 pub len: __u32,349 pub data: __IncompleteArrayField<__u8>,388 pub setup_data: __u64, field
1668 let mut setup_data = Vec::<SetupData>::new(); in setup_system_memory() localVariable1677 let setup_data = write_setup_data( in setup_system_memory() localVariable2465 let setup_data = []; in write_setup_data_empty() localVariable2494 let setup_data = [ in write_setup_data_two_of_them() localVariable
76 UINT64 setup_data; member
30855 struct setup_data { struct30856 __u64 next;30857 __u32 type;30858 __u32 len;30859 __u8 data[0];30897 __u64 setup_data; member
1473 __u64 setup_data; member22309 struct setup_data { struct22310 __u64 next;22311 __u32 type;22312 __u32 len;22313 __u8 data[0];