Home
last modified time | relevance | path

Searched defs:ordinal (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm-buf.c18 int tpm_buf_init(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_init()
35 void tpm_buf_reset(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_reset()
H A Dtpm-interface.c52 unsigned long tpm_calc_ordinal_duration(struct tpm_chip *chip, u32 ordinal) in tpm_calc_ordinal_duration()
97 u32 count, ordinal; in tpm_try_transmit() local
H A Dtpm2-cmd.c71 static u8 tpm2_ordinal_duration_index(u32 ordinal) in tpm2_ordinal_duration_index()
132 unsigned long tpm2_calc_ordinal_duration(struct tpm_chip *chip, u32 ordinal) in tpm2_calc_ordinal_duration()
H A Dtpm1-cmd.c291 unsigned long tpm1_calc_ordinal_duration(struct tpm_chip *chip, u32 ordinal) in tpm1_calc_ordinal_duration()
H A Dxen-tpmfront.c141 u32 ordinal; in vtpm_send() local
H A Dtpm2-sessions.c132 __be32 ordinal; member
H A Dtpm_tis_core.c545 u32 ordinal; in tpm_tis_send_main() local
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c178 uint32_t ordinal; in TSS_checkhmac1() local
265 uint32_t ordinal; in TSS_checkhmac2() local
478 uint32_t ordinal; in tpm_seal() local
600 uint32_t ordinal; in tpm_unseal() local
/linux/drivers/char/tpm/st33zp24/
H A Dst33zp24.c306 u32 status, i, size, ordinal; in st33zp24_send() local
/linux/include/linux/
H A Dtpm.h363 __be32 ordinal; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c4105 int bnxt_find_nvram_item(struct net_device *dev, u16 type, u16 ordinal, in bnxt_find_nvram_item()
4264 u16 type, ext, ordinal, attr; in bnxt_set_eeprom() local
/linux/tools/power/pm-graph/
H A Dsleepgraph.py4614 def ordinal(value): function
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1221 def __init__(self, key, title = "", ordinal = ""): argument