Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dehci-sched.c742 static int check_period( in check_period() function
783 if (!check_period(ehci, frame, uframe, qh->ps.bw_uperiod, qh->ps.usecs)) in check_intr_schedule()
797 if (!check_period(ehci, frame, i, in check_intr_schedule()
820 if (!check_period(ehci, frame, uframe + qh->gap_uf + 1, in check_intr_schedule()
823 if (!check_period(ehci, frame, uframe + qh->gap_uf, in check_intr_schedule()
H A Doxu210hp-hcd.c2482 static int check_period(struct oxu_hcd *oxu, in check_period() function
2533 if (!check_period(oxu, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
/openbmc/linux/arch/x86/events/
H A Dcore.c2648 if (x86_pmu.check_period && x86_pmu.check_period(event, value)) in x86_pmu_check_period()
2705 .check_period = x86_pmu_check_period,
H A Dperf_event.h928 int (*check_period) (struct perf_event *event, u64 period); member
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c3667 static int check_period(struct fotg210_hcd *fotg210, unsigned frame, in check_period() function
3716 if (!check_period(fotg210, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
3736 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, in check_intr_schedule()
3739 if (!check_period(fotg210, frame, uframe + qh->gap_uf, in check_intr_schedule()
/openbmc/linux/include/linux/
H A Dperf_event.h542 int (*check_period) (struct perf_event *event, u64 value); /* optional */ member
/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c2082 .check_period = cpumsf_pmu_check_period,
/openbmc/linux/arch/x86/events/intel/
H A Dcore.c5059 .check_period = intel_pmu_check_period,
5109 .check_period = intel_pmu_check_period,
/openbmc/linux/kernel/events/
H A Dcore.c5853 return event->pmu->check_period(event, value); in perf_event_check_period()
11630 if (!pmu->check_period) in perf_pmu_register()
11631 pmu->check_period = perf_event_nop_int; in perf_pmu_register()