Searched refs:MPRIO_MPR_COMMAND (Results 1 – 3 of 3) sorted by relevance
358 #define MPRIO_MPR_COMMAND _IOWR('M', 210, struct mpr_usr_command) macro
2322 case MPRIO_MPR_COMMAND: in mpr_ioctl()2543 cmd = MPRIO_MPR_COMMAND; in mpr_ioctl32()
669 if (ioctl(fd, is_mps ? MPSIO_MPS_COMMAND : MPRIO_MPR_COMMAND, &cmd) < 0) in mps_user_command()