Searched refs:const_le16 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/input/ |
H A D | virtio-input-hid.c | 284 .bustype = const_le16(BUS_VIRTUAL), 285 .vendor = const_le16(0x0627), /* same we use for usb hid devices */ 286 .product = const_le16(0x0001), 287 .version = const_le16(0x0001), 341 .bustype = const_le16(BUS_VIRTUAL), 342 .vendor = const_le16(0x0627), /* same we use for usb hid devices */ 343 .product = const_le16(0x0002), 344 .version = const_le16(0x0001), 366 .bustype = const_le16(BUS_VIRTUAL), 367 .vendor = const_le16(0x0627), /* same we use for usb hid devices */ [all …]
|
/openbmc/qemu/include/qemu/ |
H A D | bswap.h | 165 # define const_le16(_x) \ macro 171 # define const_le16(_x) (_x)
|