Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dapplesmc.c91 struct AppleSMCData { struct
95 QLIST_ENTRY(AppleSMCData) node; argument
117 QLIST_HEAD(, AppleSMCData) data_def;
148 static const struct AppleSMCData *applesmc_find_key(AppleSMCState *s) in applesmc_find_key()
150 struct AppleSMCData *d; in applesmc_find_key()
164 const struct AppleSMCData *d; in applesmc_io_data_write()
259 struct AppleSMCData *def; in applesmc_add_key()
261 def = g_new0(struct AppleSMCData, 1); in applesmc_add_key()
344 struct AppleSMCData *d, *next; in applesmc_unrealize()