Home
last modified time | relevance | path

Searched refs:classDriverPriv (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_utils.c35 return (struct HdfWifiNetDeviceData *)(netDev->classDriverPriv); in GetPlatformData()
120 result->classDriverPriv = data; in RenewNetDevice()
185 result->classDriverPriv = data; in AllocPlatformNetDevice()
/ohos5.0/drivers/hdf_core/framework/model/network/ethernet/src/
H A Deth_device.c74 ethDevice->netdev->classDriverPriv = data; in CreateEthDevice()
266 return (struct HdfEthNetDeviceData *)(netDev->classDriverPriv); in GetEthNetDeviceData()
/ohos5.0/drivers/hdf_core/framework/include/net/
H A Dnet_device.h481 void *classDriverPriv; /**< Private structure for the platform */ member