Searched refs:bpf_rdesc (Results 1 – 2 of 2) sorted by relevance
727 * Otherwise, it is either equal to dev_rdesc or bpf_rdesc, in in hid_close_report() 730 if (device->rdesc != device->dev_rdesc && device->rdesc != device->bpf_rdesc) in hid_close_report() 746 /* bpf_rdesc is either equal to dev_rdesc or allocated by call_hid_bpf_rdesc_fixup() */ in hid_free_bpf_rdesc() 747 if (hdev->bpf_rdesc != hdev->dev_rdesc) in hid_free_bpf_rdesc() 748 kfree(hdev->bpf_rdesc); in hid_free_bpf_rdesc() 749 hdev->bpf_rdesc = NULL; in hid_free_bpf_rdesc() 1271 start = device->bpf_rdesc; in hid_open_report() 2724 hdev->bpf_rdesc = call_hid_bpf_rdesc_fixup(hdev, hdev->dev_rdesc, in __hid_device_probe()
611 const __u8 *bpf_rdesc; /* bpf modified report descriptor, if any */ member