Searched defs:ext_slave_config (Results 1 - 1 of 1) sorted by last modified time

/hardware/invensense/mlsdk/platform/include/linux/
H A Dmpu.h110 struct ext_slave_config { struct
261 struct ext_slave_config *config);
265 struct ext_slave_config *config);
320 #define MPU_CONFIG_ACCEL _IOW(MPU_IOCTL, 0x20, struct ext_slave_config)
321 #define MPU_CONFIG_COMPASS _IOW(MPU_IOCTL, 0x21, struct ext_slave_config)
322 #define MPU_CONFIG_PRESSURE _IOW(MPU_IOCTL, 0x22, struct ext_slave_config)
324 #define MPU_GET_CONFIG_ACCEL _IOWR(MPU_IOCTL, 0x20, struct ext_slave_config)
325 #define MPU_GET_CONFIG_COMPASS _IOWR(MPU_IOCTL, 0x21, struct ext_slave_config)
326 #define MPU_GET_CONFIG_PRESSURE _IOWR(MPU_IOCTL, 0x22, struct ext_slave_config)

Completed in 29 milliseconds