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

/linux-master/drivers/usb/host/
H A Dehci-sched.c742 static int check_period( function
783 if (!check_period(ehci, frame, uframe, qh->ps.bw_uperiod, qh->ps.usecs))
797 if (!check_period(ehci, frame, i,
820 if (!check_period(ehci, frame, uframe + qh->gap_uf + 1,
823 if (!check_period(ehci, frame, uframe + qh->gap_uf,
H A Doxu210hp-hcd.c2482 static int check_period(struct oxu_hcd *oxu, function
2533 if (!check_period(oxu, frame, uframe, qh->period, qh->usecs))
/linux-master/arch/x86/events/
H A Dcore.c2643 if (x86_pmu.check_period && x86_pmu.check_period(event, value))
2700 .check_period = x86_pmu_check_period,
H A Dperf_event.h942 int (*check_period) (struct perf_event *event, u64 period); member in struct:x86_pmu
/linux-master/include/linux/
H A Dperf_event.h542 int (*check_period) (struct perf_event *event, u64 value); /* optional */ member in struct:pmu
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c3663 static int check_period(struct fotg210_hcd *fotg210, unsigned frame, function
3712 if (!check_period(fotg210, frame, uframe, qh->period, qh->usecs))
3732 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1,
3735 if (!check_period(fotg210, frame, uframe + qh->gap_uf,
/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c2084 .check_period = cpumsf_pmu_check_period,
/linux-master/arch/x86/events/intel/
H A Dcore.c5090 .check_period = intel_pmu_check_period,
5140 .check_period = intel_pmu_check_period,
/linux-master/kernel/events/
H A Dcore.c5814 return event->pmu->check_period(event, value);
11583 if (!pmu->check_period)
11584 pmu->check_period = perf_event_nop_int;

Completed in 346 milliseconds