Searched refs:wakeup_int (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | core.c | 523 if (ci->wakeup_int) in ci_irq_handler() 527 ci->wakeup_int = true; in ci_irq_handler() 1347 if (ci->wakeup_int) { in ci_controller_resume() 1348 ci->wakeup_int = false; in ci_controller_resume()
|
H A D | ci.h | 205 * @wakeup_int: if wakeup interrupt occur 259 bool wakeup_int; member
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | core.c | 530 if (ci->wakeup_int) in ci_irq_handler() 534 ci->wakeup_int = true; in ci_irq_handler() 1371 if (ci->wakeup_int) { in ci_controller_resume() 1372 ci->wakeup_int = false; in ci_controller_resume()
|
H A D | ci.h | 210 * @wakeup_int: if wakeup interrupt occur 265 bool wakeup_int; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_sched.c | 2060 s64 bytes_per_sec, wakeup_int, wakeup_a, wakeup_b, wakeup_f; in ice_sched_calc_wakeup() local 2066 wakeup_int = div64_long(ICE_RL_PROF_FREQUENCY, bytes_per_sec); in ice_sched_calc_wakeup() 2067 if (wakeup_int > 63) { in ice_sched_calc_wakeup() 2068 wakeup = (u16)((1 << 15) | wakeup_int); in ice_sched_calc_wakeup() 2073 wakeup_b = (s64)ICE_RL_PROF_MULTIPLIER * wakeup_int; in ice_sched_calc_wakeup() 2087 wakeup |= (u16)(wakeup_int << 9); in ice_sched_calc_wakeup()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_sched.c | 3100 s64 bytes_per_sec, wakeup_int, wakeup_a, wakeup_b, wakeup_f; in ice_sched_calc_wakeup() local 3106 wakeup_int = div64_long(hw->psm_clk_freq, bytes_per_sec); in ice_sched_calc_wakeup() 3107 if (wakeup_int > 63) { in ice_sched_calc_wakeup() 3108 wakeup = (u16)((1 << 15) | wakeup_int); in ice_sched_calc_wakeup() 3113 wakeup_b = (s64)ICE_RL_PROF_MULTIPLIER * wakeup_int; in ice_sched_calc_wakeup() 3126 wakeup |= (u16)(wakeup_int << 9); in ice_sched_calc_wakeup()
|
Completed in 14 milliseconds