Home
last modified time | relevance | path

Searched refs:psu (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/hwmon/pmbus/
A Dibm-cffps.c109 .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()
200 switch (psu->version) { in ibm_cffps_debugfs_read()
442 snprintf(psu->led_name, sizeof(psu->led_name), "%s-%02x", client->name, in ibm_cffps_create_led_class()
444 psu->led.name = psu->led_name; in ibm_cffps_create_led_class()
495 struct ibm_cffps *psu; in ibm_cffps_probe() local
557 psu = devm_kzalloc(&client->dev, sizeof(*psu), GFP_KERNEL); in ibm_cffps_probe()
558 if (!psu) in ibm_cffps_probe()
561 psu->version = vs; in ibm_cffps_probe()
[all …]
A Dq54sj108a2.c78 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()
113 rc = i2c_smbus_read_byte_data(psu->client, PMBUS_REVISION); in q54sj108a2_debugfs_read()
182 struct q54sj108a2_data *psu = to_psu(idxp, idx); in q54sj108a2_debugfs_write() local
214 rc = i2c_smbus_write_byte(psu->client, STORE_DEFAULT_ALL); in q54sj108a2_debugfs_write()
284 struct q54sj108a2_data *psu; in q54sj108a2_probe() local
337 psu = devm_kzalloc(&client->dev, sizeof(*psu), GFP_KERNEL); in q54sj108a2_probe()
338 if (!psu) in q54sj108a2_probe()
341 psu->client = client; in q54sj108a2_probe()
348 psu->debugfs_entries[i] = i; in q54sj108a2_probe()
[all …]
A Dmax20730.c113 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()
259 ret = i2c_smbus_read_word_data(psu->client, 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()
322 if (!psu) in max20730_init_debugfs()
324 psu->client = client; in max20730_init_debugfs()
333 psu->debugfs_entries[i] = i; in max20730_init_debugfs()
336 &psu->debugfs_entries[MAX20730_DEBUGFS_VOUT_MIN], in max20730_init_debugfs()
342 &psu->debugfs_entries[MAX20730_DEBUGFS_PG_DELAY], in max20730_init_debugfs()
[all …]
/linux/Documentation/hwmon/
A Dcorsair-psu.rst3 Kernel driver corsair-psu
49 curr2_input Current on the 12v psu rail
51 curr3_input Current on the 5v 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
60 in2_input Voltage of the 5v psu rail
89 uptime Current uptime of the psu
90 uptime_total Total uptime of the psu
91 vendor Vendor name of the psu
[all …]
A Dindex.rst52 corsair-psu
/linux/Documentation/leds/
A Dleds-mlxcpld.rst22 - mlxcpld:psu:green
23 - mlxcpld:psu:red
31 "psu"
/linux/arch/arm/boot/dts/
A Daspeed-bmc-quanta-q71l.dts339 psu@59 {
350 psu@58 {
361 psu@58 {
372 psu@59 {
A Daspeed-bmc-inspur-fp5280g2.dts183 front-psu {
184 label = "front-psu";
211 /*B0-B7*/ "","","front-psu","checkstop","cfam-reset","","","init-ok",
A Daspeed-bmc-inspur-nf5280m6.dts56 front-psu {
57 label = "front-psu";
A Daspeed-bmc-ampere-mtjade.dts452 psu@58 {
457 psu@59 {
A Daspeed-bmc-facebook-cloudripper.dts377 label = "psu";
A Dimx6sx-sdb.dtsi84 reg_psu_5v: regulator-psu-5v {
A Daspeed-bmc-facebook-fuji.dts402 label = "psu";
/linux/Documentation/devicetree/bindings/hwmon/
A Dti,tmp421.yaml55 A descriptive name for this channel, like "ambient" or "psu".
/linux/drivers/hwmon/
A DMakefile60 obj-$(CONFIG_SENSORS_CORSAIR_PSU) += corsair-psu.o
A DKconfig460 will be called corsair-psu.
/linux/arch/arm64/boot/dts/ti/
A Dk3-am65-iot2050-common.dtsi426 psu: regulator@60 { label
/linux/
A DMAINTAINERS4883 F: Documentation/hwmon/corsair-psu.rst
4884 F: drivers/hwmon/corsair-psu.c

Completed in 45 milliseconds