Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/pmbus/
H A Dmp2975.c100 struct mp2975_data { struct
101 struct pmbus_driver_info info;
102 enum chips chip_id;
103 int vout_scale;
127 #define to_mp2975_data(x) container_of(x, struct mp2975_data, info) argument