Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/pi/
H A Dfdt_early.c41 int statlen; in fdt_device_is_available() local
43 status = fdt_getprop(fdt, node, "status", &statlen); in fdt_device_is_available()
47 if (statlen > 0) { in fdt_device_is_available()
/linux/drivers/mmc/host/
H A Dmmc_spi.c851 const unsigned statlen = sizeof(scratch->status); in mmc_spi_data_do() local
864 memset(scratch->status, 0xff, statlen); in mmc_spi_data_do()
868 host->early_status.len = statlen; in mmc_spi_data_do()
881 for (tmp = 2; tmp < statlen; tmp++) { in mmc_spi_data_do()
/linux/drivers/of/
H A Dbase.c517 int statlen; in __of_device_is_status() local
522 status = __of_get_property(device, "status", &statlen); in __of_device_is_status()
523 if (!status || statlen <= 0) in __of_device_is_status()
525 if (strnlen(status, statlen) >= statlen) in __of_device_is_status()