Home
last modified time | relevance | path

Searched refs:COPY_FROM_USER (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/char/pcmcia/
Dsynclink_cs.c83 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0 macro
1814 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in set_params()
1964 COPY_FROM_USER(rc,&mask, mask_ptr, sizeof(int)); in wait_events()
/Linux-v4.19/drivers/tty/
Dsynclinkmp.c78 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0 macro
2876 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in set_params()
3009 COPY_FROM_USER(rc,&mask, mask_ptr, sizeof(int)); in wait_mgsl_event()
Dsynclink.c105 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0 macro
2479 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in mgsl_set_params()
2666 COPY_FROM_USER(rc,&mask, mask_ptr, sizeof(int)); in mgsl_wait_event()