Searched refs:fixed_duty_cmd (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hwmon/
H A Dnzxt-kraken3.c354 u8 fixed_duty_cmd[SET_CURVE_DUTY_CMD_LENGTH]; local
358 memcpy(fixed_duty_cmd, set_pump_duty_cmd_header, SET_CURVE_DUTY_CMD_HEADER_LENGTH);
361 fixed_duty_cmd[SET_DUTY_ID_OFFSET] = channel + 1;
364 memcpy(fixed_duty_cmd + SET_CURVE_DUTY_CMD_HEADER_LENGTH, curve_array, CUSTOM_CURVE_POINTS);
366 ret = kraken3_write_expanded(priv, fixed_duty_cmd, SET_CURVE_DUTY_CMD_LENGTH);

Completed in 206 milliseconds