Searched refs:attach_mtd (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/
H A Drkmtd.h107 * @attach_mtd: - Attach a new rkmtd driver to the device structure
109 * @attach_mtd.dev: Device to update
110 * @attach_mtd.Returns: 0 if OK, -EEXIST if a driver is already attached,
113 int (*attach_mtd)(struct udevice *dev); member in struct:rkmtd_ops
/u-boot/drivers/block/
H A Drkmtd.c956 .attach_mtd = rkmtd_attach_mtd,
1050 if (!ops->attach_mtd)
1053 return ops->attach_mtd(dev);

Completed in 94 milliseconds