OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L3G4200D_IOCTL_SET_DELAY
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/common/linux/
l3g4200d.h
25
#define
L3G4200D_IOCTL_SET_DELAY
_IOW(L3G4200D_IOCTL_BASE, 0, int)
/external/kernel-headers/original/linux/
l3g4200d.h
28
#define
L3G4200D_IOCTL_SET_DELAY
_IOW(L3G4200D_IOCTL_BASE, 0, int)
/device/moto/stingray/sensors/
GyroSensor.cpp
89
if (ioctl(dev_fd,
L3G4200D_IOCTL_SET_DELAY
, &delay)) {
Completed in 19 milliseconds