Searched refs:b13 (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/hid/ |
D | hid-steam.c | 1247 u8 b8, b9, b10, b11, b13, b14; in steam_do_deck_input_event() local 1254 b13 = data[13]; in steam_do_deck_input_event() 1305 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY1, !!(b13 & BIT(1))); in steam_do_deck_input_event() 1306 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY2, !!(b13 & BIT(2))); in steam_do_deck_input_event()
|
/Linux-v6.6/tools/perf/Documentation/ |
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…
|