Searched refs:cardmap (Results 1 – 1 of 1) sorted by relevance
184 struct cardmap { struct187 struct cardmap *parent; argument190 static void *cardmap_get(struct cardmap *map, unsigned int nr); argument191 static void cardmap_set(struct cardmap **map, unsigned int nr, void *ptr);192 static unsigned int cardmap_find_first_free(struct cardmap *map);193 static void cardmap_destroy(struct cardmap **map);201 static struct cardmap *all_ppp_units;2523 static void *cardmap_get(struct cardmap *map, unsigned int nr) in cardmap_get()2525 struct cardmap *p; in cardmap_get()2539 static void cardmap_set(struct cardmap **pmap, unsigned int nr, void *ptr) in cardmap_set()[all …]