Home
last modified time | relevance | path

Searched refs:primary_retries (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-usb.c554 static int primary_retries; in rk3288_chg_detect_work() local
580 primary_retries = 0; in rk3288_chg_detect_work()
636 } else if (primary_retries < 2) { in rk3288_chg_detect_work()
637 primary_retries++; in rk3288_chg_detect_work()
H A Dphy-rockchip-inno-usb2.c346 u8 primary_retries; member
1461 rphy->primary_retries = 0; in rockchip_chg_detect_work()
1499 if (rphy->primary_retries < 2) { in rockchip_chg_detect_work()
1508 rphy->primary_retries++; in rockchip_chg_detect_work()
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-inno-usb2.c158 u8 primary_retries; member
245 while (rphy->primary_retries--) { in rockchip_chg_primary_det_retry()
297 rphy->primary_retries = CHG_PRI_MAX_RETRIES; in rockchip_chg_get_type()