Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Dmax6639.c506 int dev_id, manu_id; in max6639_detect() local
513 manu_id = i2c_smbus_read_byte_data(client, MAX6639_REG_MANUID); in max6639_detect()
514 if (dev_id != 0x58 || manu_id != 0x4D) in max6639_detect()