Home
last modified time | relevance | path

Searched refs:InitPdev (Results 1 – 20 of 20) sorted by relevance

/system/dev/thermal/aml-thermal-s905d2g/
A Daml-cpufreq.h37 zx_status_t InitPdev(zx_device_t* parent);
A Daml-tsensor.h33 zx_status_t InitPdev(zx_device_t* parent);
A Daml-cpufreq.cpp37 zx_status_t AmlCpuFrequency::InitPdev(zx_device_t* parent) { in InitPdev() function in thermal::AmlCpuFrequency
69 zx_status_t status = InitPdev(parent); in Init()
A Daml-tsensor.cpp236 zx_status_t AmlTSensor::InitPdev(zx_device_t* parent) { in InitPdev() function in thermal::AmlTSensor
367 zx_status_t status = InitPdev(parent); in InitSensor()
/system/dev/ethernet/aml-ethernet-s912/
A Daml-ethernet.cpp37 zx_status_t AmlEthernet::InitPdev() { in InitPdev() function in eth::AmlEthernet
144 zx_status_t status = eth_device->InitPdev(); in Create()
A Daml-ethernet.h52 zx_status_t InitPdev();
/system/dev/scpi/aml-scpi-s912/
A Daml-mailbox.h67 zx_status_t InitPdev();
A Daml-mailbox.cpp112 zx_status_t AmlMailbox::InitPdev() { in InitPdev() function in mailbox::AmlMailbox
150 zx_status_t status = mailbox_device->InitPdev(); in Create()
/system/dev/clk/amlogic-clk/
A Daml-clk.h60 zx_status_t InitPdev(zx_device_t* parent);
A Daml-clk.cpp55 zx_status_t AmlClock::InitPdev(zx_device_t* parent) { in InitPdev() function in amlogic_clock::AmlClock
173 zx_status_t status = clock_device->InitPdev(parent); in Create()
/system/dev/camera/aml-mipicsi/
A Daml-mipi.h62 zx_status_t InitPdev(zx_device_t* parent);
A Daml-mipi.cpp85 zx_status_t AmlMipiDevice::InitPdev(zx_device_t* parent) { in InitPdev() function in camera::AmlMipiDevice
339 zx_status_t status = mipi_device->InitPdev(parent); in Create()
/system/dev/audio/sherlock-tdm-output/
A Daudio-stream-out.h61 zx_status_t InitPdev() TA_REQ(domain_->token());
A Daudio-stream-out.cpp27 zx_status_t SherlockAudioStreamOut::InitPdev() { in InitPdev() function in audio::sherlock::SherlockAudioStreamOut
134 status = InitPdev(); in Init()
/system/dev/input/focaltech/
A Dft3x27.cpp66 zx_status_t Ft3x27Device::InitPdev() { in InitPdev() function in ft::Ft3x27Device
107 zx_status_t status = ft_dev->InitPdev(); in Create()
A Dft3x27.h101 zx_status_t InitPdev();
/system/dev/camera/imx227/
A Dimx227.h105 zx_status_t InitPdev(zx_device_t* parent);
A Dimx227.cpp35 zx_status_t Imx227Device::InitPdev(zx_device_t* parent) { in InitPdev() function in camera::Imx227Device
387 zx_status_t status = sensor_device->InitPdev(parent); in Create()
/system/dev/ethernet/dwmac/
A Ddwmac.h115 zx_status_t InitPdev();
A Ddwmac.cpp121 zx_status_t DWMacDevice::InitPdev() { in InitPdev() function in eth::DWMacDevice
167 zx_status_t status = mac_device->InitPdev(); in Create()

Completed in 34 milliseconds