Home
last modified time | relevance | path

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

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