Home
last modified time | relevance | path

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

/linux-6.15/drivers/pps/generators/
H A Dpps_gen_tio.c71 static inline ktime_t first_event(struct pps_tio *tio) in first_event() function
180 hrtimer_start(&tio->timer, first_event(tio), HRTIMER_MODE_ABS); in pps_tio_gen_enable()
/linux-6.15/tools/perf/util/
H A Dpfm.c312 for (int i = pinfo.first_event; i != -1; i = pfm_get_event_next(i)) { in print_libpfm_events()
/linux-6.15/tools/testing/selftests/hid/progs/
H A Dhid.c33 struct hid_bpf_ops first_event = { variable
/linux-6.15/tools/testing/selftests/hid/
H A Dhid_bpf.c255 link = bpf_map__attach_struct_ops(self->skel->maps.first_event); in TEST_F()