Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/jffs2/
H A Dload_kernel.h70 extern struct mtd_device *device_find(u8 type, u8 num);
/OK3568_Linux_fs/u-boot/cmd/
H A Dmtdparts.c794 struct mtd_device *device_find(u8 type, u8 num) in device_find() function
889 if ((dev = device_find(id->type, id->num)) != NULL) { in device_parse()
1389 if ((*dev = device_find(type, dnum)) == NULL) {
1591 if (device_find(dev->id->type, dev->id->num) != NULL) {
2047 dev_tmp = device_find(dev->id->type, dev->id->num);
/OK3568_Linux_fs/u-boot/common/
H A Dfdt_support.c1028 dev = device_find(ni[i].type, idx++); in fdt_fixup_mtdparts()