/linux-5.19.10/drivers/hwmon/pmbus/ |
D | ibm-cffps.c | 100 static ssize_t ibm_cffps_read_input_history(struct ibm_cffps *psu, in ibm_cffps_read_input_history() argument 109 .addr = psu->client->addr, in ibm_cffps_read_input_history() 110 .flags = psu->client->flags, in ibm_cffps_read_input_history() 114 .addr = psu->client->addr, in ibm_cffps_read_input_history() 115 .flags = psu->client->flags | I2C_M_RD, in ibm_cffps_read_input_history() 122 mutex_lock(&psu->input_history.update_lock); in ibm_cffps_read_input_history() 123 if (time_after(jiffies, psu->input_history.last_update + HZ)) { in ibm_cffps_read_input_history() 128 rc = i2c_transfer(psu->client->adapter, msg, 2); in ibm_cffps_read_input_history() 130 mutex_unlock(&psu->input_history.update_lock); in ibm_cffps_read_input_history() 134 psu->input_history.byte_count = msgbuf1[0]; in ibm_cffps_read_input_history() [all …]
|
D | q54sj108a2.c | 78 struct q54sj108a2_data *psu = to_psu(idxp, idx); in q54sj108a2_debugfs_read() local 85 rc = i2c_smbus_read_byte_data(psu->client, PMBUS_OPERATION); in q54sj108a2_debugfs_read() 92 rc = i2c_smbus_read_byte_data(psu->client, PMBUS_WRITE_PROTECT); in q54sj108a2_debugfs_read() 99 rc = i2c_smbus_read_byte_data(psu->client, PMBUS_VOUT_OV_FAULT_RESPONSE); in q54sj108a2_debugfs_read() 106 rc = i2c_smbus_read_byte_data(psu->client, PMBUS_IOUT_OC_FAULT_RESPONSE); in q54sj108a2_debugfs_read() 113 rc = i2c_smbus_read_byte_data(psu->client, PMBUS_REVISION); in q54sj108a2_debugfs_read() 120 rc = i2c_smbus_read_block_data(psu->client, PMBUS_MFR_ID, data); in q54sj108a2_debugfs_read() 125 rc = i2c_smbus_read_block_data(psu->client, PMBUS_MFR_MODEL, data); in q54sj108a2_debugfs_read() 130 rc = i2c_smbus_read_block_data(psu->client, PMBUS_MFR_REVISION, data); in q54sj108a2_debugfs_read() 135 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 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 …]
|
/linux-5.19.10/Documentation/hwmon/ |
D | corsair-psu.rst | 3 Kernel driver corsair-psu 49 curr2_input Current on the 12v psu rail 50 curr2_crit Current max critical value on the 12v psu rail 51 curr3_input Current on the 5v psu rail 52 curr3_crit Current max critical value on the 5v psu rail 53 curr4_input Current on the 3.3v psu rail 54 curr4_crit Current max critical value on the 3.3v psu rail 55 fan1_input RPM of psu fan 56 in0_input Voltage of the psu ac input 57 in1_input Voltage of the 12v psu rail [all …]
|
D | index.rst | 55 corsair-psu
|
/linux-5.19.10/Documentation/leds/ |
D | leds-mlxcpld.rst | 22 - mlxcpld:psu:green 23 - mlxcpld:psu:red 31 "psu"
|
/linux-5.19.10/arch/arm/boot/dts/ |
D | aspeed-bmc-quanta-q71l.dts | 339 psu@59 { 350 psu@58 { 361 psu@58 { 372 psu@59 {
|
D | aspeed-bmc-vegman-rx20.dts | 27 label = "psu:red:status"; 33 label = "psu:green:status";
|
D | aspeed-bmc-inspur-fp5280g2.dts | 183 front-psu { 184 label = "front-psu"; 211 /*B0-B7*/ "","","front-psu","checkstop","cfam-reset","","","init-ok",
|
D | aspeed-bmc-inspur-nf5280m6.dts | 56 front-psu { 57 label = "front-psu";
|
D | aspeed-bmc-ampere-mtjade.dts | 717 psu@58 { 722 psu@59 {
|
D | aspeed-bmc-facebook-cloudripper.dts | 377 label = "psu";
|
D | imx6sx-sdb.dtsi | 84 reg_psu_5v: regulator-psu-5v {
|
D | aspeed-bmc-facebook-fuji.dts | 402 label = "psu";
|
/linux-5.19.10/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".
|
/linux-5.19.10/drivers/hwmon/ |
D | Makefile | 63 obj-$(CONFIG_SENSORS_CORSAIR_PSU) += corsair-psu.o
|
D | Kconfig | 465 will be called corsair-psu.
|
/linux-5.19.10/arch/arm64/boot/dts/ti/ |
D | k3-am65-iot2050-common.dtsi | 426 psu: regulator@60 { label
|
/linux-5.19.10/ |
D | MAINTAINERS | 5204 F: Documentation/hwmon/corsair-psu.rst 5205 F: drivers/hwmon/corsair-psu.c
|