Searched refs:wilc_netdev_ifc_init (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/wireless/microchip/wilc1000/ |
D | netdev.h | 302 struct wilc_vif *wilc_netdev_ifc_init(struct wilc *wl, const char *name,
|
D | netdev.c | 940 struct wilc_vif *wilc_netdev_ifc_init(struct wilc *wl, const char *name, in wilc_netdev_ifc_init() function 1012 EXPORT_SYMBOL_GPL(wilc_netdev_ifc_init);
|
D | sdio.c | 193 vif = wilc_netdev_ifc_init(wilc, "wlan%d", WILC_STATION_MODE, in wilc_sdio_probe()
|
D | spi.c | 259 vif = wilc_netdev_ifc_init(wilc, "wlan%d", WILC_STATION_MODE, in wilc_bus_probe()
|
D | cfg80211.c | 1592 vif = wilc_netdev_ifc_init(wl, name, iftype, type, true); in add_virtual_intf()
|