Searched refs:vbox (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/vboxvideo/ |
| H A D | vbox_drv.c | 43 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 D | vbox_drv.h | 40 #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 D | progress.c | 16 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 D | hists.c | 597 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 D | exported-sql-viewer.py | 1032 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/ |
| H A D | MAINTAINERS | 28947 F: include/uapi/linux/vbox*.h
|