| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | xserver_poll.c | 149 (int poll_timeout, struct timeval *pSelTimeout) in map_timeout() argument 170 switch (poll_timeout) in map_timeout() 191 pSelTimeout->tv_sec = poll_timeout / 1000; /* get seconds */ in map_timeout() 192 poll_timeout %= 1000; /* remove seconds */ in map_timeout() 193 pSelTimeout->tv_usec = poll_timeout * 1000; /* get microseconds */ in map_timeout()
|
| /OK3568_Linux_fs/kernel/drivers/phy/qualcomm/ |
| H A D | phy-qcom-apq8064-sata.c | 76 static int poll_timeout(void __iomem *addr, u32 mask) in poll_timeout() function 135 ret = poll_timeout(base + UNIPHY_PLL_STATUS, UNIPHY_PLL_LOCK); in qcom_apq8064_sata_phy_init() 142 ret = poll_timeout(base + SATA_PHY_TX_IMCAL_STAT, SATA_PHY_TX_CAL); in qcom_apq8064_sata_phy_init() 149 ret = poll_timeout(base + SATA_PHY_RX_IMCAL_STAT, SATA_PHY_RX_CAL); in qcom_apq8064_sata_phy_init()
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/ |
| H A D | gstmppvideodec.c | 41 gint poll_timeout; member 222 self->poll_timeout = 0; in gst_mpp_video_dec_startup() 265 if (self->poll_timeout != timeout_ms) { in gst_mpp_video_dec_poll_mpp_frame() 266 self->poll_timeout = timeout_ms; in gst_mpp_video_dec_poll_mpp_frame()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.c | 38 static int poll_timeout = 10 * 1000; variable 357 switch (poll(&fds, 1, poll_timeout)) { in copyfd_io_poll() 710 switch (poll(&polls, 1, poll_timeout)) { in main_loop_s() 863 poll_timeout = atoi(optarg) * 1000; in parse_opts() 864 if (poll_timeout <= 0) in parse_opts() 865 poll_timeout = -1; in parse_opts()
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-eh.c | 181 if (time_before(jiffies, hwif->poll_timeout)) { in atapi_reset_pollfunc() 243 if (time_before(jiffies, hwif->poll_timeout)) { in reset_pollfunc() 358 hwif->poll_timeout = jiffies + WAIT_WORSTCASE; in do_reset1() 418 hwif->poll_timeout = jiffies + WAIT_WORSTCASE; in do_reset1()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_dfu.c | 44 unsigned int poll_timeout; member 177 return dfu->poll_timeout ? dfu->poll_timeout(dfu) : in dfu_get_manifest_timeout() 204 if (f_dfu->poll_timeout) in handle_getstatus() 207 dfu_set_poll_timeout(dstat, f_dfu->poll_timeout); in handle_getstatus() 813 f_dfu->poll_timeout = DFU_DEFAULT_POLL_TIMEOUT; in dfu_bind_config()
|
| /OK3568_Linux_fs/kernel/drivers/base/regmap/ |
| H A D | regmap-spi-avmm.c | 371 unsigned long poll_timeout; in br_do_rx_and_pkt_phy_parse() local 376 poll_timeout = jiffies + SPI_AVMM_XFER_TIMEOUT; in br_do_rx_and_pkt_phy_parse() 472 poll_timeout = jiffies + SPI_AVMM_XFER_TIMEOUT; in br_do_rx_and_pkt_phy_parse() 487 if (time_after(jiffies, poll_timeout)) in br_do_rx_and_pkt_phy_parse()
|
| /OK3568_Linux_fs/kernel/drivers/s390/crypto/ |
| H A D | ap_bus.c | 105 static unsigned long long poll_timeout = 250000; variable 373 hr_time = poll_timeout; in ap_wait() 1057 return scnprintf(buf, PAGE_SIZE, "%llu\n", poll_timeout); in poll_timeout_show() 1070 poll_timeout = time; in poll_timeout_store() 1071 hr_time = poll_timeout; in poll_timeout_store() 1082 static BUS_ATTR_RW(poll_timeout); 1708 poll_timeout = 1500000; in ap_module_init()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | jz4740_mmc.c | 515 goto poll_timeout; in jz4740_mmc_write_data() 531 goto poll_timeout; in jz4740_mmc_write_data() 545 poll_timeout: in jz4740_mmc_write_data() 572 goto poll_timeout; in jz4740_mmc_read_data() 590 goto poll_timeout; in jz4740_mmc_read_data() 620 poll_timeout: in jz4740_mmc_read_data()
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/tools/ |
| H A D | loopback_test.c | 99 struct timespec poll_timeout; member 739 if (t->poll_timeout.tv_sec != 0) in wait_for_complete() 740 ts = &t->poll_timeout; in wait_for_complete() 945 t.poll_timeout.tv_sec = atoi(optarg); in main()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | linux_osl.c | 1347 bool poll_timeout = FALSE; local 1354 poll_timeout = TRUE; 1359 poll_timeout = TRUE; 1364 poll_timeout = TRUE; 1369 poll_timeout = TRUE; 1373 if (osh && osh->sih && (in_si_clear == FALSE) && poll_timeout && osh->bpt_cb) {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | linux_osl.c | 1791 bool poll_timeout = FALSE; in osl_bpt_rreg() local 1798 poll_timeout = TRUE; in osl_bpt_rreg() 1803 poll_timeout = TRUE; in osl_bpt_rreg() 1808 poll_timeout = TRUE; in osl_bpt_rreg() 1813 poll_timeout = TRUE; in osl_bpt_rreg() 1817 if (osh && osh->sih && (in_si_clear == FALSE) && poll_timeout && osh->bpt_cb) { in osl_bpt_rreg()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | linux_osl.c | 1348 bool poll_timeout = FALSE; in osl_bpt_rreg() local 1355 poll_timeout = TRUE; in osl_bpt_rreg() 1360 poll_timeout = TRUE; in osl_bpt_rreg() 1365 poll_timeout = TRUE; in osl_bpt_rreg() 1370 poll_timeout = TRUE; in osl_bpt_rreg() 1374 if (osh && osh->sih && (in_si_clear == FALSE) && poll_timeout && osh->bpt_cb) { in osl_bpt_rreg()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | linux_osl.c | 1347 bool poll_timeout = FALSE; local 1354 poll_timeout = TRUE; 1359 poll_timeout = TRUE; 1364 poll_timeout = TRUE; 1369 poll_timeout = TRUE; 1373 if (osh && osh->sih && (in_si_clear == FALSE) && poll_timeout && osh->bpt_cb) {
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | linux_osl.c | 1726 bool poll_timeout = FALSE; in osl_bpt_rreg() local 1733 poll_timeout = TRUE; in osl_bpt_rreg() 1738 poll_timeout = TRUE; in osl_bpt_rreg() 1743 poll_timeout = TRUE; in osl_bpt_rreg() 1748 poll_timeout = TRUE; in osl_bpt_rreg() 1752 if (osh && osh->sih && (in_si_clear == FALSE) && poll_timeout && osh->bpt_cb) { in osl_bpt_rreg()
|
| /OK3568_Linux_fs/u-boot/drivers/dfu/ |
| H A D | dfu_mtd.c | 159 dfu->poll_timeout = dfu_polltimeout_mtd; in dfu_fill_entity_mtd()
|
| H A D | dfu_sf.c | 147 dfu->poll_timeout = dfu_polltimeout_sf; in dfu_fill_entity_sf()
|
| H A D | dfu_nand.c | 244 dfu->poll_timeout = dfu_polltimeout_nand; in dfu_fill_entity_nand()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | dfu.h | 135 unsigned int (*poll_timeout)(struct dfu_entity *dfu); member
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | musb_dsps.c | 83 unsigned poll_timeout; member 140 wait = msecs_to_jiffies(glue->wrp->poll_timeout); in dsps_mod_timer() 955 .poll_timeout = 2000, /* ms */
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | amba-pl011.c | 243 unsigned int poll_timeout; member 503 uap->dmarx.poll_timeout = in pl011_dma_probe() 506 uap->dmarx.poll_timeout = 3000; in pl011_dma_probe() 520 uap->dmarx.poll_timeout = x; in pl011_dma_probe() 522 uap->dmarx.poll_timeout = 3000; in pl011_dma_probe() 1092 > uap->dmarx.poll_timeout) { in pl011_dma_rx_poll()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_nx2.h | 304 uint16_t poll_timeout; member
|
| /OK3568_Linux_fs/buildroot/package/php-zmq/ |
| H A D | 0001-updates-for-php7.4-and-php8.0.patch | 191 /* Calculate poll_timeout based on idle / timer cb */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/atmel/ |
| H A D | at76c50x-usb.c | 298 unsigned char poll_timeout[3]; member 353 return msecs_to_jiffies((s->poll_timeout[2] << 16) in at76_get_timeout() 354 | (s->poll_timeout[1] << 8) in at76_get_timeout() 355 | (s->poll_timeout[0])); in at76_get_timeout()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/ |
| H A D | ql4_nx.h | 891 uint16_t poll_timeout; member
|