Home
last modified time | relevance | path

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

/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c219 unsigned int i, j, max_report_len = 0; in __hid_bpf_allocate_data() local
230 max_report_len = max(max_report_len, hid_report_len(report)); in __hid_bpf_allocate_data()
240 alloc_size = DIV_ROUND_UP(max_report_len, 64) * 64; in __hid_bpf_allocate_data()