Searched refs:stable_count (Results 1 – 5 of 5) sorted by relevance
/drivers/input/keyboard/ |
D | imx_keypad.c | 62 int stable_count; member 220 keypad->stable_count = 0; in imx_keypad_check_for_events() 222 keypad->stable_count++; in imx_keypad_check_for_events() 228 if (keypad->stable_count < IMX_KEYPAD_SCANS_FOR_STABILITY) { in imx_keypad_check_for_events() 240 if (keypad->stable_count == IMX_KEYPAD_SCANS_FOR_STABILITY) { in imx_keypad_check_for_events() 306 keypad->stable_count = 0; in imx_keypad_irq_handler() 457 keypad->stable_count = 0; in imx_keypad_probe()
|
/drivers/usb/phy/ |
D | phy-tegra-usb.c | 165 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()
|
/drivers/clk/tegra/ |
D | clk-tegra114.c | 639 u8 stable_count; member 648 .stable_count = 0x33, .active_delay_count = 0x05, 651 .stable_count = 0x4B, .active_delay_count = 0x06, 654 .stable_count = 0x2F, .active_delay_count = 0x04, 657 .stable_count = 0x66, .active_delay_count = 0x09, 660 .stable_count = 0x41, .active_delay_count = 0x0A, 987 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); in tegra114_utmi_param_configure()
|
D | clk-tegra124.c | 738 u8 stable_count; member 747 .stable_count = 0x33, .active_delay_count = 0x05, 750 .stable_count = 0x4B, .active_delay_count = 0x06, 753 .stable_count = 0x2F, .active_delay_count = 0x04, 756 .stable_count = 0x66, .active_delay_count = 0x09, 759 .stable_count = 0x41, .active_delay_count = 0x0A, 1046 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); in tegra124_utmi_param_configure()
|
D | clk-tegra30.c | 219 u8 stable_count; member 887 utmi_parameters[i].stable_count); in tegra30_utmi_param_configure()
|