Searched refs:AmlEthernet (Results 1 – 2 of 2) sorted by relevance
18 class AmlEthernet; variable19 using DeviceType = ddk::Device<AmlEthernet, ddk::Unbindable>;21 class AmlEthernet : public DeviceType,22 public ddk::EthBoardProtocol<AmlEthernet, ddk::base_protocol> {24 DISALLOW_COPY_AND_ASSIGN_ALLOW_MOVE(AmlEthernet);26 explicit AmlEthernet(zx_device_t* parent) in AmlEthernet() function
30 void AmlEthernet::EthBoardResetPhy() { in EthBoardResetPhy()37 zx_status_t AmlEthernet::InitPdev() { in InitPdev()73 zx_status_t AmlEthernet::Bind() { in Bind()129 void AmlEthernet::DdkUnbind() { in DdkUnbind()133 void AmlEthernet::DdkRelease() { in DdkRelease()137 zx_status_t AmlEthernet::Create(zx_device_t* parent) { in Create()139 auto eth_device = fbl::make_unique_checked<AmlEthernet>(&ac, parent); in Create()166 return eth::AmlEthernet::Create(parent); in aml_eth_bind()
Completed in 10 milliseconds