Home | History | Annotate | Download | only in mllite

Lines Matching defs:compass

62     struct ext_slave_platform_data *compass = &mldl_cfg->pdata->compass;
102 if (mldl_cfg->compass) {
103 MPL_LOGD("slave_compass->suspend = %02x\n", (int)mldl_cfg->compass->suspend);
104 MPL_LOGD("slave_compass->resume = %02x\n", (int)mldl_cfg->compass->resume);
105 MPL_LOGD("slave_compass->read = %02x\n", (int)mldl_cfg->compass->read);
106 MPL_LOGD("slave_compass->type = %02x\n", mldl_cfg->compass->type);
108 mldl_cfg->compass->read_reg);
110 mldl_cfg->compass->read_len);
111 MPL_LOGD("slave_compass->endian = %02x\n", mldl_cfg->compass->endian);
112 MPL_LOGD("slave_compass->range.mantissa= %02x\n", (int)mldl_cfg->compass->range.mantissa);
113 MPL_LOGD("slave_compass->range.fraction= %02x\n", (int)mldl_cfg->compass->range.fraction);
145 MPL_LOGD("compass->get_slave_descr = %x\n",(unsigned int) compass->get_slave_descr);
146 MPL_LOGD("compass->adapt_num = %02x\n", compass->adapt_num);
147 MPL_LOGD("compass->bus = %02x\n", compass->bus);
148 MPL_LOGD("compass->address = %02x\n", compass->address);
149 MPL_LOGD("compass->orientation = \n"
153 compass->orientation[0],compass->orientation[1],compass->orientation[2],
154 compass->orientation[3],compass->orientation[4],compass->orientation[5],
155 compass->orientation[6],compass->orientation[7],compass->orientation[8]);
200 * @param compass_handle handle to the compass serial layer
234 * @param compass_handle handle to the compass serial layer
235 * @param pressure_handle handle to the compass serial layer