Searched refs:cmd32 (Results 1 – 2 of 2) sorted by relevance
93 u32 cmd32 = 0, val32 = 0; in fw_iocmd_read() local98 cmd32 = (iocmd_class << 24) | (iocmd_value << 8) | iocmd_idx; in fw_iocmd_read()99 if (r8712_fw_cmd(pAdapter, cmd32)) in fw_iocmd_read()109 u32 cmd32 = 0; in fw_iocmd_write() local116 cmd32 = (iocmd_class << 24) | (iocmd_value << 8) | iocmd_idx; in fw_iocmd_write()117 return r8712_fw_cmd(pAdapter, cmd32); in fw_iocmd_write()
2940 struct comedi32_cmd_struct __user *cmd32) in get_compat_cmd() argument2944 if (copy_from_user(&v32, cmd32, sizeof(v32))) in get_compat_cmd()2967 static int put_compat_cmd(struct comedi32_cmd_struct __user *cmd32, in put_compat_cmd() argument2990 if (copy_to_user(cmd32, &v32, sizeof(v32))) in put_compat_cmd()