Home
last modified time | relevance | path

Searched refs:ping_total (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dtest-driver.c26 priv->ping_total += *pingret; in testdrv_ping()
52 priv->ping_total += DM_TEST_START_TOTAL; in test_probe()
H A Dtest-fdt.c29 priv->ping_total += *pingret; in testfdt_drv_ping()
54 priv->ping_total += DM_TEST_START_TOTAL; in testfdt_drv_probe()
H A Dcore.c417 priv->ping_total); in dm_check_operations()
/openbmc/u-boot/include/dm/
H A Dtest.h68 int ping_total; member