Searched refs:ds1621 (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | ds1621.c | 3 * ds1621.c - Part of lm_sensors, Linux kernel modules for hardware 37 enum chips { ds1621, ds1625, ds1631, ds1721, ds1731 }; enumerator 197 dev_dbg(&client->dev, "Starting ds1621 update\n"); in ds1621_update_client() 333 if (data->kind == ds1621 || data->kind == ds1625) in ds1621_attribute_visible() 343 __ATTRIBUTE_GROUPS(ds1621); variable 372 { "ds1621", ds1621 }, 385 .name = "ds1621",
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | ds1621.c | 3 * ds1621.c - Part of lm_sensors, Linux kernel modules for hardware 37 enum chips { ds1621, ds1625, ds1631, ds1721, ds1731 }; enumerator 197 dev_dbg(&client->dev, "Starting ds1621 update\n"); in ds1621_update_client() 333 if (data->kind == ds1621 || data->kind == ds1625) in ds1621_attribute_visible() 343 __ATTRIBUTE_GROUPS(ds1621); variable 372 { "ds1621", ds1621 }, 385 .name = "ds1621",
|
H A D | Makefile | 70 obj-$(CONFIG_SENSORS_DS1621) += ds1621.o
|
Completed in 3 milliseconds