Home
last modified time | relevance | path

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

/drivers/staging/wfx/
Dhwio.c37 ret = wdev->hwbus_ops->copy_from_io(wdev->hwbus_priv, reg, tmp, in read32()
152 ret = wdev->hwbus_ops->copy_from_io(wdev->hwbus_priv, reg, buf, len); in indirect_read()
238 ret = wdev->hwbus_ops->copy_from_io(wdev->hwbus_priv, in wfx_data_read()
Dbus.h24 int (*copy_from_io)(void *bus_priv, unsigned int addr, member
Dbus_sdio.c162 .copy_from_io = wfx_sdio_copy_from_io,
Dbus_spi.c171 .copy_from_io = wfx_spi_copy_from_io,