Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhid_bpf.h213 void hid_bpf_destroy_device(struct hid_device *hid);
229 static inline void hid_bpf_destroy_device(struct hid_device *hid) {} in hid_bpf_destroy_device() function
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c622 void hid_bpf_destroy_device(struct hid_device *hdev) in hid_bpf_destroy_device() function
635 EXPORT_SYMBOL_GPL(hid_bpf_destroy_device);
/linux/drivers/hid/
H A Dhid-core.c2974 hid_bpf_destroy_device(hdev); in hid_destroy_device()