Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i2c/
H A Dpmbus_device.h416 struct PMBusDevice { struct
417 SMBusDevice smb;
419 uint8_t num_pages;
420 uint8_t code;
421 uint8_t page;
427 PMBusPage *pages;
428 uint8_t capability;
431 int32_t in_buf_len;
432 uint8_t *in_buf;
433 int32_t out_buf_len;
[all …]