/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/libhardware/modules/camera/3_4/ |
D | v4l2_camera_hal.cpp | 76 std::string bus; in V4L2CameraHAL() local 95 bus = reinterpret_cast<char*>(cap.bus_info); in V4L2CameraHAL() 96 if (buses.insert(bus).second) { in V4L2CameraHAL()
|
/hardware/libhardware/modules/input/evdev/ |
D | InputHost.cpp | 78 int32_t vendorId, InputBus bus, const char* uniqueId) { in createDeviceIdentifier() argument 80 mHost, name, productId, vendorId, bus, uniqueId); in createDeviceIdentifier()
|
D | InputDevice.cpp | 114 InputBus bus = getInputBus(node); in EvdevDevice() local 119 bus, in EvdevDevice()
|
D | InputHost.h | 152 int32_t vendorId, InputBus bus, const char* uniqueId) = 0; 173 int32_t vendorId, InputBus bus, const char* uniqueId) override;
|
/hardware/libhardware/tests/input/evdev/ |
D | MockInputHost.h | 73 const char* name, int32_t productId, int32_t vendorId, InputBus bus,
|
/hardware/interfaces/power/1.0/ |
D | types.hal | 24 * to raise speeds of CPU, memory bus, etc. The data parameter is 34 * and it may be appropriate to raise speeds of CPU, memory bus,
|
/hardware/interfaces/tv/cec/1.0/ |
D | IHdmiCec.hal | 46 * hence to tell HAL to stop receiving commands from the CEC bus, and change 82 * BUSY if the CEC bus is busy.
|
D | types.hal | 153 BUSY = 2, // bus is busy
|
/hardware/intel/bootstub/ |
D | bootparam.h | 158 __u8 bus; member
|
/hardware/libhardware/include/hardware/ |
D | input.h | 418 input_bus_t bus, const char* unique_id);
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 534 /** audio bus implemented by the audio system (e.g an MOST stereo channel) */ 602 /** audio bus implemented by the audio system (e.g an MOST stereo channel) */
|