Searched refs:PS_RESET_CMD_LEN (Results 1 – 6 of 6) sorted by relevance
85 #define PS_RESET_CMD_LEN (HCI_PS_CMD_HDR_LEN + PS_RESET_PARAM_LEN) macro
307 #define PS_RESET_CMD_LEN (HCI_PS_CMD_HDR_LEN + PS_RESET_PARAM_LEN) macro329 cmd[PS_RESET_CMD_LEN - 2] = ps_param & PS_ID_MASK; in write_ps_cmd()330 cmd[PS_RESET_CMD_LEN - 1] = (ps_param >> 8) & PS_ID_MASK; in write_ps_cmd()332 if (write_cmd(fd, cmd, PS_RESET_CMD_LEN) < 0) in write_ps_cmd()