Linux Kernel
3.7.1
|
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) |
iio_map_array_register() - tell the core about inkernel consumers : provider device : array of mappings specifying association of channel with client
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.