Home
last modified time | relevance | path

Searched refs:sl_handle (Results 1 – 6 of 6) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
Dmlsl.h68 int inv_serial_open(char const *port, void **sl_handle);
83 int inv_serial_close(void *sl_handle);
89 int inv_serial_reset(void *sl_handle);
104 void *sl_handle,
120 void *sl_handle,
136 void *sl_handle,
155 void *sl_handle,
175 void *sl_handle,
194 void *sl_handle,
210 void *sl_handle,
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlsl.h68 int inv_serial_open(char const *port, void **sl_handle);
83 int inv_serial_close(void *sl_handle);
89 int inv_serial_reset(void *sl_handle);
104 void *sl_handle,
120 void *sl_handle,
136 void *sl_handle,
155 void *sl_handle,
175 void *sl_handle,
194 void *sl_handle,
210 void *sl_handle,
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlsl.h68 int inv_serial_open(char const *port, void **sl_handle);
83 int inv_serial_close(void *sl_handle);
89 int inv_serial_reset(void *sl_handle);
104 void *sl_handle,
120 void *sl_handle,
136 void *sl_handle,
155 void *sl_handle,
175 void *sl_handle,
194 void *sl_handle,
210 void *sl_handle,
/hardware/invensense/60xx/mlsdk/platform/include/
Dmlsl.h83 inv_error_t inv_serial_open(char const *port, void **sl_handle);
98 inv_error_t inv_serial_close(void *sl_handle);
104 inv_error_t inv_serial_reset(void *sl_handle);
119 void *sl_handle,
135 void *sl_handle,
151 void *sl_handle,
170 void *sl_handle,
187 void *sl_handle,
203 void *sl_handle,
218 void *sl_handle,
/hardware/invensense/60xx/mlsdk/platform/linux/
Dmlsl_linux_mpu.c232 inv_error_t inv_serial_open(char const *port, void **sl_handle) in inv_serial_open() argument
239 *sl_handle = (void*)(uintptr_t) open(port, O_RDWR); in inv_serial_open()
240 if((intptr_t)*sl_handle < 0) { in inv_serial_open()
252 inv_error_t inv_serial_close(void *sl_handle) in inv_serial_close() argument
256 close((int)(uintptr_t)sl_handle); in inv_serial_close()
261 inv_error_t inv_serial_reset(void *sl_handle) in inv_serial_reset() argument
266 inv_error_t inv_serial_single_write(void *sl_handle, in inv_serial_single_write() argument
274 return inv_serial_write(sl_handle, slaveAddr, 2, buf); in inv_serial_single_write()
277 inv_error_t inv_serial_write(void *sl_handle, in inv_serial_write() argument
294 if ((result = ioctl((int)(uintptr_t)sl_handle, MPU_WRITE, &msg))) { in inv_serial_write()
[all …]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/
Dtestsupport.h38 void SetHandle (void *sl_handle);
39 void CommandPrompt (void *sl_handle);
40 void RegisterMap (void *sl_handle);