Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dapi_public.h94 struct device_info { struct
95 int type;
96 void *cookie;
98 union {
107 } info;
111 int state;
/openbmc/qemu/util/
H A Dvfio-helpers.c303 struct vfio_device_info device_info = { .argsz = sizeof(device_info) }; in qemu_vfio_init_pci() local
/openbmc/qemu/hw/usb/
H A Dredirect.c140 struct usb_redir_device_connect_header device_info; member