Searched refs:CMD_POLL (Results 1 – 3 of 3) sorted by relevance
142 case CMD_POLL: in cp_build_command()556 if (pd->cmd_id != CMD_POLL) { in cp_decode_response()608 if (pd->cmd_id != CMD_POLL) { in cp_send_command()632 if (pd->cmd_id != CMD_POLL) { in cp_process_reply()863 if (cp_cmd_dispatcher(pd, CMD_POLL) == 0) { in state_update()874 if (cp_cmd_dispatcher(pd, CMD_POLL) != 0) { in state_update()
270 case CMD_POLL: in pd_decode_command()552 if (pd->cmd_id != CMD_POLL) { in pd_decode_command()842 if (pd->cmd_id != CMD_POLL) { in pd_send_reply()913 pd->rx_buf[6] != CMD_POLL && pd->rx_buf[8] != CMD_POLL) { in pd_receive_and_process_command()
45 #define CMD_POLL 0x60 macro