Searched refs:sm_cfg_map (Results 1 – 1 of 1) sorted by relevance
165 const struct tpmcrb_sm_cfg_map *sm_cfg_map; in tpmcrb_acpi_probe() local180 sm_cfg_map = tpmcrb_acpi_startmethod_cfg(smethod); in tpmcrb_acpi_probe()181 if (sm_cfg_map == NULL) in tpmcrb_acpi_probe()184 device_set_desc(dev, sm_cfg_map->desc); in tpmcrb_acpi_probe()214 const struct tpmcrb_sm_cfg_map *sm_cfg_map; in tpmcrb_attach_startmethod() local228 sm_cfg_map = tpmcrb_acpi_startmethod_cfg(tbl->StartMethod); in tpmcrb_attach_startmethod()229 MPASS(sm_cfg_map != NULL); in tpmcrb_attach_startmethod()230 sm_cfg = &sm_cfg_map->sm_cfg; in tpmcrb_attach_startmethod()