Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/tpm/eventlog/
Dcommon.c36 const struct seq_operations *seqops; in tpm_bios_measurements_open() local
45 seqops = chip_seqops->seqops; in tpm_bios_measurements_open()
51 err = seq_open(file, seqops); in tpm_bios_measurements_open()
134 chip->bin_log_seqops.seqops = in tpm_bios_log_setup()
137 chip->bin_log_seqops.seqops = in tpm_bios_log_setup()
153 chip->ascii_log_seqops.seqops = in tpm_bios_log_setup()
/Linux-v4.19/drivers/char/tpm/
Dtpm.h208 const struct seq_operations *seqops; member