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