Lines Matching defs:idr
9 #include <linux/idr.h>
34 * @idr: idr structure for mapping ids to reset control structures
40 struct idr idr;
72 control = idr_find(&data->idr, id);
153 control = idr_find(&data->idr, id);
178 * driver for performing any reset functions on that reset. An idr structure
179 * is allocated and used to map to the reset control structure. This idr
201 return idr_alloc(&data->idr, control, 0, 0, GFP_KERNEL);
231 idr_init(&data->idr);
244 idr_destroy(&data->idr);