Searched refs:right_speed (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | dell-smm-hwmon.c | 674 int left_fan, right_fan, left_speed, right_speed; in i8k_proc_show() local 680 right_speed = i8k_get_fan_speed(data, I8K_FAN_RIGHT); /* 580 µs */ in i8k_proc_show() 706 left_fan, right_fan, left_speed, right_speed, in i8k_proc_show()
|
| /linux/drivers/hid/ |
| H A D | hid-steam.c | 515 u16 intensity, u16 left_speed, u16 right_speed, in steam_haptic_rumble() argument 525 report[7] = right_speed & 0xFF; in steam_haptic_rumble() 526 report[8] = right_speed >> 8; in steam_haptic_rumble()
|