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