Searched refs:check_period (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.10/drivers/usb/host/ |
| D | ehci-sched.c | 735 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()
|
| D | fotg210-hcd.c | 3672 static int check_period(struct fotg210_hcd *fotg210, unsigned frame, in check_period() function 3721 if (!check_period(fotg210, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule() 3741 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 3744 if (!check_period(fotg210, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
| D | oxu210hp-hcd.c | 2481 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()
|
| /Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
| D | rtl8723b_cmd.c | 948 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()
|
| /Linux-v5.10/arch/x86/events/ |
| D | core.c | 2433 if (x86_pmu.check_period && x86_pmu.check_period(event, value)) in x86_pmu_check_period() 2479 .check_period = x86_pmu_check_period,
|
| D | perf_event.h | 810 int (*check_period) (struct perf_event *event, u64 period); member
|
| /Linux-v5.10/include/linux/ |
| D | perf_event.h | 515 int (*check_period) (struct perf_event *event, u64 value); /* optional */ member
|
| /Linux-v5.10/arch/s390/kernel/ |
| D | perf_cpum_sf.c | 2035 .check_period = cpumsf_pmu_check_period,
|
| /Linux-v5.10/arch/x86/events/intel/ |
| D | core.c | 4287 .check_period = intel_pmu_check_period, 4335 .check_period = intel_pmu_check_period,
|
| /Linux-v5.10/kernel/events/ |
| D | core.c | 5394 return event->pmu->check_period(event, value); in perf_event_check_period() 10825 if (!pmu->check_period) in perf_pmu_register() 10826 pmu->check_period = perf_event_nop_int; in perf_pmu_register()
|