| /kernel/linux/linux-6.6/drivers/hwmon/pmbus/ |
| D | ibm-cffps.c | 83 struct ibm_cffps *psu = file->private_data; in ibm_cffps_debugfs_read_input_history() local 86 .addr = psu->client->addr, in ibm_cffps_debugfs_read_input_history() 87 .flags = psu->client->flags, in ibm_cffps_debugfs_read_input_history() 91 .addr = psu->client->addr, in ibm_cffps_debugfs_read_input_history() 92 .flags = psu->client->flags | I2C_M_RD, in ibm_cffps_debugfs_read_input_history() 94 .buf = psu->input_history, in ibm_cffps_debugfs_read_input_history() 99 rc = pmbus_lock_interruptible(psu->client); in ibm_cffps_debugfs_read_input_history() 103 rc = pmbus_set_page(psu->client, 0, 0xff); in ibm_cffps_debugfs_read_input_history() 105 pmbus_unlock(psu->client); in ibm_cffps_debugfs_read_input_history() 113 rc = i2c_transfer(psu->client->adapter, msg, 2); in ibm_cffps_debugfs_read_input_history() [all …]
|
| D | q54sj108a2.c | 79 struct q54sj108a2_data *psu = to_psu(idxp, idx); in q54sj108a2_debugfs_read() local 86 rc = i2c_smbus_read_byte_data(psu->client, PMBUS_OPERATION); in q54sj108a2_debugfs_read() 93 rc = i2c_smbus_read_byte_data(psu->client, PMBUS_WRITE_PROTECT); in q54sj108a2_debugfs_read() 100 rc = i2c_smbus_read_byte_data(psu->client, PMBUS_VOUT_OV_FAULT_RESPONSE); in q54sj108a2_debugfs_read() 107 rc = i2c_smbus_read_byte_data(psu->client, PMBUS_IOUT_OC_FAULT_RESPONSE); in q54sj108a2_debugfs_read() 114 rc = i2c_smbus_read_byte_data(psu->client, PMBUS_REVISION); in q54sj108a2_debugfs_read() 121 rc = i2c_smbus_read_block_data(psu->client, PMBUS_MFR_ID, data); in q54sj108a2_debugfs_read() 126 rc = i2c_smbus_read_block_data(psu->client, PMBUS_MFR_MODEL, data); in q54sj108a2_debugfs_read() 131 rc = i2c_smbus_read_block_data(psu->client, PMBUS_MFR_REVISION, data); in q54sj108a2_debugfs_read() 136 rc = i2c_smbus_read_block_data(psu->client, PMBUS_MFR_LOCATION, data); in q54sj108a2_debugfs_read() [all …]
|
| D | max20730.c | 113 struct max20730_debugfs_data *psu = to_psu(idxp, idx); in max20730_debugfs_read() local 120 info = pmbus_get_driver_info(psu->client); in max20730_debugfs_read() 248 ret = i2c_smbus_read_byte_data(psu->client, PMBUS_OPERATION); in max20730_debugfs_read() 254 ret = i2c_smbus_read_byte_data(psu->client, PMBUS_ON_OFF_CONFIG); in max20730_debugfs_read() 260 ret = i2c_smbus_read_word_data(psu->client, in max20730_debugfs_read() 267 ret = i2c_smbus_read_byte_data(psu->client, PMBUS_VOUT_MODE); in max20730_debugfs_read() 273 ret = i2c_smbus_read_word_data(psu->client, PMBUS_VOUT_COMMAND); in max20730_debugfs_read() 282 ret = i2c_smbus_read_word_data(psu->client, PMBUS_VOUT_MAX); in max20730_debugfs_read() 311 struct max20730_debugfs_data *psu; in max20730_init_debugfs() local 323 psu = devm_kzalloc(&client->dev, sizeof(*psu), GFP_KERNEL); in max20730_init_debugfs() [all …]
|
| D | dps920ab.c | 3 * Driver for Delta DPS920AB PSU 24 * PSU advertises that all features are supported, in dps920ab_read_word_data() 57 * PSU only has one R/W register and that is in dps920ab_write_word_data() 204 MODULE_DESCRIPTION("PMBus driver for Delta DPS920AB PSU");
|
| /kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
| D | ibm-cffps.c | 98 static ssize_t ibm_cffps_read_input_history(struct ibm_cffps *psu, in ibm_cffps_read_input_history() argument 107 .addr = psu->client->addr, in ibm_cffps_read_input_history() 108 .flags = psu->client->flags, in ibm_cffps_read_input_history() 112 .addr = psu->client->addr, in ibm_cffps_read_input_history() 113 .flags = psu->client->flags | I2C_M_RD, in ibm_cffps_read_input_history() 120 mutex_lock(&psu->input_history.update_lock); in ibm_cffps_read_input_history() 121 if (time_after(jiffies, psu->input_history.last_update + HZ)) { in ibm_cffps_read_input_history() 126 rc = i2c_transfer(psu->client->adapter, msg, 2); in ibm_cffps_read_input_history() 128 mutex_unlock(&psu->input_history.update_lock); in ibm_cffps_read_input_history() 132 psu->input_history.byte_count = msgbuf1[0]; in ibm_cffps_read_input_history() [all …]
|
| D | max20730.c | 113 struct max20730_debugfs_data *psu = to_psu(idxp, idx); in max20730_debugfs_read() local 119 info = pmbus_get_driver_info(psu->client); in max20730_debugfs_read() 247 ret = i2c_smbus_read_byte_data(psu->client, PMBUS_OPERATION); in max20730_debugfs_read() 253 ret = i2c_smbus_read_byte_data(psu->client, PMBUS_ON_OFF_CONFIG); in max20730_debugfs_read() 259 ret = i2c_smbus_read_word_data(psu->client, in max20730_debugfs_read() 266 ret = i2c_smbus_read_byte_data(psu->client, PMBUS_VOUT_MODE); in max20730_debugfs_read() 272 ret = i2c_smbus_read_word_data(psu->client, PMBUS_VOUT_COMMAND); in max20730_debugfs_read() 281 ret = i2c_smbus_read_word_data(psu->client, PMBUS_VOUT_MAX); in max20730_debugfs_read() 309 struct max20730_debugfs_data *psu; in max20730_init_debugfs() local 321 psu = devm_kzalloc(&client->dev, sizeof(*psu), GFP_KERNEL); in max20730_init_debugfs() [all …]
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | corsair-psu.rst | 3 Kernel driver corsair-psu 51 curr2_input Current on the 12v psu rail 52 curr2_crit Current max critical value on the 12v psu rail 53 curr3_input Current on the 5v psu rail 54 curr3_crit Current max critical value on the 5v psu rail 55 curr4_input Current on the 3.3v psu rail 56 curr4_crit Current max critical value on the 3.3v psu rail 57 fan1_input RPM of psu fan 58 in0_input Voltage of the psu ac input 59 in1_input Voltage of the 12v psu rail [all …]
|
| D | ibm-cffps.rst | 51 temp1_alarm PSU inlet ambient temperature over-temperature alarm. 52 temp1_input Measured PSU inlet ambient temp in millidegrees C.
|
| D | index.rst | 56 corsair-psu
|
| D | inspur-ipsps1.rst | 76 standby, when set to standby, PSU will
|
| /kernel/linux/linux-6.6/Documentation/leds/ |
| D | leds-mlxcpld.rst | 22 - mlxcpld:psu:green 23 - mlxcpld:psu:red 31 "psu"
|
| /kernel/linux/linux-5.10/Documentation/leds/ |
| D | leds-mlxcpld.rst | 22 - mlxcpld:psu:green 23 - mlxcpld:psu:red 31 "psu"
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | ibm-cffps.rst | 51 temp1_alarm PSU inlet ambient temperature over-temperature alarm. 52 temp1_input Measured PSU inlet ambient temp in millidegrees C.
|
| D | inspur-ipsps1.rst | 76 standby, when set to standby, PSU will
|
| /kernel/linux/linux-6.6/drivers/hwmon/ |
| D | corsair-psu.c | 3 * corsair-psu.c - Linux driver for Corsair power supplies with HID sensors interface 44 * - if configured wrong the PSU resets or shuts down, often before actually hitting the 51 #define DRIVER_NAME "corsair-psu" 93 #define L_FAN "psu fan" 139 bool in_curr_cmd_support; /* not all commands are supported on every PSU */ 259 * the LINEAR11 conversion are the watts values which are about 1500 for the strongest psu in corsairpsu_get_value() 737 * PSU. The returned value can be a bogus one, if the PSU is in the process of switching and in ocpmode_show()
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/aspeed/ |
| D | aspeed-bmc-quanta-q71l.dts | 339 psu@59 { 350 psu@58 { 361 psu@58 { 372 psu@59 {
|
| D | aspeed-bmc-ufispace-ncplite.dts | 294 psu@58 { 309 psu@58 {
|
| D | aspeed-bmc-vegman-rx20.dts | 27 label = "psu:red:status"; 33 label = "psu:green:status";
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | aspeed-bmc-quanta-q71l.dts | 339 psu@59 { 350 psu@58 { 361 psu@58 { 372 psu@59 {
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/ |
| D | delta,tn48m-cpld.yaml | 17 PSU status etc.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/ |
| D | ti,tmp421.yaml | 55 A descriptive name for this channel, like "ambient" or "psu".
|
| D | ti,tmp464.yaml | 54 A descriptive name for this channel, like "ambient" or "psu".
|
| /kernel/linux/linux-5.10/drivers/input/mouse/ |
| D | vsxxxaa.c | 41 * 4 (-12V) - - Somewhere from the PSU. At ATX, it's 45 * 5 (+5V) - - PSU (red wires of ATX power connector 57 * -12V to the PSU.
|
| /kernel/linux/linux-6.6/drivers/input/mouse/ |
| D | vsxxxaa.c | 38 * 4 (-12V) - - Somewhere from the PSU. At ATX, it's 42 * 5 (+5V) - - PSU (red wires of ATX power connector 54 * -12V to the PSU.
|
| /kernel/linux/linux-5.10/drivers/leds/ |
| D | leds-mlxcpld.c | 163 "mlxcpld:psu:green", 167 "mlxcpld:psu:red",
|