Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-sched.c735 static int check_period( in check_period() function
776 if (!check_period(ehci, frame, uframe, qh->ps.bw_uperiod, qh->ps.usecs)) in check_intr_schedule()
790 if (!check_period(ehci, frame, i, in check_intr_schedule()
813 if (!check_period(ehci, frame, uframe + qh->gap_uf + 1, in check_intr_schedule()
816 if (!check_period(ehci, frame, uframe + qh->gap_uf, in check_intr_schedule()
H A Dfotg210-hcd.c3666 static int check_period(struct fotg210_hcd *fotg210, unsigned frame, in check_period() function
3715 if (!check_period(fotg210, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
3735 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, in check_intr_schedule()
3738 if (!check_period(fotg210, frame, uframe + qh->gap_uf, in check_intr_schedule()
H A Doxu210hp-hcd.c2481 static int check_period(struct oxu_hcd *oxu, in check_period() function
2532 if (!check_period(oxu, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c948 u8 adopt = 1, check_period = 5; in rtl8723b_set_FwKeepAlive_cmd() local
954 SET_8723B_H2CCMD_KEEPALIVE_PARM_CHECK_PERIOD(u1H2CKeepAliveParm, check_period); in rtl8723b_set_FwKeepAlive_cmd()
964 u8 adopt = 1, check_period = 10, trypkt_num = 0; in rtl8723b_set_FwDisconDecision_cmd() local
969 SET_8723B_H2CCMD_DISCONDECISION_PARM_CHECK_PERIOD(u1H2CDisconDecisionParm, check_period); in rtl8723b_set_FwDisconDecision_cmd()
/kernel/linux/linux-5.10/arch/x86/events/
H A Dcore.c2445 if (x86_pmu.check_period && x86_pmu.check_period(event, value)) in x86_pmu_check_period()
2491 .check_period = x86_pmu_check_period,
H A Dperf_event.h812 int (*check_period) (struct perf_event *event, u64 period); member
/kernel/linux/linux-6.6/arch/x86/events/
H A Dcore.c2642 if (x86_pmu.check_period && x86_pmu.check_period(event, value)) in x86_pmu_check_period()
2699 .check_period = x86_pmu_check_period,
H A Dperf_event.h928 int (*check_period) (struct perf_event *event, u64 period); member
/kernel/linux/linux-5.10/include/linux/
H A Dperf_event.h515 int (*check_period) (struct perf_event *event, u64 value); /* optional */ member
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/include/linux/
H A Dperf_event.h542 int (*check_period) (struct perf_event *event, u64 value); /* optional */ member
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dperf_cpum_sf.c2058 .check_period = cpumsf_pmu_check_period,
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dperf_cpum_sf.c2084 .check_period = cpumsf_pmu_check_period,
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dcore.c4300 .check_period = intel_pmu_check_period,
4348 .check_period = intel_pmu_check_period,
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dcore.c4950 .check_period = intel_pmu_check_period,
5000 .check_period = intel_pmu_check_period,
/kernel/linux/linux-5.10/kernel/events/
H A Dcore.c5578 return event->pmu->check_period(event, value); in perf_event_check_period()
11042 if (!pmu->check_period) in perf_pmu_register()
11043 pmu->check_period = perf_event_nop_int; in perf_pmu_register()
/kernel/linux/linux-6.6/kernel/events/
H A Dcore.c5802 return event->pmu->check_period(event, value); in perf_event_check_period()
11567 if (!pmu->check_period) in perf_pmu_register()
11568 pmu->check_period = perf_event_nop_int; in perf_pmu_register()

Completed in 94 milliseconds