Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_drv.c43 struct vbox_private *vbox; in vbox_pci_probe() local
53 vbox = devm_drm_dev_alloc(&pdev->dev, &driver, in vbox_pci_probe()
55 if (IS_ERR(vbox)) in vbox_pci_probe()
56 return PTR_ERR(vbox); in vbox_pci_probe()
58 pci_set_drvdata(pdev, vbox); in vbox_pci_probe()
59 mutex_init(&vbox->hw_mutex); in vbox_pci_probe()
65 ret = vbox_hw_init(vbox); in vbox_pci_probe()
69 ret = vbox_mm_init(vbox); in vbox_pci_probe()
73 ret = vbox_mode_init(vbox); in vbox_pci_probe()
77 ret = vbox_irq_init(vbox); in vbox_pci_probe()
[all …]
H A Dvbox_mode.c40 struct vbox_private *vbox; in vbox_do_modeset() local
45 vbox = to_vbox_dev(crtc->dev); in vbox_do_modeset()
50 x_offset = vbox->single_framebuffer ? vbox_crtc->x : vbox_crtc->x_hint; in vbox_do_modeset()
51 y_offset = vbox->single_framebuffer ? vbox_crtc->y : vbox_crtc->y_hint; in vbox_do_modeset()
76 hgsmi_process_display_info(vbox->guest_pool, vbox_crtc->crtc_id, in vbox_do_modeset()
86 struct vbox_private *vbox = to_vbox_dev(crtc->dev); in vbox_set_view() local
100 p = hgsmi_buffer_alloc(vbox->guest_pool, sizeof(*p), in vbox_set_view()
107 p->view_size = vbox->available_vram_size - vbox_crtc->fb_offset + in vbox_set_view()
109 p->max_screen_size = vbox->available_vram_size - vbox_crtc->fb_offset; in vbox_set_view()
111 hgsmi_buffer_submit(vbox->guest_pool, p); in vbox_set_view()
[all …]
H A Dvbox_drv.h40 #define GUEST_HEAP_OFFSET(vbox) ((vbox)->full_vram_size - \ argument
132 int vbox_hw_init(struct vbox_private *vbox);
133 void vbox_hw_fini(struct vbox_private *vbox);
135 int vbox_mode_init(struct vbox_private *vbox);
136 void vbox_mode_fini(struct vbox_private *vbox);
138 void vbox_report_caps(struct vbox_private *vbox);
140 int vbox_mm_init(struct vbox_private *vbox);
143 int vbox_irq_init(struct vbox_private *vbox);
144 void vbox_irq_fini(struct vbox_private *vbox);
145 void vbox_report_hotplug(struct vbox_private *vbox);
/linux/tools/perf/ui/gtk/
H A Dprogress.c16 GtkWidget *vbox = gtk_vbox_new(TRUE, 5); in gtk_ui_progress__update() local
22 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, FALSE, 3); in gtk_ui_progress__update()
23 gtk_box_pack_start(GTK_BOX(vbox), progress, TRUE, TRUE, 3); in gtk_ui_progress__update()
25 gtk_container_add(GTK_CONTAINER(dialog), vbox); in gtk_ui_progress__update()
H A Dhists.c597 GtkWidget *vbox; in evlist__gtk_browse_hists() local
619 vbox = gtk_vbox_new(FALSE, 0); in evlist__gtk_browse_hists()
623 gtk_box_pack_start(GTK_BOX(vbox), notebook, TRUE, TRUE, 0); in evlist__gtk_browse_hists()
627 gtk_box_pack_start(GTK_BOX(vbox), info_bar, FALSE, FALSE, 0); in evlist__gtk_browse_hists()
630 gtk_box_pack_start(GTK_BOX(vbox), statbar, FALSE, FALSE, 0); in evlist__gtk_browse_hists()
632 gtk_container_add(GTK_CONTAINER(window), vbox); in evlist__gtk_browse_hists()
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1032 self.vbox = QWidget()
1033 self.vbox.setLayout(VBoxLayout(*children))
1036 return self.vbox
1103 self.vbox = VBox(self.view, self.find_bar.Widget())
1105 self.setWidget(self.vbox.Widget())
1125 self.vbox = VBox(self.view, self.find_bar.Widget())
1127 self.setWidget(self.vbox.Widget())
2016 self.vbox = VBoxLayout(self.view)
2017 self.setLayout(self.vbox)
2260 self.vbox = VBoxLayout(self.splitter, self.hbox)
[all …]
/linux/Documentation/isdn/
H A Dcredits.rst29 For contribution of the vbox answering machine.
/linux/
H A DMAINTAINERS28082 F: include/uapi/linux/vbox*.h