Home
last modified time | relevance | path

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

/openbmc/u-boot/include/jffs2/
H A Dload_kernel.h68 extern struct mtd_device *device_find(u8 type, u8 num);
/openbmc/u-boot/cmd/
H A Dmtdparts.c793 struct mtd_device *device_find(u8 type, u8 num) in device_find() function
888 if ((dev = device_find(id->type, id->num)) != NULL) { in device_parse()
1385 if ((*dev = device_find(type, dnum)) == NULL) {
1585 if (device_find(dev->id->type, dev->id->num) != NULL) {
2041 dev_tmp = device_find(dev->id->type, dev->id->num);
/openbmc/u-boot/common/
H A Dfdt_support.c914 dev = device_find(node_info[i].type, idx++); in fdt_fixup_mtdparts()