Searched refs:PMBUS_IC_DEVICE_ID (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/ |
H A D | tps53679.c | 102 ret = i2c_smbus_read_block_data(client, PMBUS_IC_DEVICE_ID, buf); in tps53679_identify_chip() 156 ret = i2c_smbus_read_block_data(client, PMBUS_IC_DEVICE_ID, buf); in tps53676_identify()
|
H A D | max15301.c | 153 status = i2c_smbus_read_block_data(client, PMBUS_IC_DEVICE_ID, device_id); in max15301_probe()
|
H A D | max16601.c | 281 ret = i2c_smbus_read_block_data(client, PMBUS_IC_DEVICE_ID, buf); in max16601_get_id() 286 * PMBUS_IC_DEVICE_ID is expected to return MAX1660[012]y.xx", in max16601_get_id()
|
H A D | pmbus.h | 131 PMBUS_IC_DEVICE_ID = 0xAD, enumerator
|
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
H A D | max16601.c | 254 ret = i2c_smbus_read_block_data(client, PMBUS_IC_DEVICE_ID, buf); in max16601_probe() 258 /* PMBUS_IC_DEVICE_ID is expected to return "MAX16601y.xx" */ in max16601_probe()
|
H A D | tps53679.c | 99 ret = i2c_smbus_read_block_data(client, PMBUS_IC_DEVICE_ID, buf); in tps53679_identify_chip()
|
H A D | pmbus.h | 131 PMBUS_IC_DEVICE_ID = 0xAD, enumerator
|
Completed in 7 milliseconds