Lines Matching refs:kind
515 enum kinds kind; member
678 if (sio_data->kind == nct6776) in w83627ehf_write_fan_div_common()
680 else if (sio_data->kind == nct6775) in w83627ehf_write_fan_div_common()
729 if (sio_data->kind == nct6776) in w83627ehf_update_fan_div_common()
731 else if (sio_data->kind == nct6775) in w83627ehf_update_fan_div_common()
786 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) in w83627ehf_update_pwm_common()
840 && (reg >= 0xff || (sio_data->kind == nct6775 in w83627ehf_update_device()
1409 if (sio_data->kind == nct6776 && nr && val != 1) in show_pwm_reg()
1465 if (sio_data->kind == nct6776 && val == 4) in store_pwm_enable()
1470 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) { in store_pwm_enable()
1545 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) { in store_tolerance()
1547 if (sio_data->kind == nct6776 && val > 7) in store_tolerance()
1878 enum kinds kind) in w83627ehf_init_device() argument
1909 switch (kind) { in w83627ehf_init_device()
1967 if (sio_data->kind == w83627uhg) { in w83627ehf_check_fan_inputs()
1976 if (sio_data->kind == nct6775) { in w83627ehf_check_fan_inputs()
1982 } else if (sio_data->kind == nct6776) { in w83627ehf_check_fan_inputs()
2004 } else if (sio_data->kind == w83667hg || sio_data->kind == w83667hg_b) { in w83627ehf_check_fan_inputs()
2022 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) { in w83627ehf_check_fan_inputs()
2077 data->name = w83627ehf_device_names[sio_data->kind]; in w83627ehf_probe()
2082 data->in_num = (sio_data->kind == w83627ehf) ? 10 : 9; in w83627ehf_probe()
2084 switch (sio_data->kind) { in w83627ehf_probe()
2103 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) { in w83627ehf_probe()
2146 if (sio_data->kind == nct6776) { in w83627ehf_probe()
2179 } else if (sio_data->kind == w83667hg_b) { in w83627ehf_probe()
2226 } else if (sio_data->kind == w83627uhg) { in w83627ehf_probe()
2272 if (sio_data->kind == w83667hg) { in w83627ehf_probe()
2289 if (sio_data->kind == nct6775) { in w83627ehf_probe()
2302 } else if (sio_data->kind == nct6776) { in w83627ehf_probe()
2313 } else if (sio_data->kind == w83667hg_b) { in w83627ehf_probe()
2346 if (sio_data->kind == w83627uhg) in w83627ehf_probe()
2352 w83627ehf_init_device(data, sio_data->kind); in w83627ehf_probe()
2357 if (sio_data->kind == w83667hg || sio_data->kind == w83667hg_b || in w83627ehf_probe()
2358 sio_data->kind == nct6775 || sio_data->kind == nct6776) { in w83627ehf_probe()
2369 } else if (sio_data->kind != w83627uhg) { in w83627ehf_probe()
2379 if (sio_data->kind == w83627ehf) { in w83627ehf_probe()
2400 if (sio_data->kind == w83627ehf) /* 6 VID pins only */ in w83627ehf_probe()
2413 (sio_data->kind == nct6775 || sio_data->kind == nct6776)) { in w83627ehf_probe()
2418 if (sio_data->kind == nct6776) in w83627ehf_probe()
2492 if (sio_data->kind != nct6776) { in w83627ehf_probe()
2564 if (sio_data->kind == nct6776) { in w83627ehf_probe()
2609 if (sio_data->kind == nct6775) { in w83627ehf_suspend()
2666 if (sio_data->kind == nct6775) { in w83627ehf_resume()
2725 sio_data->kind = w83627ehf; in w83627ehf_find()
2729 sio_data->kind = w83627ehf; in w83627ehf_find()
2733 sio_data->kind = w83627dhg; in w83627ehf_find()
2737 sio_data->kind = w83627dhg_p; in w83627ehf_find()
2741 sio_data->kind = w83627uhg; in w83627ehf_find()
2745 sio_data->kind = w83667hg; in w83627ehf_find()
2749 sio_data->kind = w83667hg_b; in w83627ehf_find()
2753 sio_data->kind = nct6775; in w83627ehf_find()
2757 sio_data->kind = nct6776; in w83627ehf_find()