Searched defs:bus_device (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/system/dev/bus/virtio/
H A Dvirtio_driver.cpp30 extern "C" zx_status_t virtio_pci_bind(void* ctx, zx_device_t* bus_device, void** cookie) { argument
H A Ddevice.cpp25 Device::Device(zx_device_t* bus_device, zx::bti bti, fbl::unique_ptr<Backend> backend) argument
H A Drng.cpp14 RngDevice::RngDevice(zx_device_t* bus_device, zx::bti bti, fbl::unique_ptr<Backend> backend) argument
H A Ddevice.h80 zx_device_t* bus_device() const { return bus_device_; } function in class:virtio::Device
H A Dblock.cpp113 BlockDevice::BlockDevice(zx_device_t* bus_device, zx::bti bti, fbl::unique_ptr<Backend> backend) argument
H A Dconsole.cpp118 ConsoleDevice::ConsoleDevice(zx_device_t* bus_device, zx::bti bti, fbl::unique_ptr<Backend> backend) argument
H A Dinput.cpp211 InputDevice::InputDevice(zx_device_t* bus_device, zx::bti bti, fbl::unique_ptr<Backend> backend) argument
H A Dethernet.cpp184 EthernetDevice::EthernetDevice(zx_device_t* bus_device, zx::bti bti, fbl::unique_ptr<Backend> backend) argument
H A Dgpu.cpp172 GpuDevice::GpuDevice(zx_device_t* bus_device, zx::bti bti, fbl::unique_ptr<Backend> backend) argument
/fuchsia/zircon/system/dev/usb/usb-hub/
H A Dusb-hub.c35 zx_device_t* bus_device; member in struct:usb_hub
411 zx_device_t* bus_device = device_get_parent(device); local

Completed in 86 milliseconds