Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtd_uboot.c271 unsigned int mtd_name_len; in mtd_probe_devices() local
289 mtd_name_len = (unsigned int)(colon - mtdparts); in mtd_probe_devices()
290 if (mtd_name_len + 1 > sizeof(mtd_name)) { in mtd_probe_devices()
295 strncpy(mtd_name, mtdparts, mtd_name_len); in mtd_probe_devices()
296 mtd_name[mtd_name_len] = '\0'; in mtd_probe_devices()
298 mtdparts += mtd_name_len + 1; in mtd_probe_devices()