Searched refs:w83627hf (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | w83627hf_wdt.c | 3 * w83627hf/thf WDT driver 39 #define WATCHDOG_NAME "w83627hf/thf/hg/dhg WDT" 49 enum chips { w83627hf, w83627s, w83697hf, w83697ug, w83637hf, w83627thf, enumerator 167 case w83627hf: in w83627hf_init() 350 ret = w83627hf; in wdt_find() 541 MODULE_DESCRIPTION("w83627hf/thf WDT driver");
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | w83627hf_wdt.c | 3 * w83627hf/thf WDT driver 39 #define WATCHDOG_NAME "w83627hf/thf/hg/dhg WDT" 49 enum chips { w83627hf, w83627s, w83697hf, w83697ug, w83637hf, w83627thf, enumerator 171 case w83627hf: in w83627hf_init() 358 ret = w83627hf; in wdt_find() 549 MODULE_DESCRIPTION("w83627hf/thf WDT driver");
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83627hf.c | 3 * w83627hf.c - Part of lm_sensors, Linux kernel modules for hardware 16 * w83627hf 9 3 2 3 0x20 0x5ca3 no yes(LPC) 48 #define DRVNAME "w83627hf" 49 enum chips { w83627hf, w83627thf, w83697hf, w83637hf, w83687thf }; enumerator 78 #define W83627HF_LD_CIR 0x06 /* w83627hf only */ 219 #define W836X7HF_REG_PWM(type, nr) (((type) == w83627hf) ? \ 424 ((data->type != w83627hf && data->type != w83697hf) in w83627hf_resume() 1125 if (data->type == w83627hf) in pwm_freq_show() 1149 if (data->type == w83627hf) { in pwm_freq_store() 1270 sio_data->type = w83627hf; in w83627hf_find() [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83627hf.c | 3 * w83627hf.c - Part of lm_sensors, Linux kernel modules for hardware 16 * w83627hf 9 3 2 3 0x20 0x5ca3 no yes(LPC) 48 #define DRVNAME "w83627hf" 49 enum chips { w83627hf, w83627thf, w83697hf, w83637hf, w83687thf }; enumerator 78 #define W83627HF_LD_CIR 0x06 /* w83627hf only */ 219 #define W836X7HF_REG_PWM(type, nr) (((type) == w83627hf) ? \ 490 ((data->type != w83627hf && data->type != w83697hf) in w83627hf_update_device() 517 (data->type == w83627hf || data->type == w83697hf)) in w83627hf_update_device() 520 if (data->type == w83627hf) { in w83627hf_update_device() 534 if (data->type != w83627hf) { in w83627hf_update_device() [all...] |
H A D | Makefile | 19 obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o
|
Completed in 6 milliseconds