drivers/hid/bpf/hid_bpf_dispatch.h

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

File Facts

System
Linux kernel
Corpus path
drivers/hid/bpf/hid_bpf_dispatch.h
Extension
.h
Size
509 bytes
Lines
23
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_ctx_kern {
	struct hid_bpf_ctx ctx;
	u8 *data;
	bool from_bpf;
};

struct hid_device *hid_get_device(unsigned int hid_id);
void hid_put_device(struct hid_device *hid);
int hid_bpf_allocate_event_data(struct hid_device *hdev);
void __hid_bpf_ops_destroy_device(struct hid_device *hdev);
int hid_bpf_reconnect(struct hid_device *hdev);

struct bpf_prog;

#endif

Annotation

Implementation Notes