Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/drivers/tty/
Dsynclink_gt.c1063 static long get_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *user_params) in get_params32()
1065 struct MGSL_PARAMS32 tmp_params; in get_params32()
1082 if (copy_to_user(user_params, &tmp_params, sizeof(struct MGSL_PARAMS32))) in get_params32()
1087 static long set_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *new_params) in set_params32()
1089 struct MGSL_PARAMS32 tmp_params; in set_params32()
1093 if (copy_from_user(&tmp_params, new_params, sizeof(struct MGSL_PARAMS32))) in set_params32()