HomeSort by relevance Sort by last modified time
    Searched full:drivers (Results 251 - 275 of 2849) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
r11680.htm 385 >Set by drivers and applications, see <A
409 period, drivers return the actual frame period, which must be greater
423 >Drivers support this function only when they set the
444 unused, applications and drivers must set this field to zero.
467 > mode. Drivers
469 buffers, drivers should just return the current setting rather than
484 >Reserved for future extensions. Drivers and
538 >Set by drivers and applications, see <A
574 period, drivers return the actual frame period, which must be greater
588 >Drivers support this function only when they set th
    [all...]
c2030.htm 193 request an image size, drivers return the closest possible values. In
202 avoid ambiguities drivers must return values rounded up to a multiple
253 in separate buffers. Drivers return the actual field order selected.
275 >Both applications and drivers
277 Drivers however may ignore the value requested by the application,
305 drivers must return a <CODE
366 information about formats. When not used drivers and applications must
381 >In order to exchange images between drivers and
387 >V4L2 drivers are not limited to these formats, however.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverConfiguration/
DriverConfiguration.h 71 for device drivers, and for a bus drivers that wish to set
126 drivers. It will also be NULL for a bus drivers that wish
165 ChildHandle - The handle of the child controller to force default configuration options on This is an optional parameter that may be NULL. It will be NULL for device drivers. It will also be NULL for a bus drivers that wish to force default configuration options for the bus controller. It will not be NULL for a bus driver that wishes to force default configuration options for one of its child controllers.
197 SetOptions - Allows the use to set drivers specific configuration
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverConfiguration2/
DriverConfiguration2.h 60 for device drivers, and for a bus drivers that wish to set
115 drivers. It will also be NULL for a bus drivers that wish
154 ChildHandle - The handle of the child controller to force default configuration options on This is an optional parameter that may be NULL. It will be NULL for device drivers. It will also be NULL for a bus drivers that wish to force default configuration options for the bus controller. It will not be NULL for a bus driver that wishes to force default configuration options for one of its child controllers.
186 SetOptions - Allows the use to set drivers specific configuration
  /prebuilts/go/darwin-x86/src/text/template/
examplefiles_test.go 139 // Load the drivers.
140 drivers := template.Must(template.ParseGlob(pattern))
143 // the drivers, then add a definition of T2 to the template name space.
146 first, err := drivers.Clone()
157 // 1. Clone the drivers.
158 second, err := drivers.Clone()
160 log.Fatal("cloning drivers: ", err)
  /prebuilts/go/linux-x86/src/text/template/
