Home
last modified time | relevance | path

Searched defs:copy_to_io (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/silabs/wfx/
H A Dbus.h25 int (*copy_to_io)(void *bus_priv, unsigned int addr, const void *src, size_t count); member
/linux/rust/kernel/
H A Dio.rs296 unsafe fn copy_to_io(view: Self::View<'_, [u8]>, buffer: *const u8); in copy_to_io() method
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