Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | hid_sensor_iio_common |
Functions | |
int | hid_sensor_parse_common_attributes (struct hid_sensor_hub_device *hsdev, u32 usage_id, struct hid_sensor_iio_common *st) |
int | hid_sensor_write_raw_hyst_value (struct hid_sensor_iio_common *st, int val1, int val2) |
int | hid_sensor_read_raw_hyst_value (struct hid_sensor_iio_common *st, int *val1, int *val2) |
int | hid_sensor_write_samp_freq_value (struct hid_sensor_iio_common *st, int val1, int val2) |
int | hid_sensor_read_samp_freq_value (struct hid_sensor_iio_common *st, int *val1, int *val2) |
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.