Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/wfx/
Dbus.h26 int (*copy_to_io)(void *bus_priv, unsigned int addr, member
Dhwio.c56 ret = wdev->hwbus_ops->copy_to_io(wdev->hwbus_priv, reg, tmp, in write32()
171 return wdev->hwbus_ops->copy_to_io(wdev->hwbus_priv, reg, buf, len); in indirect_write()
254 ret = wdev->hwbus_ops->copy_to_io(wdev->hwbus_priv, in wfx_data_write()
Dbus_spi.c172 .copy_to_io = wfx_spi_copy_to_io,
Dbus_sdio.c160 .copy_to_io = wfx_sdio_copy_to_io,