Searched refs:PB_CAPABILITY_ERROR_CHECK (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/hwmon/pmbus/ | ||
D | pmbus.h | 259 #define PB_CAPABILITY_ERROR_CHECK BIT(7) macro |
D | pmbus_core.c | 2607 if (ret >= 0 && (ret & PB_CAPABILITY_ERROR_CHECK)) { in pmbus_init_common() |