Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hwmon/pmbus/
Dpmbus.c176 if (device_info->flags & PMBUS_SKIP_STATUS_CHECK) { in pmbus_probe()
182 pdata->flags = PMBUS_SKIP_STATUS_CHECK; in pmbus_probe()
202 .flags = PMBUS_SKIP_STATUS_CHECK
Dbel-pfe.c26 .flags = PMBUS_SKIP_STATUS_CHECK,
Dinspur-ipsps.c190 .flags = PMBUS_SKIP_STATUS_CHECK,
Dibm-cffps.c475 .flags = PMBUS_SKIP_STATUS_CHECK,
Dpmbus_core.c513 if (rv >= 0 && !(data->flags & PMBUS_SKIP_STATUS_CHECK)) in pmbus_check_register()
525 if (status >= 0 && !(data->flags & PMBUS_SKIP_STATUS_CHECK) && in pmbus_check_status_register()
2218 data->flags |= PMBUS_WRITE_PROTECTED | PMBUS_SKIP_STATUS_CHECK; in pmbus_init_common()
/Linux-v5.10/include/linux/
Dpmbus.h28 #define PMBUS_SKIP_STATUS_CHECK BIT(0) macro
/Linux-v5.10/Documentation/hwmon/
Dpmbus-core.rst300 #define PMBUS_SKIP_STATUS_CHECK (1 << 0)
310 PMBUS_SKIP_STATUS_CHECK
323 register is impossible, and the PMBUS_SKIP_STATUS_CHECK flag must be set.