rtw_alloc_etherdev_with_old_priv   72 drivers/staging/rtl8188eu/include/osdep_service.h struct net_device *rtw_alloc_etherdev_with_old_priv(void *old_priv);
rtw_alloc_etherdev_with_old_priv  316 drivers/staging/rtl8188eu/os_dep/os_intfs.c 		pnetdev = rtw_alloc_etherdev_with_old_priv((void *)old_padapter);
rtw_alloc_etherdev_with_old_priv  154 drivers/staging/rtl8723bs/include/osdep_service_linux.h struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, void *old_priv);
rtw_alloc_etherdev_with_old_priv  515 drivers/staging/rtl8723bs/os_dep/os_intfs.c 		pnetdev = rtw_alloc_etherdev_with_old_priv(sizeof(struct adapter), (void *)old_padapter);