Searched refs:MPP_CMD_POLL_BASE (Results 1 – 5 of 5) sorted by relevance
81 MPP_CMD_POLL_BASE = 0x300, enumerator82 MPP_CMD_POLL_HW_FINISH = MPP_CMD_POLL_BASE + 0,83 MPP_CMD_POLL_HW_IRQ = MPP_CMD_POLL_BASE + 1,
120 MPP_CMD_POLL_BASE = 0x300, enumerator121 MPP_CMD_POLL_HW_FINISH = MPP_CMD_POLL_BASE + 0,122 MPP_CMD_POLL_HW_IRQ = MPP_CMD_POLL_BASE + 1,
1128 found = (cmd >= MPP_CMD_POLL_BASE && cmd < MPP_CMD_POLL_BUTT) ? true : found; in mpp_check_cmd_v1()1161 case MPP_CMD_POLL_BASE: in mpp_get_cmd_butt()
44 { MPP_CMD_POLL_BASE, "poll_cmd", },97 found = (cmd >= MPP_CMD_POLL_BASE && cmd < cap->poll_cmd) ? 1 : found; in mpp_service_check_cmd_valid()103 found = (cmd >= MPP_CMD_POLL_BASE && cmd <= MPP_CMD_POLL_HW_FINISH) ? 1 : found; in mpp_service_check_cmd_valid()
120 cap->poll_cmd = MPP_CMD_POLL_BASE + 1; in MppPlatformService()