Lines Matching defs:idr
17 #include <linux/idr.h>
42 * @idr: idr structure for mapping ids to reset control structures
48 struct idr idr;
80 control = idr_find(&data->idr, id);
161 control = idr_find(&data->idr, id);
186 * driver for performing any reset functions on that reset. An idr structure
187 * is allocated and used to map to the reset control structure. This idr
209 return idr_alloc(&data->idr, control, 0, 0, GFP_KERNEL);
239 idr_init(&data->idr);
252 idr_destroy(&data->idr);