Home
last modified time | relevance | path

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

/drivers/hid/bpf/
A Dhid_bpf_dispatch.c22 const struct hid_ops *hid_ops; variable
23 EXPORT_SYMBOL(hid_ops);
210 if (!hid_ops) in hid_get_device()
213 dev = bus_find_device(hid_ops->bus_type, NULL, &hid_id, device_match_id); in hid_get_device()
367 if (!ctx || !hid_ops || !buf) in __hid_bpf_hw_check_params()
383 report = hid_ops->hid_get_report(report_enum, buf); in __hid_bpf_hw_check_params()
441 ret = hid_ops->hid_hw_raw_request(ctx->hid, in hid_bpf_hw_request()
487 ret = hid_ops->hid_hw_output_report(ctx->hid, dma_data, size, (u64)(long)ctx, true); in hid_bpf_hw_output_report()
509 return hid_ops->hid_input_report(ctx->hid, type, buf, size, 0, (u64)(long)ctx, true, in __hid_bpf_input_report()
/drivers/hid/
A Dhid-core.c3089 static const struct hid_ops __hid_ops = {
3110 hid_ops = &__hid_ops; in hid_init()
3129 hid_ops = NULL; in hid_exit()

Completed in 12 milliseconds