Searched refs:b13 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/c6x/include/uapi/asm/ |
H A D | ptrace.h | 140 REG_PAIR(b13, b12);
|
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | asm-offsets.c | 80 OFFSET(REGS_B13, pt_regs, b13); in foo()
|
H A D | traps.c | 47 pr_err("A13: %08lx B13: %08lx\n", regs->a13, regs->b13); in show_regs()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A 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()
|
Completed in 4 milliseconds