Home
last modified time | relevance | path

Searched refs:PAD_REPORT_ID (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hid/bpf/progs/
H A DXPPen__DecoMini4.bpf.c14 #define PAD_REPORT_ID 0x06 macro
181 if (data[0] != PAD_REPORT_ID) in SEC()
196 __u8 report[8] = {PAD_REPORT_ID, button_mask, 0x00}; in SEC()