Home | History | Annotate | Download | only in mllite

Lines Matching full:pdata

203         gyroCal[ii] = mldl_cfg->pdata->orientation[ii];
204 accelCal[ii] = mldl_cfg->pdata->accel.orientation[ii];
205 magCal[ii] = mldl_cfg->pdata->compass.orientation[ii];
272 if (mldl_cfg->pdata->accel.bus != EXT_SLAVE_BUS_SECONDARY) {
1694 (mldl_cfg->pdata->accel.get_slave_descr == 0)) {
1703 (mldl_cfg->pdata->compass.get_slave_descr == 0)) {
1712 (mldl_cfg->pdata->pressure.get_slave_descr == 0)) {
1848 s2[kk] = mldlCfg->pdata->orientation[kk * 3] * s[0] +
1849 mldlCfg->pdata->orientation[kk * 3 + 1] * s[1] +
1850 mldlCfg->pdata->orientation[kk * 3 + 2] * s[2];