Searched refs:bus (Results 1 - 8 of 8) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmdefs.h99 /* Allows size optimization for single-bus image */
101 #define BUSTYPE(bus) (BCMBUSTYPE)
103 #define BUSTYPE(bus) (bus)
108 #define CHIPTYPE(bus) (BCMCHIPTYPE)
110 #define CHIPTYPE(bus) (bus)
217 * be needed to get across the dongle bus to the host. (These messages
H A Dbcmutils.h177 #define POOL_ENAB(bus) 0
H A Dwlioctl.h1276 uint bus; /* bus type */ member in struct:wlc_rev_info
/hardware/invensense/mlsdk/mllite/
H A Dmldl_cfg_mpu.c136 MPL_LOGD("accel->bus = %02x\n", accel->bus);
147 MPL_LOGD("compass->bus = %02x\n", compass->bus);
158 MPL_LOGD("pressure->bus = %02x\n", pressure->bus);
H A Dcompass.c277 if (mldl_cfg->pdata->compass.bus == EXT_SLAVE_BUS_PRIMARY ||
410 * of the bus it is connected to and the MPU's configuration.
443 * of the bus it is connected to and the MPU's configuration.
477 * of the bus it is connected to and the MPU's configuration.
H A Dmlsupervisor.c93 if (mldl_cfg->pdata->compass.bus == EXT_SLAVE_BUS_SECONDARY) {
H A Dml.c283 if (mldl_cfg->pdata->accel.bus != EXT_SLAVE_BUS_SECONDARY) {
/hardware/invensense/mlsdk/platform/include/linux/
H A Dmpu.h106 * slave is on the secondary bus the MPU will first enger bypass mode
179 * @bus: the bus the slave is attached to: enum ext_slave_bus
195 int bus; member in struct:ext_slave_platform_data

Completed in 217 milliseconds