Searched refs:copy_to_io (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | bus.h | 25 int (*copy_to_io)(void *bus_priv, unsigned int addr, const void *src, size_t count); member
|
| H A D | hwio.c | 45 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()
|
| H A D | bus_sdio.c | 185 .copy_to_io = wfx_sdio_copy_to_io,
|
| H A D | bus_spi.c | 192 .copy_to_io = wfx_spi_copy_to_io,
|
| /linux/rust/kernel/ |
| H A D | io.rs | 296 unsafe fn copy_to_io(view: Self::View<'_, [u8]>, buffer: *const u8); in copy_to_io() method 338 unsafe { Self::copy_to_io(slice_view, (&raw const value).cast()) }; in copy_write() 609 Self::Backend::copy_to_io(self.as_view(), data.as_ptr()); in copy_from_slice() 1232 unsafe fn copy_to_io(view: Self::View<'_, [u8]>, buffer: *const u8) { in copy_to_io() method 1396 unsafe fn copy_to_io(view: Self::View<'_, [u8]>, buffer: *const u8) { in copy_to_io() method 1589 unsafe fn copy_to_io(view: Self::View<'_, [u8]>, buffer: *const u8) { in copy_to_io() method 1592 IoSysMap::Io(l) => unsafe { MmioBackend::copy_to_io(l, buffer) }, in copy_to_io() 1594 IoSysMap::Sys(r) => unsafe { SysMemBackend::copy_to_io(r, buffer) }, in copy_to_io()
|