Searched refs:COPY_FROM_USER (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 83 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0 macro 1821 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in set_params() 1971 COPY_FROM_USER(rc,&mask, mask_ptr, sizeof(int)); in wait_events()
|
/linux-4.4.14/drivers/tty/ |
D | synclinkmp.c | 78 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0 macro 2902 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in set_params() 3035 COPY_FROM_USER(rc,&mask, mask_ptr, sizeof(int)); in wait_mgsl_event()
|
D | synclink.c | 106 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0 macro 2490 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in mgsl_set_params() 2677 COPY_FROM_USER(rc,&mask, mask_ptr, sizeof(int)); in mgsl_wait_event()
|