Home
last modified time | relevance | path

Searched refs:rtw_alloc_etherdev_with_old_priv (Results 1 – 6 of 6) sorted by relevance

/linux-5.10/drivers/staging/rtl8188eu/include/
Dosdep_service.h73 struct net_device *rtw_alloc_etherdev_with_old_priv(void *old_priv);
/linux-5.10/drivers/staging/rtl8188eu/os_dep/
Dosdep_service.c27 struct net_device *rtw_alloc_etherdev_with_old_priv(void *old_priv) in rtw_alloc_etherdev_with_old_priv() function
Dos_intfs.c316 pnetdev = rtw_alloc_etherdev_with_old_priv((void *)old_padapter); in rtw_init_netdev()
/linux-5.10/drivers/staging/rtl8723bs/include/
Dosdep_service_linux.h145 struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, void *old_priv);
/linux-5.10/drivers/staging/rtl8723bs/os_dep/
Dosdep_service.c63 struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, void *old_priv) in rtw_alloc_etherdev_with_old_priv() function
Dos_intfs.c495 pnetdev = rtw_alloc_etherdev_with_old_priv(sizeof(struct adapter), (void *)old_padapter); in rtw_init_netdev()