Searched refs:comedi32_cmd_struct (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/comedi/ |
H A D | comedi_fops.c | 2838 #define COMEDI32_CMD _IOR(CIO, 9, struct comedi32_cmd_struct) 2843 #define COMEDI32_CMDTEST _IOR(CIO, 10, struct comedi32_cmd_struct) 2860 struct comedi32_cmd_struct { struct 2940 struct comedi32_cmd_struct __user *cmd32) in get_compat_cmd() 2942 struct comedi32_cmd_struct v32; in get_compat_cmd() 2967 static int put_compat_cmd(struct comedi32_cmd_struct __user *cmd32, in put_compat_cmd() 2970 struct comedi32_cmd_struct v32; in put_compat_cmd()
|
/kernel/linux/linux-6.6/drivers/comedi/ |
H A D | comedi_fops.c | 2843 #define COMEDI32_CMD _IOR(CIO, 9, struct comedi32_cmd_struct) 2848 #define COMEDI32_CMDTEST _IOR(CIO, 10, struct comedi32_cmd_struct) 2865 struct comedi32_cmd_struct { struct 2945 struct comedi32_cmd_struct __user *cmd32) in get_compat_cmd() 2947 struct comedi32_cmd_struct v32; in get_compat_cmd() 2972 static int put_compat_cmd(struct comedi32_cmd_struct __user *cmd32, in put_compat_cmd() 2975 struct comedi32_cmd_struct v32; in put_compat_cmd()
|
Completed in 9 milliseconds