Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Didals.h295 static inline size_t idal_buffer_to_user(struct idal_buffer *ib, void __user *to, size_t count) in idal_buffer_to_user() function
/linux/drivers/s390/char/
H A Dfs3270.c265 if (idal_buffer_to_user(ib, data, count) != 0) in fs3270_read()