Lines Matching refs:axmap_level
40 struct axmap_level { struct
48 struct axmap_level *levels; argument
66 struct axmap_level *al = &axmap->levels[i]; in axmap_reset()
105 axmap->levels = malloc(axmap->nr_levels * sizeof(struct axmap_level)); in axmap_new()
109 struct axmap_level *al = &axmap->levels[i]; in axmap_new()
133 int (*func)(struct axmap_level *, unsigned long, unsigned int, in axmap_handler() argument
136 struct axmap_level *al; in axmap_handler()
154 int (*func)(struct axmap_level *, unsigned long, unsigned int, void *), in axmap_handler_topdown() argument
157 struct axmap_level *al; in axmap_handler_topdown()
174 static int axmap_clear_fn(struct axmap_level *al, unsigned long offset, in axmap_clear_fn()
216 static int axmap_set_fn(struct axmap_level *al, unsigned long offset, in axmap_set_fn()
318 static int axmap_isset_fn(struct axmap_level *al, unsigned long offset, in axmap_isset_fn()
343 struct axmap_level *al = &axmap->levels[i]; in axmap_find_first_free()
387 static int axmap_next_free_fn(struct axmap_level *al, unsigned long offset, in axmap_next_free_fn()