Lines Matching defs:pmbus_driver_info
427 struct pmbus_driver_info { struct
428 int pages; /* Total number of pages */
429 u8 phases[PMBUS_PAGES]; /* Number of phases per page */
430 enum pmbus_data_format format[PSC_NUM_CLASSES];
431 enum vrm_version vrm_version[PMBUS_PAGES]; /* vrm version per page */
436 int m[PSC_NUM_CLASSES]; /* mantissa for direct data format */
437 int b[PSC_NUM_CLASSES]; /* offset */
438 int R[PSC_NUM_CLASSES]; /* exponent */
440 u32 func[PMBUS_PAGES]; /* Functionality, per page */
441 u32 pfunc[PMBUS_PHASES];/* Functionality, per phase */
467 struct pmbus_driver_info *info); argument
470 int num_regulators;
471 const struct regulator_desc *reg_desc;
474 const struct attribute_group **groups;
483 int access_delay; /* in microseconds */
484 int write_delay; /* in microseconds */