Searched refs:hid_ops (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/hid/bpf/ |
| H A D | hid_bpf_dispatch.c | 23 const struct hid_ops *hid_ops; variable 24 EXPORT_SYMBOL(hid_ops); 213 if (!hid_ops) in hid_get_device() 216 dev = bus_find_device(hid_ops->bus_type, NULL, &hid_id, device_match_id); in hid_get_device() 369 if (!hid_ops) in __hid_bpf_hw_check_params() 385 report = hid_ops->hid_get_report(report_enum, buf); in __hid_bpf_hw_check_params() 443 ret = hid_ops->hid_hw_raw_request(ctx->hid, in hid_bpf_hw_request() 491 ret = hid_ops->hid_hw_output_report(ctx->hid, dma_data, size, (u64)(long)ctx, true); in hid_bpf_hw_output_report() 513 return hid_ops->hid_input_report(ctx->hid, type, buf, size, size, 0, (u64)(long)ctx, true, in __hid_bpf_input_report()
|
| /linux/include/linux/ |
| H A D | hid_bpf.h | 65 struct hid_ops { struct 81 extern const struct hid_ops *hid_ops; argument
|
| /linux/drivers/hid/ |
| H A D | hid-core.c | 3235 static const struct hid_ops __hid_ops = { 3256 hid_ops = &__hid_ops; in hid_init() 3275 hid_ops = NULL; in hid_exit()
|