OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DRIVER_NAME
(Results
1 - 6
of
6
) sorted by null
/external/ltp/testcases/kernel/device-drivers/drm/kernel_space/
tdrm.h
35
#define
DRIVER_NAME
DEVICE_NAME
/frameworks/base/services/core/jni/
com_android_server_UsbDeviceManager.cpp
33
#define
DRIVER_NAME
"/dev/usb_accessory"
61
int fd = open(
DRIVER_NAME
, O_RDWR);
63
ALOGE("could not open %s",
DRIVER_NAME
);
83
int fd = open(
DRIVER_NAME
, O_RDWR);
85
ALOGE("could not open %s",
DRIVER_NAME
);
99
int fd = open(
DRIVER_NAME
, O_RDWR);
101
ALOGE("could not open %s",
DRIVER_NAME
);
111
int fd = open(
DRIVER_NAME
, O_RDWR);
113
ALOGE("could not open %s",
DRIVER_NAME
);
/external/autotest/server/cros/network/
hostap_config.py
182
DRIVER_NAME
= 'nl80211'
223
('driver', self.
DRIVER_NAME
)])
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java
43
static final String
DRIVER_NAME
= "android-nci";
91
return
DRIVER_NAME
;
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_constants.py
227
DRIVER_NAME
= 'nl80211'
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c
33
#define
DRIVER_NAME
"AMS: "
227
osLog(LOG_INFO,
DRIVER_NAME
"i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
244
osLog(LOG_ERROR,
DRIVER_NAME
"Ran out of i2c buffers!");
323
osLog(LOG_INFO,
DRIVER_NAME
"sensorPowerAls: %d\n", on);
349
osLog(LOG_INFO,
DRIVER_NAME
"sensorRateAls: %ld/%lld\n", rate, latency);
378
osLog(LOG_INFO,
DRIVER_NAME
"sensorPowerProx: %d\n", on);
404
osLog(LOG_INFO,
DRIVER_NAME
"sensorRateProx: %ld/%lld\n", rate, latency);
551
osLog(LOG_INFO,
DRIVER_NAME
"not detected\n");
613
osLog(LOG_INFO,
DRIVER_NAME
"sample ready: status=%02x prox=%u als0=%u als1=%u\n",
Completed in 487 milliseconds