Home
last modified time | relevance | path

Searched full:poll_timeout (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/scripts/ci/gitlab-kubernetes-runners/
H A Dvalues.yaml18 poll_timeout = 1200
/openbmc/u-boot/drivers/usb/gadget/
H A Df_dfu.c43 unsigned int poll_timeout; member
176 return dfu->poll_timeout ? dfu->poll_timeout(dfu) : in dfu_get_manifest_timeout()
203 if (f_dfu->poll_timeout) in handle_getstatus()
206 dfu_set_poll_timeout(dstat, f_dfu->poll_timeout); in handle_getstatus()
811 f_dfu->poll_timeout = DFU_DEFAULT_POLL_TIMEOUT; in dfu_bind_config()
/openbmc/qemu/util/
H A Dmain-loop.c467 gint poll_timeout;
500 n_poll_fds = g_main_context_query(context, max_priority, &poll_timeout,
509 if (poll_timeout < 0) {
512 poll_timeout_ns = (int64_t)poll_timeout * (int64_t)SCALE_MS;
H A Dfdmon-io_uring.c232 /* poll_timeout and poll_remove have a zero user_data field */ in process_cqe()
/openbmc/u-boot/drivers/dfu/
H A Ddfu_sf.c146 dfu->poll_timeout = dfu_polltimeout_sf; in dfu_fill_entity_sf()
H A Ddfu_nand.c240 dfu->poll_timeout = dfu_polltimeout_nand; in dfu_fill_entity_nand()
/openbmc/u-boot/include/
H A Ddfu.h120 unsigned int (*poll_timeout)(struct dfu_entity *dfu); member
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h1054 #define POLL_TIMEOUT 60 macro