Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dhid_bpf.h153 void hid_bpf_destroy_device(struct hid_device *hid);
161 static inline void hid_bpf_destroy_device(struct hid_device *hid) {} in hid_bpf_destroy_device() function
/linux-6.6.21/drivers/hid/bpf/
Dhid_bpf_dispatch.c518 void hid_bpf_destroy_device(struct hid_device *hdev) in hid_bpf_destroy_device() function
528 EXPORT_SYMBOL_GPL(hid_bpf_destroy_device);
/linux-6.6.21/drivers/hid/
Dhid-core.c2886 hid_bpf_destroy_device(hdev); in hid_destroy_device()