Searched refs:hid_bpf_ops (Results 1 – 3 of 3) sorted by relevance
24 struct hid_bpf_ops *hid_bpf_ops; variable25 EXPORT_SYMBOL(hid_bpf_ops);297 if (!hid_bpf_ops) in hid_bpf_attach_prog()303 dev = bus_find_device(hid_bpf_ops->bus_type, NULL, &hid_id, device_match_id); in hid_bpf_attach_prog()348 if (!hid_bpf_ops) in hid_bpf_allocate_context()351 dev = bus_find_device(hid_bpf_ops->bus_type, NULL, &hid_id, device_match_id); in hid_bpf_allocate_context()412 if (!ctx || !hid_bpf_ops || !buf) in hid_bpf_hw_request()442 report = hid_bpf_ops->hid_get_report(report_enum, buf); in hid_bpf_hw_request()455 ret = hid_bpf_ops->hid_hw_raw_request(hdev, in hid_bpf_hw_request()
111 struct hid_bpf_ops { struct121 extern struct hid_bpf_ops *hid_bpf_ops; argument
2976 static struct hid_bpf_ops hid_ops = {2995 hid_bpf_ops = &hid_ops; in hid_init()3014 hid_bpf_ops = NULL; in hid_exit()