Searched defs:device (Results 1 - 25 of 89) sorted by relevance

1234

/fuchsia/zircon/kernel/object/include/object/
H A Dpci_device_dispatcher.h36 const fbl::RefPtr<PcieDevice>& device() { return device_; } function in class:final
H A Dpci_interrupt_dispatcher.h36 PciInterruptDispatcher(const fbl::RefPtr<PcieDevice>& device, uint32_t vector, bool maskable) argument
/fuchsia/zircon/system/dev/light/ams-light/
H A Dtcs3400.h35 Tcs3400Device(zx_device_t* device) argument
/fuchsia/zircon/system/dev/clk/amlogic-clk/
H A Daml-clk.h32 explicit AmlClock(zx_device_t* device) argument
/fuchsia/zircon/system/dev/nand/ram-nand/test/
H A Dram-nand-ctl.cpp61 NandDevice device; local
72 NandDevice device; local
H A Dfake-ddk.cpp35 zx_status_t Bind::DeviceRemove(zx_device_t* device) { argument
43 zx_status_t Bind::DeviceAddMetadata(zx_device_t* device, uint32_t type, const void* data, argument
52 void Bind::DeviceMakeVisible(zx_device_t* device) { argument
79 zx_status_t device_remove(zx_device_t* device) { argument
86 zx_status_t device_add_metadata(zx_device_t* device, uint32_t type, const void* data, argument
94 device_make_visible(zx_device_t* device) argument
[all...]
/fuchsia/zircon/system/dev/thermal/aml-thermal-s905d2g/
H A Daml-thermal.h29 AmlThermal(zx_device_t* device, fbl::unique_ptr<thermal::AmlTSensor> tsensor, argument
/fuchsia/zircon/kernel/dev/pcie/
H A Dpcie_upstream_node.cpp44 auto device = GetDownstream(i); local
[all...]
/fuchsia/zircon/kernel/object/
H A Dpci_interrupt_dispatcher.cpp30 Create( const fbl::RefPtr<PcieDevice>& device, uint32_t irq_id, bool maskable, zx_rights_t* out_rights, fbl::RefPtr<Dispatcher>* out_interrupt) argument
H A Dpci_device_dispatcher.cpp45 PciDeviceDispatcher::PciDeviceDispatcher(fbl::RefPtr<PcieDevice> device, argument
/fuchsia/zircon/system/dev/ethernet/realtek-8211f/
H A Drtl8211f.cpp108 zx_status_t PhyDevice::Create(zx_device_t* device) { argument
140 extern "C" zx_status_t rtl8211f_bind(void* ctx, zx_device_t* device) { argument
/fuchsia/zircon/system/dev/lib/amlogic/
H A Da113-clocks.c23 zx_status_t a113_clk_init(zx_handle_t bti, a113_clk_dev_t **device) { argument
63 zx_status_t a113_clk_set_mpll2(a113_clk_dev_t *device, uint64_ argument
[all...]
H A Ds905d2-hiu.c14 zx_status_t s905d2_hiu_init(zx_handle_t bti, aml_hiu_dev_t* device) { argument
33 aml_hiu_dev_t* device = pll_dev->hiu; local
69 s905d2_pll_init(aml_hiu_dev_t* device, aml_pll_dev_t* pll_dev, hhi_plls_t pll_num) argument
[all...]
/fuchsia/zircon/system/dev/lib/amlogic/include/soc/aml-common/
H A Daml-thermal.h39 thermal_device_info_t *device; member in struct:__anon415
/fuchsia/zircon/system/dev/misc/tpm/
H A Dtpm.h80 static zx_status_t Init(void* device) { argument
/fuchsia/zircon/system/dev/block/zxcrypt/
H A Dworker.cpp45 zx_status_t Worker::Start(Device* device, const Volume& volume, zx::port&& port) { argument
/fuchsia/zircon/system/dev/bus/virtio/
H A Dring.cpp32 Ring::Ring(Device* device) argument
H A Ddevice.h56 zx_device_t* device() { return device_; } function in class:virtio::Device
[all...]
/fuchsia/zircon/system/host/netprotocol/
H A Dnetaddr.c30 static bool on_device(device_info_t* device, void* cookie) { argument
H A Dnetls.c45 static device_info_t* add_device(device_info_t* device) { argument
63 static bool on_device(device_info_t* device, void* cookie) { argument
[all...]
/fuchsia/zircon/system/utest/zxcrypt/
H A Dvolume.cpp53 TestDevice device; local
75 TestDevice device; local
117 TestDevice device; local
145 TestDevice device; local
169 TestDevice device; local
[all...]
/fuchsia/zircon/system/dev/audio/astro-tdm-output/
H A Daudio-stream-out.cpp267 extern "C" zx_status_t audio_bind(void* ctx, zx_device_t* device, void** cookie) { argument
/fuchsia/zircon/system/dev/audio/astro-pdm-input/
H A Daudio-stream-in.cpp229 zx_status_t pdm_audio_bind(void* ctx, zx_device_t* device) { argument
/fuchsia/zircon/system/dev/block/ahci/
H A Dsata.h47 uint8_t device; member in struct:sata_txn
/fuchsia/zircon/system/dev/codec/alc5514/
H A Dalc5514.cpp98 uint32_t device = ReadReg(DEVICE_ID); local
[all...]

Completed in 123 milliseconds

1234