Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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)
/openbmc/linux/drivers/tty/
H A Dsynclink_gt.c1062 static long get_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *user_params) in get_params32()
1064 struct MGSL_PARAMS32 tmp_params; in get_params32()
1081 if (copy_to_user(user_params, &tmp_params, sizeof(struct MGSL_PARAMS32))) in get_params32()
1086 static long set_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *new_params) in set_params32()
1088 struct MGSL_PARAMS32 tmp_params; in set_params32()
1092 if (copy_from_user(&tmp_params, new_params, sizeof(struct MGSL_PARAMS32))) in set_params32()