Searched refs:MPSIO_MPS_COMMAND (Results 1 – 3 of 3) sorted by relevance
355 #define MPSIO_MPS_COMMAND _IOWR('M', 210, struct mps_usr_command) macro
2219 case MPSIO_MPS_COMMAND: in mps_ioctl()2440 cmd = MPSIO_MPS_COMMAND; in mps_ioctl32()
666 if (ioctl(fd, is_mps ? MPSIO_MPS_COMMAND : MPRIO_MPR_COMMAND, &cmd) < 0) in mps_user_command()