Home
last modified time | relevance | path

Searched refs:nr_possible_banks (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/char/tpm/
Dtpm2-cmd.c547 u32 nr_possible_banks; in tpm2_get_pcr_allocation() local
566 nr_possible_banks = be32_to_cpup( in tpm2_get_pcr_allocation()
569 chip->allocated_banks = kcalloc(nr_possible_banks, in tpm2_get_pcr_allocation()
582 for (i = 0; i < nr_possible_banks; i++) { in tpm2_get_pcr_allocation()