Home
last modified time | relevance | path

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

/u-boot/board/google/chromebook_coral/
A Dcoral.c21 const char *linux_name; member
54 info->linux_name = dev_read_string(desc.dev, "linux-name"); in chromeos_get_gpio()
55 if (!info->linux_name) in chromeos_get_gpio()
97 acpigen_write_string(ctx, info[i].linux_name); in chromeos_acpi_gpio_generate()
/u-boot/board/isee/igep00x0/
A Digep00x0.c254 const char *linux_name = "omap2-nand"; in board_mtdparts_default() local
256 linux_name = "omap2-onenand"; in board_mtdparts_default()
257 snprintf(ids, sizeof(ids), "%s=%s", mtd->name, linux_name); in board_mtdparts_default()
259 linux_name, 4 * mtd->erasesize >> 10); in board_mtdparts_default()
/u-boot/drivers/mtd/
A Dmtd_uboot.c286 char linux_name[MTD_NAME_MAX_LEN]; in mtd_probe_devices() local
294 ret = mtd_search_alternate_name(mtd_name, linux_name, in mtd_probe_devices()
297 mtd = get_mtd_device_nm(linux_name); in mtd_probe_devices()

Completed in 10 milliseconds