Searched refs:active_delay (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/reset/ |
H A D | gpio-poweroff.c | 25 static u32 active_delay = 100; variable 34 mdelay(active_delay); in gpio_poweroff_do_poweroff() 68 device_property_read_u32(&pdev->dev, "active-delay-ms", &active_delay); in gpio_poweroff_probe()
|
/kernel/linux/linux-6.6/drivers/power/reset/ |
H A D | gpio-poweroff.c | 26 static u32 active_delay = 100; variable 35 mdelay(active_delay); in gpio_poweroff_do_poweroff() 69 device_property_read_u32(&pdev->dev, "active-delay-ms", &active_delay); in gpio_poweroff_probe()
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy-tegra-usb.c | 158 u8 active_delay; member 168 .active_delay = 0x04, 176 .active_delay = 0x05, 184 .active_delay = 0x06, 192 .active_delay = 0x09, 494 val |= UTMIP_PLL_ACTIVE_DLY_COUNT(phy->freq->active_delay) | in utmi_phy_power_on()
|
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A D | phy-tegra-usb.c | 176 u8 active_delay; member 186 .active_delay = 0x04, 194 .active_delay = 0x05, 202 .active_delay = 0x06, 210 .active_delay = 0x09, 528 val |= UTMIP_PLL_ACTIVE_DLY_COUNT(phy->freq->active_delay) | in utmi_phy_power_on()
|
Completed in 8 milliseconds