Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/char/tpm/
Dtpm2-cmd.c556 u32 nr_possible_banks; in tpm2_get_pcr_allocation() local
575 nr_possible_banks = be32_to_cpup( in tpm2_get_pcr_allocation()
578 chip->allocated_banks = kcalloc(nr_possible_banks, in tpm2_get_pcr_allocation()
591 for (i = 0; i < nr_possible_banks; i++) { in tpm2_get_pcr_allocation()