Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/
Dmtdcore.c127 int idr_alloc(struct idr *idp, void *ptr, int start, int end, gfp_t gfp_mask) in idr_alloc() function
422 i = idr_alloc(&mtd_idr, mtd, 0, 0, GFP_KERNEL); in add_mtd_device()