Home
last modified time | relevance | path

Searched refs:wfx_init_common (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/net/wireless/silabs/wfx/
Dmain.h32 struct wfx_dev *wfx_init_common(struct device *dev, const struct wfx_platform_data *pdata,
Dbus_sdio.c228 bus->core = wfx_init_common(&func->dev, pdata, &wfx_sdio_hwbus_ops, bus); in wfx_sdio_probe()
Dbus_spi.c238 bus->core = wfx_init_common(&func->dev, pdata, &wfx_spi_hwbus_ops, bus); in wfx_spi_probe()
Dmain.c253 struct wfx_dev *wfx_init_common(struct device *dev, const struct wfx_platform_data *pdata, in wfx_init_common() function