Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dbus.h24 int (*copy_from_io)(void *bus_priv, unsigned int addr, void *dst, size_t count); member
H A Dhwio.c28 ret = wdev->hwbus_ops->copy_from_io(wdev->hwbus_priv, reg, tmp, sizeof(u32)); in wfx_read32()
138 ret = wdev->hwbus_ops->copy_from_io(wdev->hwbus_priv, reg, buf, len); in wfx_indirect_read()
222 ret = wdev->hwbus_ops->copy_from_io(wdev->hwbus_priv, WFX_REG_IN_OUT_QUEUE, buf, len); in wfx_data_read()
H A Dbus_sdio.c176 .copy_from_io = wfx_sdio_copy_from_io,
H A Dbus_spi.c183 .copy_from_io = wfx_spi_copy_from_io,