Searched refs:check_period (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ehci-sched.c | 755 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()
|
D | fotg210-hcd.c | 3668 static int check_period(struct fotg210_hcd *fotg210, unsigned frame, in check_period() function 3717 if (!check_period(fotg210, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule() 3737 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 3740 if (!check_period(fotg210, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
D | oxu210hp-hcd.c | 2044 static int check_period(struct oxu_hcd *oxu, in check_period() function 2095 if (!check_period(oxu, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_cmd.c | 949 u8 adopt = 1, check_period = 5; in rtl8723b_set_FwKeepAlive_cmd() local 955 SET_8723B_H2CCMD_KEEPALIVE_PARM_CHECK_PERIOD(u1H2CKeepAliveParm, check_period); in rtl8723b_set_FwKeepAlive_cmd() 965 u8 adopt = 1, check_period = 10, trypkt_num = 0; in rtl8723b_set_FwDisconDecision_cmd() local 970 SET_8723B_H2CCMD_DISCONDECISION_PARM_CHECK_PERIOD(u1H2CDisconDecisionParm, check_period); in rtl8723b_set_FwDisconDecision_cmd()
|