Home
last modified time | relevance | path

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

/linux/samples/hid/
H A Dhid_surface_dial.c94 int haptic_fd, err; in set_haptic() local
100 haptic_fd = bpf_program__fd(skel->progs.set_haptic); in set_haptic()
101 if (haptic_fd < 0) { in set_haptic()
106 err = bpf_prog_test_run_opts(haptic_fd, &tattr); in set_haptic()