Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dehci-sched.c741 static int check_period( in check_period() function
782 if (!check_period(ehci, frame, uframe, qh->ps.bw_uperiod, qh->ps.usecs)) in check_intr_schedule()
796 if (!check_period(ehci, frame, i, in check_intr_schedule()
819 if (!check_period(ehci, frame, uframe + qh->gap_uf + 1, in check_intr_schedule()
822 if (!check_period(ehci, frame, uframe + qh->gap_uf, in check_intr_schedule()
H A Doxu210hp-hcd.c2458 static int check_period(struct oxu_hcd *oxu, in check_period() function
2509 if (!check_period(oxu, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
/linux/arch/x86/events/
H A Dcore.c2743 if (x86_pmu.check_period && x86_pmu.check_period(event, value)) in x86_pmu_check_period()
2799 .check_period = x86_pmu_check_period,
H A Dperf_event.h1041 int (*check_period) (struct perf_event *event, u64 period); member
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c3663 static int check_period(struct fotg210_hcd *fotg210, unsigned frame, in check_period() function
3712 if (!check_period(fotg210, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
3732 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, in check_intr_schedule()
3735 if (!check_period(fotg210, frame, uframe + qh->gap_uf, in check_intr_schedule()
/linux/include/linux/
H A Dperf_event.h591 int (*check_period) (struct perf_event *event, u64 value); /* optional */ member
/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c1914 .check_period = cpumsf_pmu_check_period,
/linux/arch/x86/events/intel/
H A Dcore.c6359 .check_period = intel_pmu_check_period,
6409 .check_period = intel_pmu_check_period,
/linux/kernel/events/
H A Dcore.c6543 return event->pmu->check_period(event, value); in perf_event_check_period()
12875 if (!pmu->check_period) in DEFINE_FREE()
12876 pmu->check_period = perf_event_nop_int; in DEFINE_FREE()