Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/pmbus/
H A Dpmbus.h412 struct pmbus_driver_info { struct
413 int pages; /* Total number of pages */
415 enum pmbus_data_format format[PSC_NUM_CLASSES];
422 int b[PSC_NUM_CLASSES]; /* offset */
423 int R[PSC_NUM_CLASSES]; /* exponent */
425 u32 func[PMBUS_PAGES]; /* Functionality, per page */
426 u32 pfunc[PMBUS_PHASES];/* Functionality, per phase */
452 struct pmbus_driver_info *info); argument
455 int num_regulators;
456 const struct regulator_desc *reg_desc;
[all …]