Lines Matching defs:opal_resp_tok
52 struct opal_resp_tok {
73 struct opal_resp_tok toks[MAX_TOKS];
730 static const struct opal_resp_tok *response_get_token(
734 const struct opal_resp_tok *tok;
756 static ssize_t response_parse_tiny(struct opal_resp_tok *tok,
773 static ssize_t response_parse_short(struct opal_resp_tok *tok,
803 static ssize_t response_parse_medium(struct opal_resp_tok *tok,
820 static ssize_t response_parse_long(struct opal_resp_tok *tok,
837 static ssize_t response_parse_token(struct opal_resp_tok *tok,
852 struct opal_resp_tok *iter;
919 const struct opal_resp_tok *tok;
954 const struct opal_resp_tok *tok;
973 static bool response_token_matches(const struct opal_resp_tok *token, u8 match)
984 const struct opal_resp_tok *tok;