Home
last modified time | relevance | path

Searched refs:PMBUS_SKIP_STATUS_CHECK (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Dpmbus.h39 #define PMBUS_SKIP_STATUS_CHECK (1 << 0) macro
/Linux-v4.19/drivers/hwmon/pmbus/
Dpmbus.c185 pdata->flags = PMBUS_SKIP_STATUS_CHECK; in pmbus_probe()
Dibm-cffps.c347 .flags = PMBUS_SKIP_STATUS_CHECK,
Dpmbus_core.c515 if (rv >= 0 && !(data->flags & PMBUS_SKIP_STATUS_CHECK)) in pmbus_check_register()
527 if (status >= 0 && !(data->flags & PMBUS_SKIP_STATUS_CHECK) && in pmbus_check_status_register()
/Linux-v4.19/Documentation/hwmon/
Dpmbus-core259 #define PMBUS_SKIP_STATUS_CHECK (1 << 0)
269 PMBUS_SKIP_STATUS_CHECK
283 register is impossible, and the PMBUS_SKIP_STATUS_CHECK flag must be set.