Linux Kernel
3.7.1
|
#include <linux/list.h>
Go to the source code of this file.
Data Structures | |
struct | imapper |
Functions | |
int | input_mapper_add (struct list_head *mappers, struct imapper *entry, int(*map_op)(void *, struct imapper *), void *data) |
int | input_mapper_delete (struct list_head *mappers, struct imapper *entry, int(*map_op)(void *, struct imapper *), void *data) |
void | free_input_mapper_list (struct list_head *mappers) |
int input_mapper_add | ( | struct list_head * | mappers, |
struct imapper * | entry, | ||
int(*)(void *, struct imapper *) | map_op, | ||
void * | data | ||
) |
Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
This source file is released under GPL v2 license (no other versions). See the COPYING file included in the main directory of this source distribution for the license terms and conditions.
ctimap.c
This file contains the implementation of generic input mapper operations for input mapper management.
Liu Chun May 23 2008