Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwmon/pmbus/
Dpmbus.c174 if (device_info->flags & PMBUS_SKIP_STATUS_CHECK) { in pmbus_probe()
180 pdata->flags = PMBUS_SKIP_STATUS_CHECK; in pmbus_probe()
200 .flags = PMBUS_SKIP_STATUS_CHECK
Dinspur-ipsps.c190 .flags = PMBUS_SKIP_STATUS_CHECK,
Dibm-cffps.c391 .flags = PMBUS_SKIP_STATUS_CHECK,
Dpmbus_core.c502 if (rv >= 0 && !(data->flags & PMBUS_SKIP_STATUS_CHECK)) in pmbus_check_register()
514 if (status >= 0 && !(data->flags & PMBUS_SKIP_STATUS_CHECK) && in pmbus_check_status_register()
/Linux-v5.4/include/linux/
Dpmbus.h26 #define PMBUS_SKIP_STATUS_CHECK (1 << 0) macro
/Linux-v5.4/Documentation/hwmon/
Dpmbus-core.rst293 #define PMBUS_SKIP_STATUS_CHECK (1 << 0)
303 PMBUS_SKIP_STATUS_CHECK
316 register is impossible, and the PMBUS_SKIP_STATUS_CHECK flag must be set.