Searched refs:TIMEOUT_MS (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/power/reset/ |
D | regulator-poweroff.c | 19 #define TIMEOUT_MS 3000 macro 29 mdelay(TIMEOUT_MS); in regulator_poweroff_do_poweroff()
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_nf.c | 29 #define TIMEOUT_MS 3000 macro 42 if (!ASSERT_EQ(connect_fd_to_fd(fd, srv_fd, TIMEOUT_MS), 0, "connect_fd_to_fd")) { in connect_to_server() 76 srv_fd = start_server(AF_INET, SOCK_STREAM, "127.0.0.1", srv_port, TIMEOUT_MS); in test_bpf_nf_ct()
|
D | vrf_socket_lookup.c | 60 #define TIMEOUT_MS 3000 macro 75 if (!ASSERT_OK(settimeo(fd, TIMEOUT_MS), "settimeo")) in make_socket() 88 fd = start_server(AF_INET, sotype, ip, port, TIMEOUT_MS); in make_server()
|
/linux-6.12.1/sound/soc/qcom/qdsp6/ |
D | q6adm.c | 29 #define TIMEOUT_MS 1000 macro 259 msecs_to_jiffies(TIMEOUT_MS)); in q6adm_apr_send_copp_pkt() 263 msecs_to_jiffies(TIMEOUT_MS)); in q6adm_apr_send_copp_pkt() 540 msecs_to_jiffies(TIMEOUT_MS)); in q6adm_matrix_map()
|
D | q6afe.c | 362 #define TIMEOUT_MS 1000 macro 964 msecs_to_jiffies(TIMEOUT_MS)); in afe_apr_send_pkt()
|
/linux-6.12.1/drivers/phy/qualcomm/ |
D | phy-qcom-apq8064-sata.c | 66 #define TIMEOUT_MS 10000 macro 81 DELAY_INTERVAL_US, TIMEOUT_MS * 1000); in poll_timeout()
|
/linux-6.12.1/drivers/i2c/busses/ |
D | i2c-digicolor.c | 21 #define TIMEOUT_MS 100 macro 216 unsigned long time_left = msecs_to_jiffies(TIMEOUT_MS); in dc_i2c_xfer_msg()
|
D | i2c-mt7621.c | 58 #define TIMEOUT_MS 1000 macro 77 10, TIMEOUT_MS * 1000); in mtk_i2c_wait_idle()
|
/linux-6.12.1/drivers/spi/ |
D | spi-microchip-core-qspi.c | 85 #define TIMEOUT_MS 500 macro 378 TIMEOUT_MS); in mchp_qspi_wait_for_ready()
|
/linux-6.12.1/drivers/soundwire/ |
D | qcom.c | 129 #define TIMEOUT_MS 100 macro 466 msecs_to_jiffies(TIMEOUT_MS)); in qcom_swrm_cmd_fifo_wr_cmd() 1620 msecs_to_jiffies(TIMEOUT_MS)); 1684 msecs_to_jiffies(TIMEOUT_MS));
|
/linux-6.12.1/drivers/media/platform/st/stm32/ |
D | stm32-dcmi.c | 97 #define TIMEOUT_MS 1000 macro
|