Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c3083 static void sanitize_string(char *s, size_t len) in sanitize_string() function
3257 sanitize_string(p->manufacturer, sizeof(p->manufacturer)); in nand_flash_detect_onfi()
3258 sanitize_string(p->model, sizeof(p->model)); in nand_flash_detect_onfi()
3364 sanitize_string(p->manufacturer, sizeof(p->manufacturer)); in nand_flash_detect_jedec()
3365 sanitize_string(p->model, sizeof(p->model)); in nand_flash_detect_jedec()