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()
1983 if (sio_data->kind == w83627uhg) { in w83627ehf_check_fan_inputs()
1992 if (sio_data->kind == nct6775) { in w83627ehf_check_fan_inputs()
1998 } else if (sio_data->kind == nct6776) { in w83627ehf_check_fan_inputs()
2020 } else if (sio_data->kind == w83667hg || sio_data->kind == w83667hg_b) { in w83627ehf_check_fan_inputs()
2038 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) { in w83627ehf_check_fan_inputs()
2093 data->name = w83627ehf_device_names[sio_data->kind]; in w83627ehf_probe()
2098 data->in_num = (sio_data->kind == w83627ehf) ? 10 : 9; in w83627ehf_probe()
2100 switch (sio_data->kind) { in w83627ehf_probe()
2119 if (sio_data->kind == nct6775 || sio_data->kind == nct6776) { in w83627ehf_probe()
2162 if (sio_data->kind == nct6776) { in w83627ehf_probe()
2195 } else if (sio_data->kind == w83667hg_b) { in w83627ehf_probe()
2242 } else if (sio_data->kind == w83627uhg) { in w83627ehf_probe()
2288 if (sio_data->kind == w83667hg) { in w83627ehf_probe()
2305 if (sio_data->kind == nct6775) { in w83627ehf_probe()
2318 } else if (sio_data->kind == nct6776) { in w83627ehf_probe()
2329 } else if (sio_data->kind == w83667hg_b) { in w83627ehf_probe()
2362 if (sio_data->kind == w83627uhg) in w83627ehf_probe()
2368 w83627ehf_init_device(data, sio_data->kind); in w83627ehf_probe()
2373 if (sio_data->kind == w83667hg || sio_data->kind == w83667hg_b || in w83627ehf_probe()
2374 sio_data->kind == nct6775 || sio_data->kind == nct6776) { in w83627ehf_probe()
2385 } else if (sio_data->kind != w83627uhg) { in w83627ehf_probe()
2395 if (sio_data->kind == w83627ehf) { in w83627ehf_probe()
2416 if (sio_data->kind == w83627ehf) /* 6 VID pins only */ in w83627ehf_probe()
2429 (sio_data->kind == nct6775 || sio_data->kind == nct6776)) { in w83627ehf_probe()
2434 if (sio_data->kind == nct6776) in w83627ehf_probe()
2508 if (sio_data->kind != nct6776) { in w83627ehf_probe()
2580 if (sio_data->kind == nct6776) { in w83627ehf_probe()
2625 if (sio_data->kind == nct6775) { in w83627ehf_suspend()
2682 if (sio_data->kind == nct6775) { in w83627ehf_resume()
2741 sio_data->kind = w83627ehf; in w83627ehf_find()
2745 sio_data->kind = w83627ehf; in w83627ehf_find()
2749 sio_data->kind = w83627dhg; in w83627ehf_find()
2753 sio_data->kind = w83627dhg_p; in w83627ehf_find()
2757 sio_data->kind = w83627uhg; in w83627ehf_find()
2761 sio_data->kind = w83667hg; in w83627ehf_find()
2765 sio_data->kind = w83667hg_b; in w83627ehf_find()
2769 sio_data->kind = nct6775; in w83627ehf_find()
2773 sio_data->kind = nct6776; in w83627ehf_find()