Searched refs:w83782d (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83781d.c | 18 * w83782d 9 3 2-4 3 0x30 0x5ca3 yes yes 49 enum chips { w83781d, w83782d, w83783s, as99127f }; enumerator 1056 if (kind == w83782d && !is_isa) { in w83781d_create_files() 1156 client_name = "w83782d"; in w83781d_detect() 1467 if ((data->type != w83782d) && (i == 6)) in w83781d_update_device() 1482 if ((data->type != w83782d || !client) in w83781d_update_device() 1526 if (data->type == w83782d) { in w83781d_update_device() 1567 { "w83782d", w83782d, }, 1776 data->type = w83782d; in w83781d_isa_probe() [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83781d.c | 18 * w83782d 9 3 2-4 3 0x30 0x5ca3 yes yes 49 enum chips { w83781d, w83782d, w83783s, as99127f }; enumerator 1056 if (kind == w83782d && !is_isa) { in w83781d_create_files() 1156 client_name = "w83782d"; in w83781d_detect() 1465 if ((data->type != w83782d) && (i == 6)) in w83781d_update_device() 1480 if ((data->type != w83782d || !client) in w83781d_update_device() 1524 if (data->type == w83782d) { in w83781d_update_device() 1565 { "w83782d", w83782d, }, 1575 { .compatible = "winbond,w83782d" }, [all...] |
Completed in 5 milliseconds