Home
last modified time | relevance | path

Searched refs:poll_timeout (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_dfu.c44 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()
/rk3399_rockchip-uboot/drivers/dfu/
H A Ddfu_mtd.c159 dfu->poll_timeout = dfu_polltimeout_mtd; in dfu_fill_entity_mtd()
H A Ddfu_sf.c147 dfu->poll_timeout = dfu_polltimeout_sf; in dfu_fill_entity_sf()
H A Ddfu_nand.c244 dfu->poll_timeout = dfu_polltimeout_nand; in dfu_fill_entity_nand()
/rk3399_rockchip-uboot/include/
H A Ddfu.h135 unsigned int (*poll_timeout)(struct dfu_entity *dfu); member