Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/nand/
Dnand_base.c3135 static void sanitize_string(char *s, size_t len) in sanitize_string() function
3309 sanitize_string(p->manufacturer, sizeof(p->manufacturer)); in nand_flash_detect_onfi()
3310 sanitize_string(p->model, sizeof(p->model)); in nand_flash_detect_onfi()
3416 sanitize_string(p->manufacturer, sizeof(p->manufacturer)); in nand_flash_detect_jedec()
3417 sanitize_string(p->model, sizeof(p->model)); in nand_flash_detect_jedec()