drivers/hid/bpf/progs/hid_bpf.h

Source file repositories/reference/linux-study-clean/drivers/hid/bpf/progs/hid_bpf.h

File Facts

System
Linux kernel
Corpus path
drivers/hid/bpf/progs/hid_bpf.h
Extension
.h
Size
565 bytes
Lines
22
Domain
Driver Families
Bucket
drivers/hid
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

struct hid_bpf_probe_args {
	unsigned int hid;
	unsigned int rdesc_size;
	unsigned char rdesc[4096];
	int retval;
};

#endif /* ____HID_BPF__H */

Annotation

Implementation Notes