Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i2c/
H A Dpmbus_device.h286 typedef struct PMBusPage { struct
413 } PMBusPage; argument
427 PMBusPage *pages;
/openbmc/qemu/hw/i2c/
H A Dpmbus_device.c232 pmdev->pages = g_new0(PMBusPage, pmdev->num_pages); in pmbus_pages_alloc()