Searched refs:pflags (Results 1 – 5 of 5) sorted by relevance
48 struct tpm_permanent_flags pflags; in tpm_get_flags() local51 result = tpm_get_permanent_flags(&pflags); in tpm_get_flags()55 *disable = pflags.disable; in tpm_get_flags()57 *deactivated = pflags.deactivated; in tpm_get_flags()59 *nvlocked = pflags.nv_locked; in tpm_get_flags()61 pflags.disable, pflags.deactivated, pflags.nv_locked); in tpm_get_flags()
600 uint32_t tpm_get_permanent_flags(struct tpm_permanent_flags *pflags) in tpm_get_permanent_flags() argument623 if (data_size < sizeof(*pflags)) in tpm_get_permanent_flags()626 data_offset, pflags, sizeof(*pflags))) in tpm_get_permanent_flags()
420 unsigned int pflags; member
303 ap.pflags |= ATA_PFLAG_INITIALIZING; in init_sata()964 ap->pflags |= ATA_PFLAG_FROZEN; in __ata_port_freeze()995 if (ap->pflags & ATA_PFLAG_FROZEN) in ata_exec_internal()
623 uint32_t tpm_get_permanent_flags(struct tpm_permanent_flags *pflags);