Home
last modified time | relevance | path

Searched refs:from_device (Results 1 – 2 of 2) sorted by relevance

/linux/arch/sh/kernel/
H A Dio_trapped.c221 static unsigned long from_device(void *dst, const void *src, unsigned long cnt) in from_device() function
267 from_device,
/linux/rust/kernel/
H A Ddevice.rs620 unsafe fn from_device(dev: &Device<Ctx>) -> &Self in from_device() method