Searched refs:hid_ops (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/hid/bpf/ |
| A D | hid_bpf_dispatch.c | 22 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() 356 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() 435 ret = hid_ops->hid_hw_raw_request(hdev, in hid_bpf_hw_request() 484 ret = hid_ops->hid_hw_output_report(hdev, dma_data, size, (u64)(long)ctx, true); in hid_bpf_hw_output_report() 506 return hid_ops->hid_input_report(ctx->hid, type, buf, size, 0, (u64)(long)ctx, true, in __hid_bpf_input_report()
|
| /linux/include/linux/ |
| A D | hid_bpf.h | 65 struct hid_ops { struct 81 extern struct hid_ops *hid_ops; argument
|
| /linux/drivers/hid/ |
| A D | hid-core.c | 3046 static struct hid_ops __hid_ops = { 3067 hid_ops = &__hid_ops; in hid_init() 3086 hid_ops = NULL; in hid_exit()
|
Completed in 12 milliseconds