Home
last modified time | relevance | path

Searched refs:delay_ms (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/drivers/input/
H A Dtegra-kbc.c163 long delay_ms; in kbd_wait_for_fifo_init() local
166 delay_ms = priv->init_dly_ms - elapsed_time; in kbd_wait_for_fifo_init()
167 if (delay_ms > 0) { in kbd_wait_for_fifo_init()
168 udelay(delay_ms * 1000); in kbd_wait_for_fifo_init()
169 debug("%s: delay %ldms\n", __func__, delay_ms); in kbd_wait_for_fifo_init()
H A Dinput.c513 unsigned delay_ms; in _input_send_keycodes() local
537 delay_ms = is_repeat ? in _input_send_keycodes()
541 config->next_repeat_ms = get_timer(0) + delay_ms; in _input_send_keycodes()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_panel.c31 u8 delay_ms; member
125 desc->header.delay_ms = header->delay_ms; in rockchip_panel_parse_cmds()
179 if (desc->header.delay_ms) in rockchip_panel_send_mcu_cmds()
180 mdelay(desc->header.delay_ms); in rockchip_panel_send_mcu_cmds()
228 if (desc->header.delay_ms) in rockchip_panel_send_spi_cmds()
229 mdelay(desc->header.delay_ms); in rockchip_panel_send_spi_cmds()
288 if (header->delay_ms) in rockchip_panel_send_dsi_cmds()
289 mdelay(header->delay_ms); in rockchip_panel_send_dsi_cmds()
H A Ddw_mipi_dsi2.c213 u8 delay_ms; member
/rk3399_rockchip-uboot/drivers/video/
H A Dscf0403_lcd.c29 int delay_ms; member
225 mdelay(priv->init_seq[i].delay_ms); in scf0403_lcd_init()
/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpm.c339 unsigned long delay_ms; member
839 static void mod_tcpm_delayed_work(struct tcpm_port *port, unsigned int delay_ms) in mod_tcpm_delayed_work() argument
841 if (delay_ms) { in mod_tcpm_delayed_work()
842 tcpm_timer_init(port, delay_ms); in mod_tcpm_delayed_work()
850 unsigned int delay_ms) in tcpm_set_state() argument
853 __func__, __LINE__, delay_ms, tcpm_states[state]); in tcpm_set_state()
855 if (delay_ms) { in tcpm_set_state()
857 tcpm_states[port->state], tcpm_states[state], delay_ms, in tcpm_set_state()
860 mod_tcpm_delayed_work(port, delay_ms); in tcpm_set_state()
861 port->delay_ms = delay_ms; in tcpm_set_state()
[all …]
/rk3399_rockchip-uboot/drivers/mmc/
H A Ddw_mmc.c784 u32 delay_ms; local
790 delay_ms = dev_read_u32_default(mmc->dev, "power-off-delay-ms", 200);
791 mdelay(delay_ms);
/rk3399_rockchip-uboot/drivers/video/tegra124/
H A Ddp.c1404 static int tegra_dc_dp_sink_out_of_sync(struct tegra_dp_priv *dp, u32 delay_ms) in tegra_dc_dp_sink_out_of_sync() argument
1410 debug("%s: delay=%d\n", __func__, delay_ms); in tegra_dc_dp_sink_out_of_sync()
1411 mdelay(delay_ms); in tegra_dc_dp_sink_out_of_sync()