Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dehci-sched.c755 static int check_period( in check_period() function
796 if (!check_period(ehci, frame, uframe, qh->ps.bw_uperiod, qh->ps.usecs)) in check_intr_schedule()
810 if (!check_period(ehci, frame, i, in check_intr_schedule()
833 if (!check_period(ehci, frame, uframe + qh->gap_uf + 1, in check_intr_schedule()
836 if (!check_period(ehci, frame, uframe + qh->gap_uf, in check_intr_schedule()
Dfotg210-hcd.c3674 static int check_period(struct fotg210_hcd *fotg210, unsigned frame, in check_period() function
3723 if (!check_period(fotg210, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
3743 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, in check_intr_schedule()
3746 if (!check_period(fotg210, frame, uframe + qh->gap_uf, in check_intr_schedule()
Doxu210hp-hcd.c2483 static int check_period(struct oxu_hcd *oxu, in check_period() function
2534 if (!check_period(oxu, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c945 u8 adopt = 1, check_period = 5; in rtl8723b_set_FwKeepAlive_cmd() local
951 SET_8723B_H2CCMD_KEEPALIVE_PARM_CHECK_PERIOD(u1H2CKeepAliveParm, check_period); in rtl8723b_set_FwKeepAlive_cmd()
961 u8 adopt = 1, check_period = 10, trypkt_num = 0; in rtl8723b_set_FwDisconDecision_cmd() local
966 SET_8723B_H2CCMD_DISCONDECISION_PARM_CHECK_PERIOD(u1H2CDisconDecisionParm, check_period); in rtl8723b_set_FwDisconDecision_cmd()
/Linux-v5.4/arch/x86/events/
Dcore.c2254 if (x86_pmu.check_period && x86_pmu.check_period(event, value)) in x86_pmu_check_period()
2300 .check_period = x86_pmu_check_period,
Dperf_event.h704 int (*check_period) (struct perf_event *event, u64 period); member
/Linux-v5.4/include/linux/
Dperf_event.h468 int (*check_period) (struct perf_event *event, u64 value); /* optional */ member
/Linux-v5.4/arch/s390/kernel/
Dperf_cpum_sf.c2001 .check_period = cpumsf_pmu_check_period,
/Linux-v5.4/arch/x86/events/intel/
Dcore.c3916 .check_period = intel_pmu_check_period,
3958 .check_period = intel_pmu_check_period,
/Linux-v5.4/kernel/events/
Dcore.c5106 return event->pmu->check_period(event, value); in perf_event_check_period()
10126 if (!pmu->check_period) in perf_pmu_register()
10127 pmu->check_period = perf_event_nop_int; in perf_pmu_register()