Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dmax6639.c503 int dev_id, manu_id; in max6639_detect() local
510 manu_id = i2c_smbus_read_byte_data(client, MAX6639_REG_MANUID); in max6639_detect()
511 if (dev_id != 0x58 || manu_id != 0x4D) in max6639_detect()
/kernel/linux/linux-6.6/drivers/hwmon/
H A 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()

Completed in 3 milliseconds