Searched refs:mpu_read_write (Results 1 – 2 of 2) sorted by relevance
/hardware/invensense/mlsdk/platform/include/linux/ |
D | mpu.h | 34 struct mpu_read_write { struct 309 #define MPU_READ _IOWR(MPU_IOCTL, 0x10, struct mpu_read_write) 310 #define MPU_WRITE _IOW(MPU_IOCTL, 0x10, struct mpu_read_write) 311 #define MPU_READ_MEM _IOWR(MPU_IOCTL, 0x11, struct mpu_read_write) 312 #define MPU_WRITE_MEM _IOW(MPU_IOCTL, 0x11, struct mpu_read_write) 313 #define MPU_READ_FIFO _IOWR(MPU_IOCTL, 0x12, struct mpu_read_write) 314 #define MPU_WRITE_FIFO _IOW(MPU_IOCTL, 0x12, struct mpu_read_write)
|
/hardware/invensense/mlsdk/platform/linux/ |
D | mlsl_linux_mpu.c | 283 struct mpu_read_write msg; in inv_serial_write() 321 struct mpu_read_write msg; in inv_serial_read() 359 struct mpu_read_write msg; in inv_serial_write_mem() 391 struct mpu_read_write msg; in inv_serial_read_mem() 427 struct mpu_read_write msg; in inv_serial_write_fifo() 463 struct mpu_read_write msg; in inv_serial_read_fifo()
|