Home
last modified time | relevance | path

Searched refs:PB_OPERATION_CONTROL_ON (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H A Dpmbus.h244 #define PB_OPERATION_CONTROL_ON BIT(7) macro
H A Dpmbus_core.c2269 return !!(ret & PB_OPERATION_CONTROL_ON); in pmbus_regulator_is_enabled()
2282 PB_OPERATION_CONTROL_ON, in _pmbus_regulator_on_off()
2283 enable ? PB_OPERATION_CONTROL_ON : 0); in _pmbus_regulator_on_off()
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H A Dpmbus.h244 #define PB_OPERATION_CONTROL_ON BIT(7) macro
H A Dpmbus_core.c2757 return !!(ret & PB_OPERATION_CONTROL_ON); in _pmbus_is_enabled()
2915 PB_OPERATION_CONTROL_ON, in _pmbus_regulator_on_off()
2916 enable ? PB_OPERATION_CONTROL_ON : 0); in _pmbus_regulator_on_off()

Completed in 11 milliseconds