Lines Matching refs:bochs
12 #include "bochs.h"
23 struct bochs_device *bochs = dev->dev_private;
25 bochs_mm_fini(bochs);
30 struct bochs_device *bochs;
33 bochs = drmm_kzalloc(dev, sizeof(*bochs), GFP_KERNEL);
34 if (bochs == NULL)
36 dev->dev_private = bochs;
37 bochs->dev = dev;
43 ret = bochs_mm_init(bochs);
47 ret = bochs_kms_init(bochs);
63 .name = "bochs-drm",
64 .desc = "bochs dispi vga interface (qemu stdvga)",
174 .name = "bochs-drm",