Lines Matching defs:hid_id
89 static int attach_prog(struct hid_surface_dial *skel, struct bpf_program *prog, int hid_id)
92 .hid = hid_id,
111 hid_id, err);
117 static int set_haptic(struct hid_surface_dial *skel, int hid_id)
120 .hid = hid_id,
138 hid_id, err);
150 int opt, hid_id, resolution = 72;
198 hid_id = get_hid_id(sysfs_path);
199 if (hid_id < 0) {
212 attach_prog(skel, prog, hid_id);
218 set_haptic(skel, hid_id);