Home
last modified time | relevance | path

Searched refs:mir3da_read_data (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A Dda223_core.h241 int mir3da_read_data(MIR_HANDLE handle, short *x, short *y, short *z);
H A Dda223_cust.c344 result = mir3da_read_data(mir_handle, &x, &y, &z);
657 ret = mir3da_read_data (client,&x, &y, &z);
H A Dda223_core.c498 int mir3da_read_data(MIR_HANDLE handle, short *x, short *y, short *z) in mir3da_read_data() function