OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L3G4200D_IOCTL_GET_ENABLE
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/common/linux/
l3g4200d.h
29
#define
L3G4200D_IOCTL_GET_ENABLE
_IOR(L3G4200D_IOCTL_BASE, 3, int)
/external/kernel-headers/original/linux/
l3g4200d.h
31
#define
L3G4200D_IOCTL_GET_ENABLE
_IOR(L3G4200D_IOCTL_BASE, 3, int)
/device/moto/stingray/sensors/
GyroSensor.cpp
48
if (!ioctl(dev_fd,
L3G4200D_IOCTL_GET_ENABLE
, &flags)) {
Completed in 191 milliseconds