Home
last modified time | relevance | path

Searched defs:idp (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/ide/
H A Dahci.h43 MemoryRegion idp; /* Index-Data Pair I/O port space */ member
/openbmc/u-boot/drivers/power/pmic/
H A Das3722.c42 static int as3722_read_id(struct udevice *dev, uint *idp, uint *revisionp) in as3722_read_id()
/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c95 void idr_remove(struct idr *idp, int id) in idr_remove()
104 void *idr_find(struct idr *idp, int id) in idr_find()
112 void *idr_get_next(struct idr *idp, int *next) in idr_get_next()
130 int idr_alloc(struct idr *idp, void *ptr, int start, int end, gfp_t gfp_mask) in idr_alloc()