Linux Kernel
3.7.1
|
#include <linux/device.h>
#include <linux/platform_device.h>
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/slab.h>
#include <linux/hid-sensor-hub.h>
#include <linux/iio/iio.h>
#include <linux/iio/sysfs.h>
#include "hid-sensor-attributes.h"
Go to the source code of this file.
Functions | |
int | hid_sensor_read_samp_freq_value (struct hid_sensor_iio_common *st, int *val1, int *val2) |
EXPORT_SYMBOL (hid_sensor_read_samp_freq_value) | |
int | hid_sensor_write_samp_freq_value (struct hid_sensor_iio_common *st, int val1, int val2) |
EXPORT_SYMBOL (hid_sensor_write_samp_freq_value) | |
int | hid_sensor_read_raw_hyst_value (struct hid_sensor_iio_common *st, int *val1, int *val2) |
EXPORT_SYMBOL (hid_sensor_read_raw_hyst_value) | |
int | hid_sensor_write_raw_hyst_value (struct hid_sensor_iio_common *st, int val1, int val2) |
EXPORT_SYMBOL (hid_sensor_write_raw_hyst_value) | |
int | hid_sensor_parse_common_attributes (struct hid_sensor_hub_device *hsdev, u32 usage_id, struct hid_sensor_iio_common *st) |
EXPORT_SYMBOL (hid_sensor_parse_common_attributes) | |
MODULE_AUTHOR ("Srinivas Pandruvada <[email protected]>") | |
MODULE_DESCRIPTION ("HID Sensor common attribute processing") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL | ( | hid_sensor_read_samp_freq_value | ) |
EXPORT_SYMBOL | ( | hid_sensor_write_samp_freq_value | ) |
EXPORT_SYMBOL | ( | hid_sensor_read_raw_hyst_value | ) |
EXPORT_SYMBOL | ( | hid_sensor_write_raw_hyst_value | ) |
EXPORT_SYMBOL | ( | hid_sensor_parse_common_attributes | ) |
int hid_sensor_parse_common_attributes | ( | struct hid_sensor_hub_device * | hsdev, |
u32 | usage_id, | ||
struct hid_sensor_iio_common * | st | ||
) |
Definition at line 213 of file hid-sensor-attributes.c.
int hid_sensor_read_raw_hyst_value | ( | struct hid_sensor_iio_common * | st, |
int * | val1, | ||
int * | val2 | ||
) |
Definition at line 172 of file hid-sensor-attributes.c.
int hid_sensor_read_samp_freq_value | ( | struct hid_sensor_iio_common * | st, |
int * | val1, | ||
int * | val2 | ||
) |
Definition at line 117 of file hid-sensor-attributes.c.
int hid_sensor_write_raw_hyst_value | ( | struct hid_sensor_iio_common * | st, |
int | val1, | ||
int | val2 | ||
) |
Definition at line 194 of file hid-sensor-attributes.c.
int hid_sensor_write_samp_freq_value | ( | struct hid_sensor_iio_common * | st, |
int | val1, | ||
int | val2 | ||
) |
Definition at line 144 of file hid-sensor-attributes.c.
MODULE_AUTHOR | ( | "Srinivas Pandruvada <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL" | ) |