Lines Matching full:duty
30 /* Cooler duty report offsets */
40 /* Controller duty report offsets */
100 u8 duty_input[3]; /* Pump, internal fan and controller fan duty in PWM */
223 /* Retrieve cooler duty */ in rog_ryujin_get_status()
230 /* Retrieve controller duty */ in rog_ryujin_get_status()
303 * Retrieve cooler duty since both pump and internal fan are set in rog_ryujin_write_fixed_duty()
321 /* Cooler pump duty */ in rog_ryujin_write_fixed_duty()
326 /* Cooler internal fan duty */ in rog_ryujin_write_fixed_duty()
339 * Controller fan duty (channel == 2). No need to retrieve current in rog_ryujin_write_fixed_duty()
340 * duty, so just send the command. in rog_ryujin_write_fixed_duty()
445 * We received a report with zeroes for duty in both places. in rog_ryujin_raw_event()
468 /* Received report for controller duty for fans (in PWM) */ in rog_ryujin_raw_event()
471 * We received a report with a zero for duty. The device returns this as in rog_ryujin_raw_event()
472 * a confirmation that setting the controller duty value was successful. in rog_ryujin_raw_event()
479 * We didn't initiate a write, but received a zero for duty. in rog_ryujin_raw_event()
480 * This means that either the duty is actually zero, or that in rog_ryujin_raw_event()