OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BMP085_IOCTL_BASE
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/common/linux/
bmp085.h
24
#define
BMP085_IOCTL_BASE
78
25
#define BMP085_IOCTL_SET_DELAY _IOW(
BMP085_IOCTL_BASE
, 0, int)
26
#define BMP085_IOCTL_GET_DELAY _IOR(
BMP085_IOCTL_BASE
, 1, int)
27
#define BMP085_IOCTL_SET_ENABLE _IOW(
BMP085_IOCTL_BASE
, 2, int)
29
#define BMP085_IOCTL_GET_ENABLE _IOR(
BMP085_IOCTL_BASE
, 3, int)
30
#define BMP085_IOCTL_ACCURACY _IOW(
BMP085_IOCTL_BASE
, 4, int)
/external/kernel-headers/original/linux/
bmp085.h
26
#define
BMP085_IOCTL_BASE
78
28
#define BMP085_IOCTL_SET_DELAY _IOW(
BMP085_IOCTL_BASE
, 0, int)
29
#define BMP085_IOCTL_GET_DELAY _IOR(
BMP085_IOCTL_BASE
, 1, int)
30
#define BMP085_IOCTL_SET_ENABLE _IOW(
BMP085_IOCTL_BASE
, 2, int)
31
#define BMP085_IOCTL_GET_ENABLE _IOR(
BMP085_IOCTL_BASE
, 3, int)
32
#define BMP085_IOCTL_ACCURACY _IOW(
BMP085_IOCTL_BASE
, 4, int)
Completed in 67 milliseconds