Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dsynclink.h19 struct MGSL_PARAMS32 { struct
34 #define MGSL_IOCSPARAMS32 _IOW(MGSL_MAGIC_IOC,0,struct MGSL_PARAMS32) argument
35 #define MGSL_IOCGPARAMS32 _IOR(MGSL_MAGIC_IOC,1,struct MGSL_PARAMS32)
/Linux-v5.10/drivers/tty/
Dsynclink_gt.c1127 static long get_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *user_params) in get_params32()
1129 struct MGSL_PARAMS32 tmp_params; in get_params32()
1146 if (copy_to_user(user_params, &tmp_params, sizeof(struct MGSL_PARAMS32))) in get_params32()
1151 static long set_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *new_params) in set_params32()
1153 struct MGSL_PARAMS32 tmp_params; in set_params32()
1156 if (copy_from_user(&tmp_params, new_params, sizeof(struct MGSL_PARAMS32))) in set_params32()