Home
last modified time | relevance | path

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

/qemu/hw/input/
H A Dvirtio-input-hid.c283 .bustype = const_le16(BUS_VIRTUAL),
284 .vendor = const_le16(0x0627), /* same we use for usb hid devices */
285 .product = const_le16(0x0001),
286 .version = const_le16(0x0001),
340 .bustype = const_le16(BUS_VIRTUAL),
341 .vendor = const_le16(0x0627), /* same we use for usb hid devices */
342 .product = const_le16(0x0002),
343 .version = const_le16(0x0001),
365 .bustype = const_le16(BUS_VIRTUAL),
366 .vendor = const_le16(0x0627), /* same we use for usb hid devices */
[all …]
/qemu/include/qemu/
H A Dbswap.h165 # define const_le16(_x) \ macro
171 # define const_le16(_x) (_x)