Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
of_i2c.c File Reference
#include <linux/i2c.h>
#include <linux/irq.h>
#include <linux/of.h>
#include <linux/of_i2c.h>
#include <linux/of_irq.h>
#include <linux/module.h>

Go to the source code of this file.

Functions

void of_i2c_register_devices (struct i2c_adapter *adap)
 
 EXPORT_SYMBOL (of_i2c_register_devices)
 
struct i2c_clientof_find_i2c_device_by_node (struct device_node *node)
 
 EXPORT_SYMBOL (of_find_i2c_device_by_node)
 
struct i2c_adapterof_find_i2c_adapter_by_node (struct device_node *node)
 
 EXPORT_SYMBOL (of_find_i2c_adapter_by_node)
 
 MODULE_LICENSE ("GPL")
 

Function Documentation

EXPORT_SYMBOL ( of_i2c_register_devices  )
EXPORT_SYMBOL ( of_find_i2c_device_by_node  )
EXPORT_SYMBOL ( of_find_i2c_adapter_by_node  )
MODULE_LICENSE ( "GPL"  )
struct i2c_adapter* of_find_i2c_adapter_by_node ( struct device_node node)
read

Definition at line 101 of file of_i2c.c.

struct i2c_client* of_find_i2c_device_by_node ( struct device_node node)
read

Definition at line 87 of file of_i2c.c.

void of_i2c_register_devices ( struct i2c_adapter adap)

Definition at line 21 of file of_i2c.c.