OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inv_sysfs_names_s
(Results
1 - 2
of
2
) sorted by null
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.h
16
* struct
inv_sysfs_names_s
- Files needed by user applications.
29
struct
inv_sysfs_names_s
{
struct
68
int inv_read_raw(const struct
inv_sysfs_names_s
*names, long *data,
70
int inv_read_temperature_raw(const struct
inv_sysfs_names_s
*names, short *data,
72
int inv_read_fifo_rate(const struct
inv_sysfs_names_s
*names, short *data);
73
int inv_read_power_state(const struct
inv_sysfs_names_s
*names, char *data);
74
int inv_read_scale(const struct
inv_sysfs_names_s
*names, float *data);
75
int inv_read_temp_scale(const struct
inv_sysfs_names_s
*names, short *data);
76
int inv_read_temp_offset(const struct
inv_sysfs_names_s
*names, short *data);
77
int inv_write_fifo_rate(const struct
inv_sysfs_names_s
*names, short data)
[
all
...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.h
10
* struct
inv_sysfs_names_s
- Files needed by user applications.
23
struct
inv_sysfs_names_s
{
struct
62
int inv_read_raw(const struct
inv_sysfs_names_s
*names, long *data,
64
int inv_read_temperature_raw(const struct
inv_sysfs_names_s
*names, short *data,
66
int inv_read_fifo_rate(const struct
inv_sysfs_names_s
*names, short *data);
67
int inv_read_power_state(const struct
inv_sysfs_names_s
*names, char *data);
68
int inv_read_scale(const struct
inv_sysfs_names_s
*names, float *data);
69
int inv_read_temp_scale(const struct
inv_sysfs_names_s
*names, short *data);
70
int inv_read_temp_offset(const struct
inv_sysfs_names_s
*names, short *data);
71
int inv_write_fifo_rate(const struct
inv_sysfs_names_s
*names, short data)
[
all
...]
Completed in 1094 milliseconds