Searched refs:PMBUS_IC_DEVICE_ID (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/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()
|
H A D | pmbus.h | 131 PMBUS_IC_DEVICE_ID = 0xAD, enumerator
|
/openbmc/qemu/hw/sensor/ |
H A D | adm1266.c | 120 case PMBUS_IC_DEVICE_ID: in adm1266_read_byte()
|
H A D | isl_pmbus_vr.c | 21 case PMBUS_IC_DEVICE_ID: in isl_pmbus_vr_read_byte()
|
/openbmc/qemu/include/hw/i2c/ |
H A D | pmbus_device.h | 153 PMBUS_IC_DEVICE_ID = 0xAD, /* Read-Only block-read */ enumerator
|
/openbmc/qemu/hw/i2c/ |
H A D | pmbus_device.c | 1838 case PMBUS_IC_DEVICE_ID: /* Read-Only block-read */ in pmbus_write_data()
|