Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/char/tpm/eventlog/
Dcommon.c31 const struct seq_operations *seqops; in tpm_bios_measurements_open() local
40 seqops = chip_seqops->seqops; in tpm_bios_measurements_open()
46 err = seq_open(file, seqops); in tpm_bios_measurements_open()
129 chip->bin_log_seqops.seqops = in tpm_bios_log_setup()
132 chip->bin_log_seqops.seqops = in tpm_bios_log_setup()
148 chip->ascii_log_seqops.seqops = in tpm_bios_log_setup()
/linux-5.19.10/include/linux/
Dtpm.h116 const struct seq_operations *seqops; member