Searched refs:sw_timeout (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/exynos/
H A Dexynos_mipi_dsi_common.c450 int sw_timeout; exynos_mipi_dsi_pll_on() local
453 sw_timeout = 1000; exynos_mipi_dsi_pll_on()
457 sw_timeout--; exynos_mipi_dsi_pll_on()
460 if (sw_timeout == 0) exynos_mipi_dsi_pll_on()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
H A D82571.c455 s32 sw_timeout = hw->nvm.word_size + 1; e1000_get_hw_semaphore_82571() local
467 sw_timeout = 1; e1000_get_hw_semaphore_82571()
470 while (i < sw_timeout) { e1000_get_hw_semaphore_82571()
479 if (i == sw_timeout) { e1000_get_hw_semaphore_82571()
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dstv0900_sw.c69 s32 *frequency_inc, s32 *sw_timeout, stv0900_get_sw_loop_params()
130 *sw_timeout = timeout; stv0900_get_sw_loop_params()
68 stv0900_get_sw_loop_params(struct stv0900_internal *intp, s32 *frequency_inc, s32 *sw_timeout, s32 *steps, enum fe_stv0900_demod_num demod) stv0900_get_sw_loop_params() argument

Completed in 374 milliseconds