Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-core.c730 * Otherwise, it is either equal to dev_rdesc or bpf_rdesc, in in hid_close_report()
733 if (device->rdesc != device->dev_rdesc && device->rdesc != device->bpf_rdesc) in hid_close_report()
749 /* bpf_rdesc is either equal to dev_rdesc or allocated by call_hid_bpf_rdesc_fixup() */ in hid_free_bpf_rdesc()
750 if (hdev->bpf_rdesc != hdev->dev_rdesc) in hid_free_bpf_rdesc()
751 kfree(hdev->bpf_rdesc); in hid_free_bpf_rdesc()
752 hdev->bpf_rdesc = NULL; in hid_free_bpf_rdesc()
952 if (hid->bpf_rdesc && hid->bpf_rsize) { in hid_scan_report()
953 start = hid->bpf_rdesc; in hid_scan_report()
1353 start = device->bpf_rdesc; in hid_open_report()
2788 const __u8 *original_rdesc = hdev->bpf_rdesc; in __hid_device_probe()
[all...]
/linux/include/linux/
H A Dhid.h674 const __u8 *bpf_rdesc; /* bpf modified report descriptor, if any */ member