Searched refs:left_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 679 left_speed = i8k_get_fan_speed(data, I8K_FAN_LEFT); /* 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 523 report[5] = left_speed & 0xFF; in steam_haptic_rumble() 524 report[6] = left_speed >> 8; in steam_haptic_rumble()
|