Searched refs:UserSpaceUserCommand (Results 1 – 1 of 1) sorted by relevance
6626 static long DAC960_gam_v1_execute_command(DAC960_V1_UserCommand_T __user *UserSpaceUserCommand) in DAC960_gam_v1_execute_command() argument6642 if (UserSpaceUserCommand == NULL) { in DAC960_gam_v1_execute_command()6646 if (copy_from_user(&UserCommand, UserSpaceUserCommand, in DAC960_gam_v1_execute_command()6795 static long DAC960_gam_v2_execute_command(DAC960_V2_UserCommand_T __user *UserSpaceUserCommand) in DAC960_gam_v2_execute_command() argument6811 if (UserSpaceUserCommand == NULL) in DAC960_gam_v2_execute_command()6813 if (copy_from_user(&UserCommand, UserSpaceUserCommand, in DAC960_gam_v2_execute_command()6921 if (copy_to_user(&UserSpaceUserCommand->DataTransferLength, in DAC960_gam_v2_execute_command()6927 if (copy_to_user(&UserSpaceUserCommand->RequestSenseLength, in DAC960_gam_v2_execute_command()