Searched refs:rw_data (Results 1 – 3 of 3) sorted by relevance
20 __u8 *rw_data = hid_bpf_get_data(hid_ctx, 0 /* offset */, 3 /* size */); in BPF_PROG() local22 if (!rw_data) in BPF_PROG()25 callback_check = rw_data[1]; in BPF_PROG()27 rw_data[2] = rw_data[1] + 5; in BPF_PROG()40 __u8 *rw_data = hid_bpf_get_data(hid_ctx, 0 /* offset */, 3 /* size */); in __hid_subprog_first_event() local42 if (!rw_data) in __hid_subprog_first_event()45 rw_data[2] = rw_data[1] + 5; in __hid_subprog_first_event()65 __u8 *rw_data = hid_bpf_get_data(hid_ctx, 0 /* offset */, 4 /* size */); in BPF_PROG() local67 if (!rw_data) in BPF_PROG()70 rw_data[3] = rw_data[2] + 5; in BPF_PROG()[all …]
133 ifs_devices[i].rw_data.generation = FIELD_GET(MSR_INTEGRITY_CAPS_SAF_GEN_MASK, in ifs_init()135 ifs_devices[i].rw_data.array_gen = (u32)m->driver_data; in ifs_init()
384 struct ifs_data rw_data; member393 return &d->rw_data; in ifs_get_data()