Searched refs:retry_us (Results 1 – 4 of 4) sorted by relevance
119 s64 delta_us, retry_us; in vivid_cec_bus_thread() local243 retry_us = CEC_SIGNAL_FREE_TIME_RETRY * CEC_DATA_BIT_US - delta_us; in vivid_cec_bus_thread()244 if (retry_us > CEC_MARGIN_US) in vivid_cec_bus_thread()245 usleep_range(retry_us - CEC_MARGIN_US, retry_us); in vivid_cec_bus_thread()
115 .retry_us = 1000,371 mbq_config->retry_us = umax(drv->function->busy_max_delay / 10, in class_function_probe()372 mbq_config->retry_us); in class_function_probe()
62 ctx->cfg.timeout_us, ctx->cfg.retry_us, in regmap_sdw_mbq_poll_busy()
533 * @retry_us: The time in microseconds between polls of the function busy543 unsigned long retry_us;537 unsigned long retry_us; global() member