Home
last modified time | relevance | path

Searched refs:copy_from_user (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dlinux_compat.c10 unsigned long copy_from_user(void *dest, const void *src, in copy_from_user() function
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dupd.c308 err = copy_from_user(vol->upd_buf + offs, buf, len); in ubi_more_update_data()
343 err = copy_from_user(vol->upd_buf, buf, len); in ubi_more_update_data()
406 err = copy_from_user(vol->upd_buf + vol->upd_received, buf, count); in ubi_more_leb_change_data()
H A Ddebug.c331 if (copy_from_user(buf, user_buf, buf_size)) { in dfs_file_write()
/rk3399_rockchip-uboot/include/linux/
H A Dcompat.h212 unsigned long copy_from_user(void *dest, const void *src,
/rk3399_rockchip-uboot/fs/ubifs/
H A Ddebug.c2769 if (copy_from_user(buf, u, buf_size)) in interpret_user_input()