Lines Matching +full:dc +full:- +full:dc +full:- +full:phase
1 // SPDX-License-Identifier: GPL-2.0
3 * Delta AHE-50DC power shelf fan control module driver
29 return value == PMBUS_CLEAR_FAULTS ? -EOPNOTSUPP : -ENODATA; in ahe50dc_fan_write_byte()
32 static int ahe50dc_fan_read_word_data(struct i2c_client *client, int page, int phase, int reg) in ahe50dc_fan_read_word_data() argument
34 /* temp1 in (virtual) page 1 is remapped to mfr-specific temp4 */ in ahe50dc_fan_read_word_data()
38 return -EOPNOTSUPP; in ahe50dc_fan_read_word_data()
62 return -ENODATA; in ahe50dc_fan_read_word_data()
64 return -EOPNOTSUPP; in ahe50dc_fan_read_word_data()
101 client->dev.platform_data = &ahe50dc_fan_data; in ahe50dc_fan_probe()
112 { .compatible = "delta,ahe50dc-fan" },
128 MODULE_DESCRIPTION("Driver for Delta AHE-50DC power shelf fan control module");