Home
last modified time | relevance | path

Searched refs:fuse_mmio (Results 1 – 2 of 2) sorted by relevance

/system/dev/thermal/mtk-thermal/
A Dmtk-thermal.h29 MtkThermal(zx_device_t* parent, ddk::MmioBuffer mmio, ddk::MmioBuffer fuse_mmio, in MtkThermal() argument
33 : DeviceType(parent), mmio_(std::move(mmio)), fuse_mmio_(std::move(fuse_mmio)), in MtkThermal()
A Dmtk-thermal.cpp72 std::optional<ddk::MmioBuffer> fuse_mmio; in Create() local
73 if ((status = pdev.MapMmio(1, &fuse_mmio)) != ZX_OK) { in Create()
101 new (&ac) MtkThermal(parent, std::move(*mmio), std::move(*fuse_mmio), std::move(*pll_mmio), in Create()

Completed in 3 milliseconds