Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
keypad.h File Reference
#include <linux/input/samsung-keypad.h>

Go to the source code of this file.

Functions

void samsung_keypad_set_platdata (struct samsung_keypad_platdata *pd)
 
void samsung_keypad_cfg_gpio (unsigned int rows, unsigned int cols)
 

Function Documentation

void samsung_keypad_cfg_gpio ( unsigned int  rows,
unsigned int  cols 
)

Definition at line 16 of file setup-keypad.c.

void samsung_keypad_set_platdata ( struct samsung_keypad_platdata pd)

samsung_keypad_set_platdata - Set platform data for Samsung Keypad device. : Platform data to register to device.

Register the given platform data for use with Samsung Keypad device. The call will copy the platform data, so the board definitions can make the structure itself __initdata.