Searched refs:COPY_FROM_USER (Results 1 – 3 of 3) sorted by relevance
/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 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()
|
/drivers/tty/ |
D | synclinkmp.c | 78 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0 macro 2889 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in set_params() 3022 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 2480 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in mgsl_set_params() 2667 COPY_FROM_USER(rc,&mask, mask_ptr, sizeof(int)); in mgsl_wait_event()
|