Home
last modified time | relevance | path

Searched refs:container_type (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/usb/
H A Ddev-mtp.c1849 uint16_t container_type; in usb_mtp_handle_data() local
1940 container_type = TYPE_DATA; in usb_mtp_handle_data()
1943 container_type = le16_to_cpu(container.type); in usb_mtp_handle_data()
1945 switch (container_type) { in usb_mtp_handle_data()