Searched refs:got_wrong (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/input/serio/ |
D | hil_mlc.c | 448 #define EXPECT(comp, to, got, got_wrong, timed_out) \ argument 449 { HILSE_EXPECT, { .packet = comp }, to, got, got_wrong, timed_out }, 450 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \ argument 451 { HILSE_EXPECT_LAST, { .packet = comp }, to, got, got_wrong, timed_out }, 452 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \ argument 453 { HILSE_EXPECT_DISC, { .packet = comp }, to, got, got_wrong, timed_out },
|