Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/core/
H A Dof_access.c265 int statlen; in of_device_is_available() local
270 status = of_get_property(device, "status", &statlen); in of_device_is_available()
274 if (statlen > 0) { in of_device_is_available()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dmmc_spi.c975 const unsigned statlen = sizeof(scratch->status); in mmc_spi_data_do() local
988 memset(scratch->status, 0xff, statlen); in mmc_spi_data_do()
993 host->early_status.len = statlen; in mmc_spi_data_do()
1017 for (tmp = 2; tmp < statlen; tmp++) { in mmc_spi_data_do()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dbase.c592 int statlen; in __of_device_is_available() local
597 status = __of_get_property(device, "status", &statlen); in __of_device_is_available()
601 if (statlen > 0) { in __of_device_is_available()