Searched refs:left_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 545 left_speed = i8k_get_fan_speed(data, I8K_FAN_LEFT); /* 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 | 513 u16 intensity, u16 left_speed, u16 right_speed, in steam_haptic_rumble() argument 521 report[5] = left_speed & 0xFF; in steam_haptic_rumble() 522 report[6] = left_speed >> 8; in steam_haptic_rumble()
|