OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L3G4200D_IOCTL_BASE
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/common/linux/
l3g4200d.h
24
#define
L3G4200D_IOCTL_BASE
77
25
#define L3G4200D_IOCTL_SET_DELAY _IOW(
L3G4200D_IOCTL_BASE
, 0, int)
26
#define L3G4200D_IOCTL_GET_DELAY _IOR(
L3G4200D_IOCTL_BASE
, 1, int)
27
#define L3G4200D_IOCTL_SET_ENABLE _IOW(
L3G4200D_IOCTL_BASE
, 2, int)
29
#define L3G4200D_IOCTL_GET_ENABLE _IOR(
L3G4200D_IOCTL_BASE
, 3, int)
/external/kernel-headers/original/linux/
l3g4200d.h
26
#define
L3G4200D_IOCTL_BASE
77
28
#define L3G4200D_IOCTL_SET_DELAY _IOW(
L3G4200D_IOCTL_BASE
, 0, int)
29
#define L3G4200D_IOCTL_GET_DELAY _IOR(
L3G4200D_IOCTL_BASE
, 1, int)
30
#define L3G4200D_IOCTL_SET_ENABLE _IOW(
L3G4200D_IOCTL_BASE
, 2, int)
31
#define L3G4200D_IOCTL_GET_ENABLE _IOR(
L3G4200D_IOCTL_BASE
, 3, int)
Completed in 699 milliseconds