Searched refs:b13 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/hid/ |
H A D | hid-steam.c | 1583 u8 b8, b9, b10, b11, b13, b14; in steam_do_deck_input_event() local 1590 b13 = data[13]; in steam_do_deck_input_event() 1652 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY1, !!(b13 & BIT(1))); in steam_do_deck_input_event() 1653 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY2, !!(b13 & BIT(2))); in steam_do_deck_input_event()
|
/linux/tools/perf/Documentation/ |
H A D | perf-probe.txt | 287 …./perf probe --target-ns <target pid> -x /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-0.b13.el7_3.x86…
|