Lines Matching defs:accel
61 struct ext_slave_platform_data *accel = &mldl_cfg->pdata->accel;
86 if (mldl_cfg->accel) {
87 MPL_LOGD("slave_accel->suspend = %02x\n", (int)mldl_cfg->accel->suspend);
88 MPL_LOGD("slave_accel->resume = %02x\n", (int)mldl_cfg->accel->resume);
89 MPL_LOGD("slave_accel->read = %02x\n", (int)mldl_cfg->accel->read);
90 MPL_LOGD("slave_accel->type = %02x\n", mldl_cfg->accel->type);
92 mldl_cfg->accel->read_reg);
94 mldl_cfg->accel->read_len);
95 MPL_LOGD("slave_accel->endian = %02x\n", mldl_cfg->accel->endian);
96 MPL_LOGD("slave_accel->range.mantissa= %02x\n", (int)mldl_cfg->accel->range.mantissa);
97 MPL_LOGD("slave_accel->range.fraction= %02x\n", (int)mldl_cfg->accel->range.fraction);
134 MPL_LOGD("accel->get_slave_descr = %x\n",(unsigned int) accel->get_slave_descr);
135 MPL_LOGD("accel->adapt_num = %02x\n", accel->adapt_num);
136 MPL_LOGD("accel->bus = %02x\n", accel->bus);
137 MPL_LOGD("accel->address = %02x\n", accel->address);
138 MPL_LOGD("accel->orientation = \n"
142 accel->orientation[0],accel->orientation[1],accel->orientation[2],
143 accel->orientation[3],accel->orientation[4],accel->orientation[5],
144 accel->orientation[6],accel->orientation[7],accel->orientation[8]);
199 * @param accel_handle handle to the accel serial layer
233 * @param accel_handle handle to the accel serial layer