|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/i2c.h>#include <mach/hardware.h>#include "board-mop500.h"Go to the source code of this file.
Data Structures | |
| struct | uib |
Macros | |
| #define | pr_fmt(fmt) "mop500-uib: " fmt |
Enumerations | |
| enum | mop500_uib { STUIB, U8500UIB } |
Functions | |
| __setup ("uib=", mop500_uib_setup) | |
| void | mop500_uib_i2c_add (int busnum, struct i2c_board_info *info, unsigned n) |
| int __init | mop500_uib_init (void) |
| #define pr_fmt | ( | fmt | ) | "mop500-uib: " fmt |
Definition at line 8 of file board-mop500-uib.c.
| enum mop500_uib |
Definition at line 17 of file board-mop500-uib.c.
| __setup | ( | ) |
| void mop500_uib_i2c_add | ( | int | busnum, |
| struct i2c_board_info * | info, | ||
| unsigned | n | ||
| ) |
Definition at line 67 of file board-mop500-uib.c.
Definition at line 99 of file board-mop500-uib.c.
1.8.2