/openbmc/linux/drivers/scsi/pcmcia/ |
H A D | aha152x_stub.c | 68 static int reset_delay = 100; variable 75 module_param(reset_delay, int, 0); 172 s.delay = reset_delay; in aha152x_config_cs()
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-samsung-ld9040.c | 98 u32 reset_delay; member 209 msleep(ctx->reset_delay); in ld9040_power_on() 211 msleep(ctx->reset_delay); in ld9040_power_on() 307 of_property_read_u32(np, "reset-delay", &ctx->reset_delay); in ld9040_parse_dt()
|
H A D | panel-samsung-s6e8aa0.c | 101 u32 reset_delay; member 871 msleep(ctx->reset_delay); in s6e8aa0_power_on() 965 of_property_read_u32(np, "reset-delay", &ctx->reset_delay); in s6e8aa0_parse_dt()
|
/openbmc/u-boot/include/ |
H A D | exynos_lcd.h | 54 unsigned int reset_delay; member
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dpio_phy.c | 145 int reset_delay; member 191 .reset_delay = 20, 201 .reset_delay = 20, 211 .reset_delay = 20, 446 if (phy_info->reset_delay) in _bxt_ddi_phy_init() 447 udelay(phy_info->reset_delay); in _bxt_ddi_phy_init()
|
/openbmc/linux/include/linux/ |
H A D | lcd.h | 86 unsigned int reset_delay; member
|
/openbmc/u-boot/drivers/net/ |
H A D | fec_mxc.c | 1310 mdelay(priv->reset_delay); in fec_gpio_reset() 1467 priv->reset_delay = dev_read_u32_default(dev, "phy-reset-duration", 1); in fecmxc_ofdata_to_platdata() 1468 if (priv->reset_delay > 1000) { in fecmxc_ofdata_to_platdata() 1471 priv->reset_delay = 1; in fecmxc_ofdata_to_platdata()
|
H A D | fec_mxc.h | 260 uint32_t reset_delay; member
|
/openbmc/u-boot/drivers/video/exynos/ |
H A D | exynos_fb.c | 75 unsigned int reset_delay; member 587 priv->reset_delay = fdtdec_get_int(blob, node, in exynos_fb_ofdata_to_platdata()
|
/openbmc/linux/drivers/video/backlight/ |
H A D | lms501kf03.c | 233 msleep(pd->reset_delay); in lms501kf03_power_on()
|
H A D | ams369fg06.c | 326 msleep(pd->reset_delay); in ams369fg06_power_on()
|
/openbmc/linux/Documentation/scsi/ |
H A D | dc395x.rst | 92 reset_delay
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_mr.h | 218 uint8_t reset_delay; member
|
H A D | qla_fw.h | 254 uint8_t reset_delay; member 2023 uint8_t reset_delay; member
|
H A D | qla_init.c | 5312 nv->reset_delay = 5; in qla2x00_nvram_config() 5442 ha->loop_reset_delay = nv->reset_delay; in qla2x00_nvram_config() 7966 nv->reset_delay = 5; in qla24xx_nvram_config() 8065 ha->loop_reset_delay = nv->reset_delay; in qla24xx_nvram_config() 9199 nv->reset_delay = 5; in qla81xx_nvram_config() 9315 ha->loop_reset_delay = nv->reset_delay; in qla81xx_nvram_config()
|
H A D | qla_def.h | 1874 uint8_t reset_delay; member
|
/openbmc/linux/drivers/scsi/ |
H A D | qla1280.c | 2540 uint16_t reset_delay; in qla1280_bus_reset() local 2549 reset_delay = ha->bus_settings[bus].bus_reset_delay; in qla1280_bus_reset() 2551 mb[1] = reset_delay; in qla1280_bus_reset() 2561 ssleep(reset_delay); in qla1280_bus_reset()
|
H A D | dc395x.c | 553 module_param_named(reset_delay, cfg_data[CFG_RESET_DELAY].value, int, 0); 554 MODULE_PARM_DESC(reset_delay, "Reset delay in seconds. Default 1 (0-180)");
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.h | 4730 __le32 reset_delay; member
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.h | 5608 u32 reset_delay; member
|