Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ctimap.c File Reference
#include "ctimap.h"
#include <linux/slab.h>

Go to the source code of this file.

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 *head)
 

Function Documentation

void free_input_mapper_list ( struct list_head head)

Definition at line 100 of file ctimap.c.

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

Definition at line 22 of file ctimap.c.

int input_mapper_delete ( struct list_head mappers,
struct imapper entry,
int(*)(void *, struct imapper *)  map_op,
void data 
)

Definition at line 68 of file ctimap.c.