examplefiles_test.go 139 // Load the drivers.
140 drivers := template.Must(template.ParseGlob(pattern))
143 // the drivers, then add a definition of T2 to the template name space.
146 first, err := drivers.Clone()
157 // 1. Clone the drivers.
158 second, err := drivers.Clone()
160 log.Fatal("cloning drivers: ", err)
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
UefiShellDriver1CommandsLib.uni 55 #string STR_CONNECT_NONE #language en-US "%HConnect%N No drivers could be connected.\r\n"
256 ".TH drivers 0 "display a list of drivers"\r\n"
261 "DRIVERS [-l XXX] [-sfo] \r\n"
264 " -l - Displays drivers using the specified language (e.g. ISO 639-2) \r\n"
269 " 1. This command displays a list of information for drivers that follow the\r\n"
286 " Shell> drivers\r\n"
299 "Disconnects one or more drivers from the specified devices. \r\n"
306 " -r - Disconnects all drivers from all devices.\r\n"
320 " 3. If the '-r' option is specified, all consoles and drivers will be\r\n"
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/
ArmVExpress-FVP-AArch64.fdf 136 # PI DXE Drivers producing Architectural Protocols (EFI Services)
138 INF ArmPkg/Drivers/CpuDxe/CpuDxe.inf
169 INF ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
170 INF ArmPkg/Drivers/TimerDxe/TimerDxe.inf
172 INF ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf
174 INF ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
177 INF ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111LcdGraphicsOutputDxe.inf
179 INF ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf
199 INF ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
215 INF OpenPlatformPkg/Drivers/Net/Lan91xDxe/Lan91xDxe.inf
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/
HiKey.dsc 39 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
73 PL011UartLib|ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf
109 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf
385 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
407 OpenPlatformPkg/Drivers/Variable/BlockVariableDxe/BlockVariableDxe.inf
411 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
412 ArmPkg/Drivers/TimerDxe/TimerDxe.inf
419 ArmPlatformPkg/Drivers/PL061GpioDxe/PL061GpioDxe.inf
426 OpenPlatformPkg/Drivers/Mmc/DwEmmcDxe/DwEmmcDxe.inf
427 OpenPlatformPkg/Drivers/Mmc/DwSdDxe/DwSdDxe.in
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java 64 static final String JDBC_PROPERTY = "jdbc.drivers";
68 // Static initializer to load the drivers so that they are available to all
82 // First get one of the drivers loaded by the test
110 // Give the Helper class one of our drivers....
299 // Comment out since it depends on the drivers providered
323 // Check that all the drivers are in the list...
324 // There might be other drivers loaded in other classes
325 assertTrue("testGetDrivers: Don't see all the loaded drivers - ",
459 * Method which loads a set of JDBC drivers ready for use by the various
460 * tests @return the number of drivers loade
    [all...]
  /external/mesa3d/docs/
faq.html 55 drivers for X.org.
61 for more information about Intel drivers.</li>
63 for more information about Nouveau drivers.</li>
65 for more information about Radeon drivers.</li>
76 hardware drivers.
82 hardware drivers.
97 <h2>1.4 What's the difference between "Stand-Alone" Mesa and the DRI drivers?</h2>
113 Alternately, Mesa acts as the core for a number of OpenGL hardware drivers
131 Now, the DRI drivers are included in the Mesa tree and can be compiled
246 where your Linux distribution installs DRI drivers. To find your system's DR
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
XenPvBlkDxe.c 107 the same for UEFI Applications, UEFI OS Loaders, and UEFI Drivers including
108 both device drivers and bus drivers.
147 ControllerHandle. Drivers will typically use the device path attached to
165 parameter is ignored by device drivers, and is optional for bus
166 drivers. For bus drivers, if this parameter is not NULL, then
236 parameter is ignored by device drivers, and is optional for bus
237 drivers. For a bus driver, if this parameter is NULL, then handles
  /device/linaro/bootloader/edk2/ArmPkg/Include/Library/
BdsLib.h 55 Connect all DXE drivers
57 @retval EFI_SUCCESS All drivers have been connected
79 @retval EFI_SUCCESS All drivers have been connected
104 @retval EFI_SUCCESS All drivers have been connected
146 @retval EFI_SUCCESS All drivers have been connected
  /device/linaro/bootloader/edk2/ArmVirtPkg/
ArmVirtXen.dsc 41 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf
45 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf
186 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
204 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
205 ArmPkg/Drivers/TimerDxe/TimerDxe.inf
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DriverSupport.c 23 Connects one or more drivers to a controller.
35 @retval EFI_SUCCESS 1) One or more drivers were connected to ControllerHandle.
36 2) No drivers were connected to ControllerHandle, but
42 2) No drivers were connected to ControllerHandle.
44 The user has no permission to start UEFI device drivers on the device path
84 // Check whether the user has permission to start UEFI device drivers.
131 // Connect all drivers to ControllerHandle
152 // If recursive, then connect all drivers to all of ControllerHandle's children
377 @retval EFI_SUCCESS One or more drivers were
381 @retval EFI_NOT_FOUND No drivers were connected to
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PlatformDriverOverride.h 123 /// This protocol matches one or more drivers to a controller. A platform driver
126 /// for a controller. All of the drivers returned by this protocol have a higher
127 /// precedence than drivers found from an EFI Bus Specific Driver Override Protocol
128 /// or drivers found from the general UEFI driver Binding search algorithm. If more
129 /// than one driver is returned by this protocol, then the drivers are returned in
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
DriverBinding.h 25 parameter is ignored by device drivers, and is optional for bus
26 drivers. For bus drivers, if this parameter is not NULL, then
70 parameter is ignored by device drivers, and is optional for bus
71 drivers. For a bus driver, if this parameter is NULL, then handles
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
I2cBus.h 35 drivers. Extreme care must be taken by other consumers of this
36 API to prevent confusing the third party I2C drivers due to a
37 state change at the I2C device which the third party I2C drivers
38 did not initiate. I2C platform drivers may use this API within
68 \ref ThirdPartyI2cDrivers "Third Party I2C Drivers"
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
I2cBus.h 43 drivers. Extreme care must be taken by other consumers of this
44 API to prevent confusing the third party I2C drivers due to a
45 state change at the I2C device which the third party I2C drivers
46 did not initiate. I2C platform drivers may use this API within
76 \ref ThirdPartyI2cDrivers "Third Party I2C Drivers"
I2cBusMcg.h 42 drivers. Extreme care must be taken by other consumers of this
43 API to prevent confusing the third party I2C drivers due to a
44 state change at the I2C device which the third party I2C drivers
45 did not initiate. I2C platform drivers may use this API within
75 \ref ThirdPartyI2cDrivers "Third Party I2C Drivers"
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/
CTA9x4.c 20 #include <Drivers/PL341Dmc.h>
21 #include <Drivers/PL301Axi.h>
22 #include <Drivers/SP804Timer.h>
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/
DataHubDxe.inf 17 # The intent of the data hub is for drivers that enumerate and configure parts of the system to report
18 # their discoveries to the data hub.This data can then be extracted by other drivers that report those
21 # drivers to be aware of all reporting formats.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDriver.h 20 order to make drivers as small as possible, there are a few calling
47 drivers as small as possible, there are a few calling restrictions for
73 make drivers as small as possible, there are a few calling
  /external/jsr330/tck/org/atinject/tck/auto/
Convertible.java 30 @Inject @Drivers Seat driversSeatA;
31 @Inject @Drivers Seat driversSeatB;
50 @Inject @Drivers Seat fieldDriversSeat;
54 @Inject @Drivers Provider<Seat> fieldDriversSeatProvider = nullProvider();
68 @Inject @Drivers static Seat staticFieldDriversSeat;
72 @Inject @Drivers static Provider<Seat> staticFieldDriversSeatProvider = nullProvider();
87 @Drivers Seat driversSeat,
91 @Drivers Provider<Seat> driversSeatProvider,
123 @Drivers Seat driversSeat,
127 @Drivers Provider<Seat> driversSeatProvider
    [all...]
  /external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
pci-exp-tests-HOWTO 8 These test cases/scripts will enhance the LTP's capability to test PCI-Express devices/drivers.
15 (\ltp\testcases\kernel\device-drivers\pci\tpci\tpci.c)
31 (\ltp\testcases\kernel\device-drivers\pci\user_tpci\user_tpci.c) which will drive the kernel

Completed in 786 milliseconds

<<11121314151617181920>>