Lines Matching defs:map
92 struct rc_map_list *map = NULL;
95 list_for_each_entry(map, &rc_map_list, list) {
96 if (!strcmp(name, map->map.name)) {
98 return map;
109 struct rc_map_list *map;
111 map = seek_rc_map(name);
113 if (!map) {
121 map = seek_rc_map(name);
124 if (!map) {
129 printk(KERN_INFO "Registered IR keymap %s\n", map->map.name);
131 return &map->map;
135 int rc_map_register(struct rc_map_list *map)
138 list_add_tail(&map->list, &rc_map_list);
144 void rc_map_unregister(struct rc_map_list *map)
147 list_del(&map->list);
158 .map = {