/hardware/intel/img/psb_video/src/ |
D | tng_enc_trace.h | 59 #define CONFIG_CMD(bus,device_fn,where) \ argument 60 (0x80000000|((bus&0xff) << 16)|((device_fn&0xff) << 8)|((where&0xff) & ~3)) 62 static inline unsigned long pci_get_long(int bus,int device_fn, int where) in pci_get_long() argument 64 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8); in pci_get_long() 68 static inline int pci_set_long(int bus,int device_fn, int where,unsigned long value) in pci_set_long() argument 70 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8); in pci_set_long() 75 static inline int pci_get_short(int bus,int device_fn, int where) in pci_get_short() argument 77 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8); in pci_get_short() 82 static inline int pci_set_short(int bus,int device_fn, int where,unsigned short value) in pci_set_short() argument 84 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8); in pci_set_short()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmdefs.h | 101 #define BUSTYPE(bus) (BCMBUSTYPE) argument 103 #define BUSTYPE(bus) (bus) argument 108 #define CHIPTYPE(bus) (BCMCHIPTYPE) argument 110 #define CHIPTYPE(bus) (bus) argument
|
D | bcmutils.h | 177 #define POOL_ENAB(bus) 0 argument
|
D | wlioctl.h | 1276 uint bus; /* bus type */ member
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | README | 15 secondary bus compass. It won't work for compasses on the primary bus.
|
/hardware/invensense/60xx/mlsdk/mllite/ |
D | mldl_cfg_mpu.c | 136 MPL_LOGD("accel->bus = %02x\n", accel->bus); in mpu_print_cfg() 147 MPL_LOGD("compass->bus = %02x\n", compass->bus); in mpu_print_cfg() 158 MPL_LOGD("pressure->bus = %02x\n", pressure->bus); in mpu_print_cfg()
|
D | compass.c | 277 if (mldl_cfg->pdata->compass.bus == EXT_SLAVE_BUS_PRIMARY || in inv_get_compass_data()
|
D | mlsupervisor.c | 93 if (mldl_cfg->pdata->compass.bus == EXT_SLAVE_BUS_SECONDARY) { in inv_init_sensor_fusion_supervisor()
|
D | ml.c | 283 if (mldl_cfg->pdata->accel.bus != EXT_SLAVE_BUS_SECONDARY) { in inv_apply_endian_accel()
|
/hardware/intel/img/libdrm/libdrm/ |
D | xf86drmMode.c | 610 int domain, bus, dev, func; in drmCheckModesettingSupported() local 615 ret = sscanf(busid, "pci:%04x:%02x:%02x.%d", &domain, &bus, &dev, &func); in drmCheckModesettingSupported() 620 domain, bus, dev, func); in drmCheckModesettingSupported() 639 domain, bus, dev, func); in drmCheckModesettingSupported()
|
/hardware/invensense/60xx/mlsdk/platform/include/linux/ |
D | mpu.h | 195 int bus; member
|
/hardware/intel/bootstub/ |
D | bootparam.h | 158 __u8 bus; member
|