Searched refs:slave (Results 1 - 5 of 5) sorted by relevance

/hardware/invensense/60xx/mlsdk/platform/include/linux/
H A Dmpu.h106 * slave is on the secondary bus the MPU will first enger bypass mode
173 * slave devices
176 * for this slave
177 * @irq: the irq number attached to the slave if any.
179 * @bus: the bus the slave is attached to: enum ext_slave_bus
180 * @address: the I2C slave address of the slave device.
182 * @irq_data: private data for the slave irq handler
218 * struct ext_slave_descr - Description of the slave device for programming.
234 * @range: full scale range of the slave oupu
[all...]
/hardware/invensense/60xx/mlsdk/mllite/
H A Dmldl_cfg_mpu.c320 * Send slave configuration information
324 * @param slave_handle handle to the slave sensor
325 * @param slave slave description
326 * @param pdata slave platform data
334 struct ext_slave_descr *slave,
339 if (!mldl_cfg || !gyro_handle || !data || !slave) {
344 switch (slave->type) {
364 * Send slave configuration information
368 * @param slave_handle handle to the slave senso
331 inv_mpu_slave_read(struct mldl_cfg *mldl_cfg, void *gyro_handle, void *slave_handle, struct ext_slave_descr *slave, struct ext_slave_platform_data *pdata, unsigned char *data) argument
375 inv_mpu_slave_config(struct mldl_cfg *mldl_cfg, void *gyro_handle, void *slave_handle, struct ext_slave_config *data, struct ext_slave_descr *slave, struct ext_slave_platform_data *pdata) argument
434 inv_mpu_get_slave_config(struct mldl_cfg *mldl_cfg, void *gyro_handle, void *slave_handle, struct ext_slave_config *data, struct ext_slave_descr *slave, struct ext_slave_platform_data *pdata) argument
[all...]
H A Dmldl_cfg.h162 struct ext_slave_descr *slave,
214 struct ext_slave_descr *slave,
265 struct ext_slave_descr *slave,
/hardware/intel/bootstub/
H A Dbootstub.spec47 - change SPI uart slave select to 0x2 according to ESL 2008.06 version
/hardware/invensense/60xx/mlsdk/mlutils/
H A Dmputest.c65 #include "slave.h"
227 * the slave address the MPU device is setup to respond at.
861 /* load the slave descr from the getter */
1323 * @param slave
1324 * a pointer to the descriptor of the slave accelerometer device
1329 * a pointer to the platform info of the slave accelerometer
1344 struct ext_slave_descr *slave = mputestCfgPtr->accel; local
1353 result = inv_serial_read(mlsl_handle, pdata->address, slave->read_reg,
1354 slave->read_len, data);
1372 if (slave
[all...]

Completed in 217 milliseconds