/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/common/ |
H A D | driverfuncs.h | 30 _mesa_init_driver_functions(struct dd_function_table *driver);
|
/vbox/src/VBox/Additions/freebsd/drm/ |
H A D | vboxvideo_drm.c | 21 * tdfx_drv.c -- tdfx driver -*- linux-c -*- 80 dev->driver->buf_priv_size = 1; /* No dev_priv */ 82 dev->driver->max_ioctl = 0; 84 dev->driver->name = DRIVER_NAME; 85 dev->driver->desc = DRIVER_DESC; 86 dev->driver->date = DRIVER_DATE; 87 dev->driver->major = DRIVER_MAJOR; 88 dev->driver->minor = DRIVER_MINOR; 89 dev->driver->patchlevel = DRIVER_PATCHLEVEL; 91 dev->driver [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/ |
H A D | isa.c | 13 * detection. The driver must provide a list of probe addresses 25 * (If ISA_PROBE_ONLY is defined, the driver's own list will never be 41 #define ISA_IOIDX_MIN( driver ) ( -ISA_EXTRA_PROBE_ADDR_COUNT ) 43 #define ISA_IOIDX_MAX( driver ) ( -1 ) 45 #define ISA_IOIDX_MAX( driver ) ( (int) (driver)->addr_count - 1 ) 48 #define ISA_IOADDR( driver, ioidx ) \ 51 (driver)->probe_addrs[(ioidx)] ) 64 DBG ( "Trying ISA driver %s at I/O %04x\n", 65 isa->driver 96 struct isa_driver *driver; local [all...] |
H A D | eisa.c | 44 * Searches for a driver for the EISA device. If a driver is found, 48 struct eisa_driver *driver; local 57 for_each_table_entry ( driver, EISA_DRIVERS ) { 58 for ( i = 0 ; i < driver->id_count ; i++ ) { 59 id = &driver->ids[i]; 65 eisa->driver = driver; 67 DBG ( "...using driver %s\n", eisa->dev.driver_name ); 68 if ( ( rc = driver [all...] |
H A D | mca.c | 2 * MCA bus driver code 26 * Searches for a driver for the MCA device. If a driver is found, 30 struct mca_driver *driver; local 41 for_each_table_entry ( driver, MCA_DRIVERS ) { 42 for ( i = 0 ; i < driver->id_count ; i++ ) { 43 id = &driver->ids[i]; 46 mca->driver = driver; 48 DBG ( "...using driver [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/linux/ |
H A D | linux.c | 36 /** Go over the device requests looking for a matching linux driver to handle them. */ 40 struct linux_driver *driver; local 56 for_each_table_entry(driver, LINUX_DRIVERS) { 57 if ((rc = strcmp(driver->name, request->driver)) == 0) 62 printf("Linux driver '%s' not found\n", request->driver); 66 if (! driver->can_probe) { 67 printf("Driver '%s' cannot handle any more devices\n", driver->name); 71 /* We found a matching driver s [all...] |
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | dri_drv.c | 4 * VBox OpenGL DRI driver functions 19 * This file is based in part on the tdfx driver from X.Org/Mesa, with the 140 * Mesa we may be using, as the swrast driver and others do */ 382 * change stub's createcontext to reuse driver private part of mesa's ctx to store stub ctx info. 386 vboxdriInitFuncs(struct dd_function_table *driver) argument 388 driver->GetString = VBOX_GL_FUNC(GetString); 389 driver->UpdateState = vboxDDUpdateState; 393 driver->GetBufferSize = vboxDDGetBufferSize; 394 driver->ResizeBuffers = vboxDDResizeBuffer; 395 driver [all...] |
/vbox/src/VBox/Additions/linux/drm/ |
H A D | vboxvideo_drm.c | 3 * VirtualBox Additions Linux kernel driver, DRM support 20 * tdfx_drv.c -- tdfx driver -*- linux-c -*- 102 static struct drm_driver driver = variable in typeref:struct:drm_driver 157 return drm_init(&driver); 159 return drm_pci_init(&driver, &pci_driver); 166 drm_exit(&driver); 168 drm_pci_exit(&driver, &pci_driver);
|
H A D | vbox_drv.c | 3 * VirtualBox Additions Linux kernel video driver 63 static struct drm_driver driver; variable in typeref:struct:drm_driver 75 return drm_get_pci_dev(pdev, ent, &driver); 113 static struct drm_driver driver = variable in typeref:struct:drm_driver 146 return drm_pci_init(&driver, &vbox_pci_driver); 150 drm_pci_exit(&driver, &vbox_pci_driver);
|
/vbox/src/VBox/Devices/PC/ipxe/src/util/ |
H A D | get-pci-ids | 62 # List of drivers. We parse every .c file. It does not harm if it does not contain a driver. 77 my $driver; 80 foreach $driver (@drivers) { 83 my $command = "$cpp $cflags -I" . dirname($driver) . " $driver"; 92 # This file contains a driver. Print the name. 93 $driver =~ s!$kernel_src/drivers/net/!!g; 94 print "\n$driver\n";
|
/vbox/src/VBox/Additions/common/VBoxGuestLib/ |
H A D | VBoxGuestR0LibCrOgl.cpp | 57 rc = vbglDriverOpen (&pHandleData->driver); 74 vbglDriverClose(&hCtl->driver); 92 rc = vbglDriverIOCtl (&hCtl->driver, VBOXGUEST_IOCTL_HGCM_CONNECT, &info, sizeof (info)); 114 return vbglDriverIOCtl (&hCtl->driver, VBOXGUEST_IOCTL_HGCM_DISCONNECT, &info, sizeof (info)); 119 return vbglDriverIOCtl (&hCtl->driver, VBOXGUEST_IOCTL_HGCM_CALL(cbCallInfo), pCallInfo, cbCallInfo); 124 return vbglDriverIOCtl (&hCtl->driver, VBOXGUEST_IOCTL_HGCM_CALL_USERDATA(cbCallInfo), pCallInfo, cbCallInfo);
|
H A D | HGCM.cpp | 145 rc = vbglDriverOpen (&pHandleData->driver); 148 rc = vbglDriverIOCtl (&pHandleData->driver, VBOXGUEST_IOCTL_HGCM_CONNECT, pData, sizeof (*pData)); 157 vbglDriverClose (&pHandleData->driver); 170 rc = vbglDriverIOCtl (&handle->driver, VBOXGUEST_IOCTL_HGCM_DISCONNECT, pData, sizeof (*pData)); 172 vbglDriverClose (&handle->driver); 186 rc = vbglDriverIOCtl (&handle->driver, VBOXGUEST_IOCTL_HGCM_CALL(cbData), pData, cbData); 198 rc = vbglDriverIOCtl (&handle->driver, VBOXGUEST_IOCTL_HGCM_CALL_USERDATA(cbData), pData, cbData); 215 rc = vbglDriverIOCtl (&handle->driver, VBOXGUEST_IOCTL_HGCM_CALL_TIMED(cbData),
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/ |
H A D | efi_driver.h | 6 * EFI driver interface 16 /** An EFI driver */ 22 /** EFI driver binding protocol */ 23 EFI_DRIVER_BINDING_PROTOCOL driver; member in struct:efi_driver 28 /** Initialise an EFI driver 37 .driver = { \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | cards.h | 18 char *driver; /* Driver identifier. */ member in struct:__anon7344
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | cards.h | 11 char *driver; /* Driver identifier. */ member in struct:__anon8081
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | cards.h | 19 char *driver; /* Driver identifier. */ member in struct:__anon4490
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | cards.h | 19 char *driver; /* Driver identifier. */ member in struct:__anon4049
|
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/ |
H A D | efi_driver.c | 32 * EFI driver interface 36 /** EFI driver binding protocol GUID */ 63 * Look up driver name 102 * Install EFI driver 104 * @v efidrv EFI driver 109 EFI_DRIVER_BINDING_PROTOCOL *driver = &efidrv->driver; local 113 /* Configure driver binding protocol */ 114 driver->ImageHandle = efi_image_handle; 121 /* Fill in driver nam [all...] |
H A D | efi_pci.c | 117 * @v efidrv EFI driver 148 efidrv->driver.DriverBindingHandle, 184 efidrv->driver.DriverBindingHandle, 199 efidrv->driver.DriverBindingHandle, device ); 204 efidrv->driver.DriverBindingHandle, device ); 287 efidrv->driver.DriverBindingHandle, 311 efidrv->driver.DriverBindingHandle, device ); 317 * @v efidrv EFI driver 326 efidrv->driver.DriverBindingHandle, 329 efidrv->driver 350 efipci_supported( EFI_DRIVER_BINDING_PROTOCOL *driver, EFI_HANDLE device, EFI_DEVICE_PATH_PROTOCOL *child ) argument 399 efipci_start( EFI_DRIVER_BINDING_PROTOCOL *driver, EFI_HANDLE device, EFI_DEVICE_PATH_PROTOCOL *child ) argument 459 efipci_stop( EFI_DRIVER_BINDING_PROTOCOL *driver, EFI_HANDLE device, UINTN num_children, EFI_HANDLE *children ) argument [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | linux.h | 38 struct linux_driver *driver; member in struct:linux_device 45 /** A linux driver */ 53 /** Can the driver probe any more devices? */ 57 /** Linux driver table */ 60 /** Declare a Linux driver */ 64 * Set linux device driver-private data 75 * Get linux device driver-private data 92 char *driver; member in struct:linux_device_request 115 * appropriate driver to handle each request by matching the driver' [all...] |
/vbox/src/VBox/Additions/x11/Installer/ |
H A D | x11config.pl | 61 if ($line =~ /^\s*driver\s+\"(?:mouse|vboxmouse)\"/i) 82 if ($line =~ /^\s*driver\s+\"(?:fbdev|vga|vesa|vboxvideo|ChangeMe)\"/i)
|
/vbox/src/VBox/Devices/PC/ipxe/src/hci/ |
H A D | linux_args.c | 94 char *driver; local 98 driver = strsep(&args, ","); 100 if (strlen(driver) == 0) { 101 printf("Missing driver name"); 107 dev_request->driver = driver;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | xf86Bus.h | 48 DriverPtr driver; member in struct:__anon6893
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | hotplug.h | 59 /* kernel driver name */ 60 char *driver; member in struct:OdevAttributes
|
H A D | xf86Bus.h | 48 DriverPtr driver; member in struct:__anon7206
|