Home
last modified time | relevance | path

Searched refs:tmout (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/accessibility/speakup/
H A Dserialio.c218 int tmout = SPK_XMITR_TIMEOUT; in spk_serial_wait_for_xmitr() local
233 if (--tmout == 0) { in spk_serial_wait_for_xmitr()
241 tmout = SPK_CTS_TIMEOUT; in spk_serial_wait_for_xmitr()
244 if (--tmout == 0) { in spk_serial_wait_for_xmitr()
256 int tmout = SPK_SERIAL_TIMEOUT; in spk_serial_in() local
259 if (--tmout == 0) { in spk_serial_in()
/linux/drivers/tty/serial/8250/
H A D8250_tegra.c28 unsigned int status, tmout = 10000; in tegra_uart_handle_break() local
37 if (--tmout == 0) in tegra_uart_handle_break()
/linux/drivers/tty/serial/
H A Dbcm63xx_uart.c664 unsigned int tmout; in wait_for_xmitr() local
667 tmout = 10000; in wait_for_xmitr()
668 while (--tmout) { in wait_for_xmitr()
679 tmout = 1000000; in wait_for_xmitr()
680 while (--tmout) { in wait_for_xmitr()
H A Dserial_txx9.c226 unsigned int tmout = 10000; in serial_txx9_initialize() local
232 while ((sio_in(up, TXX9_SIFCR) & TXX9_SIFCR_SWRST) && --tmout) in serial_txx9_initialize()
417 unsigned int tmout = 10000; in wait_for_xmitr() local
420 while (--tmout && in wait_for_xmitr()
426 tmout = 1000000; in wait_for_xmitr()
427 while (--tmout && in wait_for_xmitr()
H A Dvt8500_serial.c454 unsigned int status, tmout = 10000; in wait_for_xmitr() local
460 if (--tmout == 0) in wait_for_xmitr()
546 unsigned int status, tmout = 10000; in vt8500_put_poll_char() local
551 if (--tmout == 0) in vt8500_put_poll_char()
H A Dpxa.c561 unsigned int status, tmout = 10000; in wait_for_xmitr() local
570 if (--tmout == 0) in wait_for_xmitr()
577 tmout = 1000000; in wait_for_xmitr()
578 while (--tmout && in wait_for_xmitr()
H A Dpch_uart.c1433 unsigned int status, tmout = 10000; in wait_for_xmitr() local
1441 if (--tmout == 0) in wait_for_xmitr()
1448 unsigned int tmout; in wait_for_xmitr() local
1449 for (tmout = 1000000; tmout; tmout--) { in wait_for_xmitr()
H A Domap-serial.c1080 unsigned int status, tmout = 10000; in wait_for_xmitr() local
1089 if (--tmout == 0) in wait_for_xmitr()
1096 for (tmout = 1000000; tmout; tmout--) { in wait_for_xmitr()
H A Dserial-tegra.c293 unsigned int tmout = 100; in tegra_uart_wait_fifo_mode_enabled() local
300 } while (--tmout); in tegra_uart_wait_fifo_mode_enabled()
308 unsigned int lsr, tmout = 10000; in tegra_uart_fifo_reset() local
343 } while (--tmout); in tegra_uart_fifo_reset()
H A Dsprd_serial.c974 unsigned int status, tmout = 10000; in wait_for_xmitr() local
979 if (--tmout == 0) in wait_for_xmitr()
/linux/drivers/mtd/nand/raw/
H A Dtxx9ndfmc.c223 int tmout = 100; in txx9ndfmc_initialize() local
234 if (--tmout == 0) { in txx9ndfmc_initialize()
/linux/tools/testing/selftests/
H A Dkselftest_harness.h403 #define __TEST_F_IMPL(fixture_name, test_name, signal, tmout) \ argument
478 object->timeout = tmout; \
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c824 bool is_dcd, tmout, vout, vbus_attach; in rockchip_chg_detect_work() local
848 tmout = ++rphy->dcd_retries == CHG_DCD_MAX_RETRIES; in rockchip_chg_detect_work()
850 if (is_dcd || tmout) { in rockchip_chg_detect_work()
/linux/drivers/ufs/core/
H A Dufshcd.c984 ufshcd_config_intr_aggr(struct ufs_hba *hba, u8 cnt, u8 tmout) in ufshcd_config_intr_aggr() argument
988 INT_AGGR_TIMEOUT_VAL(tmout), in ufshcd_config_intr_aggr()