Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Ddev-mtp.c128 typedef struct MTPData MTPData; typedef
153 struct MTPData { struct
154 uint16_t code;
155 uint32_t trans;
156 uint64_t offset;
157 uint64_t length;
158 uint64_t alloc;
159 uint8_t *data;
160 bool first;
162 bool pending;
[all …]