Home
last modified time | relevance | path

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

/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c22 const struct hid_ops *hid_ops; variable
23 EXPORT_SYMBOL(hid_ops);
201 if (!hid_ops) in hid_get_device()
204 dev = bus_find_device(hid_ops->bus_type, NULL, &hid_id, device_match_id); in hid_get_device()
358 if (!ctx || !hid_ops || !buf) in __hid_bpf_hw_check_params()
374 report = hid_ops->hid_get_report(report_enum, buf); in __hid_bpf_hw_check_params()
432 ret = hid_ops->hid_hw_raw_request(ctx->hid, in hid_bpf_hw_request()
478 ret = hid_ops->hid_hw_output_report(ctx->hid, dma_data, size, (u64)(long)ctx, true); in hid_bpf_hw_output_report()
500 return hid_ops->hid_input_report(ctx->hid, type, buf, size, 0, (u64)(long)ctx, true, in __hid_bpf_input_report()
/linux/include/linux/
H A Dhid_bpf.h65 struct hid_ops { struct
81 extern const struct hid_ops *hid_ops; argument
/linux/drivers/hid/
H A Dhid-core.c3067 static const struct hid_ops __hid_ops = {
3088 hid_ops = &__hid_ops; in hid_init()
3107 hid_ops = NULL; in hid_exit()