Searched full:pwm_start (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | nct6775.h | 63 const u16 *REG_PWM[7]; /* [0]=pwm, [1]=pwm_start, [2]=pwm_floor, 136 u8 pwm[7][NUM_FAN]; /* [0]=pwm, [1]=pwm_start, [2]=pwm_floor,
|
H A D | w83793.c | 156 #define PWM_START 1 macro 1043 show_pwm, store_pwm, PWM_START, index - 1), \ 2003 data->pwm[i][PWM_START] = in w83793_update_nonvolatile() 2004 w83793_read_value(client, W83793_REG_PWM(i, PWM_START)); in w83793_update_nonvolatile()
|
H A D | w83795.c | 185 #define PWM_START 2 macro 1648 show_pwm, store_pwm, PWM_START, index - 1), \
|
H A D | nct6775-core.c | 3316 SENSOR_TEMPLATE_2(pwm_start, "pwm%d_start", 0644, show_pwm, store_pwm, 0, 1);
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83793.c | 156 #define PWM_START 1 macro 1043 show_pwm, store_pwm, PWM_START, index - 1), \ 2005 data->pwm[i][PWM_START] = in w83793_update_nonvolatile() 2006 w83793_read_value(client, W83793_REG_PWM(i, PWM_START)); in w83793_update_nonvolatile()
|
H A D | w83795.c | 185 #define PWM_START 2 macro 1648 show_pwm, store_pwm, PWM_START, index - 1), \
|
H A D | nct6775.c | 1110 const u16 *REG_PWM[7]; /* [0]=pwm, [1]=pwm_start, [2]=pwm_floor, 1178 u8 pwm[7][NUM_FAN]; /* [0]=pwm, [1]=pwm_start, [2]=pwm_floor, 3293 SENSOR_TEMPLATE_2(pwm_start, "pwm%d_start", S_IWUSR | S_IRUGO, show_pwm,
|
Completed in 34 milliseconds