Searched refs:MPP_CMD_RELEASE_FD (Results 1 – 5 of 5) sorted by relevance
89 MPP_CMD_RELEASE_FD = MPP_CMD_CONTROL_BASE + 2, enumerator
285 seq_printf(file, "RELEASE_FD: 0x%08x\n", MPP_CMD_RELEASE_FD); in mpp_show_support_cmd()
128 MPP_CMD_RELEASE_FD = MPP_CMD_CONTROL_BASE + 2, enumerator
1386 case MPP_CMD_RELEASE_FD: { in mpp_process_request()
104 found = (cmd >= MPP_CMD_CONTROL_BASE && cmd <= MPP_CMD_RELEASE_FD) ? 1 : found; in mpp_service_check_cmd_valid()