OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DriverEntry
(Results
1 - 2
of
2
) sorted by null
/development/host/windows/usb/legacy/driver/
android_usb_driver_object.h
41
This method is a "gate" to our driver class from main
DriverEntry
routine.
42
Since this method is called from within
DriverEntry
only it is placed in
45
@param drv_object[in] Driver object passed to
DriverEntry
routine
46
@param reg_path[in] Path to the driver's Registry passed to
DriverEntry
50
static NTSTATUS
DriverEntry
(PDRIVER_OBJECT drv_object,
58
Since this method is called from within
DriverEntry
only it is placed in
61
@param drv_object[in] Driver object passed to
DriverEntry
routine
62
@param reg_path[in] Path to the driver's Registry passed to
DriverEntry
79
method is called from within
DriverEntry
only it is placed in
82
@param drv_object[in] Driver object passed to
DriverEntry
routine
[
all
...]
android_usb_driver_object.cpp
42
NTSTATUS
DriverEntry
(PDRIVER_OBJECT drv_object, PUNICODE_STRING reg_path) {
44
return AndroidUsbDriverObject::
DriverEntry
(drv_object, reg_path);
49
NTSTATUS AndroidUsbDriverObject::
DriverEntry
(PDRIVER_OBJECT drv_object,
Completed in 6191 milliseconds