Searched refs:res_count (Results 1 – 3 of 3) sorted by relevance
216 int *res_count) in dprc_get_res_count() argument221 *res_count = 0; in dprc_get_res_count()235 DPRC_RSP_GET_RES_COUNT(cmd, *res_count); in dprc_get_res_count()
724 uint16_t res_count; in TPM_COMMAND_NO_ARG() local737 res_count = get_unaligned_be16(buf); in TPM_COMMAND_NO_ARG()739 for (i = 0; i < res_count; ++i, ptr += 4) in TPM_COMMAND_NO_ARG()760 uint16_t res_count; in do_tpm_list() local802 res_count = get_unaligned_be16(buf); in do_tpm_list()806 if (!res_count) { in do_tpm_list()809 for (i = 0; i < res_count; ++i, ptr += 4) in do_tpm_list()
237 #define DPRC_RSP_GET_RES_COUNT(cmd, res_count) \ argument238 MC_RSP_OP(cmd, 0, 0, 32, int, res_count)777 int *res_count);