Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/silabs/wfx/
Dbus.h25 int (*copy_to_io)(void *bus_priv, unsigned int addr, const void *src, size_t count); member
Dhwio.c45 ret = wdev->hwbus_ops->copy_to_io(wdev->hwbus_priv, reg, tmp, sizeof(u32)); in wfx_write32()
157 return wdev->hwbus_ops->copy_to_io(wdev->hwbus_priv, reg, buf, len); in wfx_indirect_write()
236 ret = wdev->hwbus_ops->copy_to_io(wdev->hwbus_priv, WFX_REG_IN_OUT_QUEUE, buf, len); in wfx_data_write()
Dbus_sdio.c177 .copy_to_io = wfx_sdio_copy_to_io,
Dbus_spi.c184 .copy_to_io = wfx_spi_copy_to_io,