Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dmain.h19 struct wfx_hwbus_ops;
33 const struct wfx_hwbus_ops *hwbus_ops, void *hwbus_priv);
H A Dwfx.h28 struct wfx_hwbus_ops;
36 const struct wfx_hwbus_ops *hwbus_ops;
H A Dbus.h23 struct wfx_hwbus_ops { struct
H A Dbus_sdio.c175 static const struct wfx_hwbus_ops wfx_sdio_hwbus_ops = {
H A Dbus_spi.c182 static const struct wfx_hwbus_ops wfx_spi_hwbus_ops = {
H A Dmain.c254 const struct wfx_hwbus_ops *hwbus_ops, void *hwbus_priv) in wfx_init_common()