Home
last modified time | relevance | path

Searched refs:stable_count (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/input/keyboard/
Dimx_keypad.c64 int stable_count; member
222 keypad->stable_count = 0; in imx_keypad_check_for_events()
224 keypad->stable_count++; in imx_keypad_check_for_events()
230 if (keypad->stable_count < IMX_KEYPAD_SCANS_FOR_STABILITY) { in imx_keypad_check_for_events()
242 if (keypad->stable_count == IMX_KEYPAD_SCANS_FOR_STABILITY) { in imx_keypad_check_for_events()
308 keypad->stable_count = 0; in imx_keypad_irq_handler()
459 keypad->stable_count = 0; in imx_keypad_probe()
/linux-4.1.27/drivers/usb/phy/
Dphy-tegra-usb.c165 u8 stable_count; member
175 .stable_count = 0x2F,
183 .stable_count = 0x33,
191 .stable_count = 0x4B,
199 .stable_count = 0x66,
417 UTMIP_PLLU_STABLE_COUNT(phy->freq->stable_count); in utmi_phy_power_on()
/linux-4.1.27/drivers/clk/tegra/
Dclk-tegra114.c641 u8 stable_count; member
650 .stable_count = 0x33, .active_delay_count = 0x05,
653 .stable_count = 0x4B, .active_delay_count = 0x06,
656 .stable_count = 0x2F, .active_delay_count = 0x04,
659 .stable_count = 0x66, .active_delay_count = 0x09,
662 .stable_count = 0x41, .active_delay_count = 0x0A,
985 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); in tegra114_utmi_param_configure()
Dclk-tegra124.c736 u8 stable_count; member
745 .stable_count = 0x33, .active_delay_count = 0x05,
748 .stable_count = 0x4B, .active_delay_count = 0x06,
751 .stable_count = 0x2F, .active_delay_count = 0x04,
754 .stable_count = 0x66, .active_delay_count = 0x09,
757 .stable_count = 0x41, .active_delay_count = 0x0A,
1045 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); in tegra124_utmi_param_configure()
Dclk-tegra30.c220 u8 stable_count; member
888 utmi_parameters[i].stable_count); in tegra30_utmi_param_configure()