Searched refs:device_id_ (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/system/dev/bus/platform/
H A Dplatform-proxy-device.cpp45 return thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header,
59 return thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header,
73 return thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header,
87 return thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header, sizeof(resp),
101 return thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header,
114 return thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header,
127 auto status = thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header,
147 return thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header,
160 auto status = thiz->proxy_->Rpc(thiz->device_id_, &req.header, sizeof(req), &resp.header,
224 auto status = thiz->proxy_->Rpc(thiz->device_id_,
[all...]
H A Dplatform-proxy-device.h116 const uint32_t device_id_; member in class:platform_bus::ProxyDevice
/fuchsia/zircon/kernel/dev/pcie/include/dev/
H A Dpcie_device.h302 uint16_t device_id() const { return device_id_; }
370 uint16_t device_id_; // The device's device ID, as read from config member in class:PcieDevice
/fuchsia/zircon/system/dev/display/intel-i915/
H A Dintel-i915.h115 uint16_t device_id() const { return device_id_; }
247 uint16_t device_id_; member in class:i915::Controller
H A Dintel-i915.cpp1953 pci_config_read16(&pci_, PCI_CONFIG_DEVICE_ID, &device_id_);
1954 LOG_TRACE("Device id %x\n", device_id_);
1955 if (device_id_ == INTEL_I915_BROADWELL_DID) {
/fuchsia/zircon/system/uapp/ihda/
H A Dcodec_state.h228 uint16_t device_id_; member in struct:audio::intel_hda::CodecState
H A Dprint_codec_state.cpp621 printf(FMT("0x%04hx:0x%04hx\n"), "VID/DID", codec.vendor_id_, codec.device_id_);
H A Dintel_hda_codec.cpp394 codec.device_id_ = static_cast<uint16_t>(resp.data & 0xFFFF);;
/fuchsia/zircon/kernel/dev/pcie/
H A Dpcie_device.cpp133 device_id_ = cfg_->Read(PciConfig::kDeviceId);

Completed in 121 milliseconds