Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
driver.h File Reference

Go to the source code of this file.

Functions

int iio_map_array_register (struct iio_dev *indio_dev, struct iio_map *map)
 
int iio_map_array_unregister (struct iio_dev *indio_dev, struct iio_map *map)
 

Function Documentation

int iio_map_array_register ( struct iio_dev indio_dev,
struct iio_map map 
)

iio_map_array_register() - tell the core about inkernel consumers : provider device : array of mappings specifying association of channel with client

Definition at line 29 of file inkern.c.

int iio_map_array_unregister ( struct iio_dev indio_dev,
struct iio_map map 
)

iio_map_array_unregister() - tell the core to remove consumer mappings : provider device : array of mappings to remove. Note these must have same memory addresses as those originally added not just equal parameter values.

Definition at line 61 of file inkern.c.