Symbol: hid_sensor_hub_device
drivers/hid/hid-sensor-custom.c
1037
struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data;
drivers/hid/hid-sensor-custom.c
41
struct hid_sensor_hub_device *hsdev;
drivers/hid/hid-sensor-custom.c
416
static int hid_sensor_capture_sample(struct hid_sensor_hub_device *hsdev,
drivers/hid/hid-sensor-custom.c
458
static int hid_sensor_send_event(struct hid_sensor_hub_device *hsdev,
drivers/hid/hid-sensor-custom.c
535
struct hid_sensor_hub_device *hsdev = sensor_inst->hsdev;
drivers/hid/hid-sensor-custom.c
564
struct hid_sensor_hub_device *hsdev = sensor_inst->hsdev;
drivers/hid/hid-sensor-custom.c
823
static int hid_sensor_custom_get_prop(struct hid_sensor_hub_device *hsdev,
drivers/hid/hid-sensor-custom.c
850
hid_sensor_custom_do_match(struct hid_sensor_hub_device *hsdev,
drivers/hid/hid-sensor-custom.c
878
hid_sensor_custom_properties_get(struct hid_sensor_hub_device *hsdev,
drivers/hid/hid-sensor-custom.c
907
hid_sensor_custom_get_known(struct hid_sensor_hub_device *hsdev,
drivers/hid/hid-sensor-custom.c
939
struct hid_sensor_hub_device *hsdev,
drivers/hid/hid-sensor-custom.c
969
struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data;
drivers/hid/hid-sensor-hub.c
101
struct hid_sensor_hub_device **hsdev,
drivers/hid/hid-sensor-hub.c
127
int sensor_hub_register_callback(struct hid_sensor_hub_device *hsdev,
drivers/hid/hid-sensor-hub.c
169
int sensor_hub_remove_callback(struct hid_sensor_hub_device *hsdev,
drivers/hid/hid-sensor-hub.c
190
int sensor_hub_set_feature(struct hid_sensor_hub_device *hsdev, u32 report_id,
drivers/hid/hid-sensor-hub.c
238
int sensor_hub_get_feature(struct hid_sensor_hub_device *hsdev, u32 report_id,
drivers/hid/hid-sensor-hub.c
289
int sensor_hub_input_attr_read_values(struct hid_sensor_hub_device *hsdev,
drivers/hid/hid-sensor-hub.c
338
int sensor_hub_input_attr_get_raw_value(struct hid_sensor_hub_device *hsdev,
drivers/hid/hid-sensor-hub.c
400
int hid_sensor_get_usage_index(struct hid_sensor_hub_device *hsdev,
drivers/hid/hid-sensor-hub.c
422
int sensor_hub_input_get_attribute_info(struct hid_sensor_hub_device *hsdev,
drivers/hid/hid-sensor-hub.c
50
struct hid_sensor_hub_device *hsdev;
drivers/hid/hid-sensor-hub.c
528
struct hid_sensor_hub_device *hsdev = NULL;
drivers/hid/hid-sensor-hub.c
613
int sensor_hub_device_open(struct hid_sensor_hub_device *hsdev)
drivers/hid/hid-sensor-hub.c
634
void sensor_hub_device_close(struct hid_sensor_hub_device *hsdev)
drivers/hid/hid-sensor-hub.c
676
struct hid_sensor_hub_device *hsdev;
drivers/hid/hid-sensor-hub.c
677
struct hid_sensor_hub_device *last_hsdev = NULL;
drivers/hid/hid-sensor-hub.c
678
struct hid_sensor_hub_device *collection_hsdev = NULL;
drivers/hid/hid-sensor-hub.c
798
struct hid_sensor_hub_device *hsdev = dev->platform_data;
drivers/iio/accel/hid-sensor-accel-3d.c
133
struct hid_sensor_hub_device *hsdev =
drivers/iio/accel/hid-sensor-accel-3d.c
224
static int accel_3d_proc_event(struct hid_sensor_hub_device *hsdev,
drivers/iio/accel/hid-sensor-accel-3d.c
248
static int accel_3d_capture_sample(struct hid_sensor_hub_device *hsdev,
drivers/iio/accel/hid-sensor-accel-3d.c
283
struct hid_sensor_hub_device *hsdev,
drivers/iio/accel/hid-sensor-accel-3d.c
321
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/accel/hid-sensor-accel-3d.c
416
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/common/hid-sensors/hid-sensor-attributes.c
440
int hid_sensor_get_reporting_interval(struct hid_sensor_hub_device *hsdev,
drivers/iio/common/hid-sensors/hid-sensor-attributes.c
458
static void hid_sensor_get_report_latency_info(struct hid_sensor_hub_device *hsdev,
drivers/iio/common/hid-sensors/hid-sensor-attributes.c
500
int hid_sensor_parse_common_attributes(struct hid_sensor_hub_device *hsdev,
drivers/iio/gyro/hid-sensor-gyro-3d.c
178
static int gyro_3d_proc_event(struct hid_sensor_hub_device *hsdev,
drivers/iio/gyro/hid-sensor-gyro-3d.c
200
static int gyro_3d_capture_sample(struct hid_sensor_hub_device *hsdev,
drivers/iio/gyro/hid-sensor-gyro-3d.c
234
struct hid_sensor_hub_device *hsdev,
drivers/iio/gyro/hid-sensor-gyro-3d.c
272
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/gyro/hid-sensor-gyro-3d.c
354
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/humidity/hid-sensor-humidity.c
128
static int humidity_proc_event(struct hid_sensor_hub_device *hsdev,
drivers/iio/humidity/hid-sensor-humidity.c
142
static int humidity_capture_sample(struct hid_sensor_hub_device *hsdev,
drivers/iio/humidity/hid-sensor-humidity.c
161
struct hid_sensor_hub_device *hsdev,
drivers/iio/humidity/hid-sensor-humidity.c
198
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/humidity/hid-sensor-humidity.c
264
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/light/hid-sensor-als.c
127
struct hid_sensor_hub_device *hsdev = als_state->common_attributes.hsdev;
drivers/iio/light/hid-sensor-als.c
242
static int als_proc_event(struct hid_sensor_hub_device *hsdev,
drivers/iio/light/hid-sensor-als.c
264
static int als_capture_sample(struct hid_sensor_hub_device *hsdev,
drivers/iio/light/hid-sensor-als.c
306
struct hid_sensor_hub_device *hsdev,
drivers/iio/light/hid-sensor-als.c
353
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/light/hid-sensor-als.c
435
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/light/hid-sensor-prox.c
167
static int prox_proc_event(struct hid_sensor_hub_device *hsdev,
drivers/iio/light/hid-sensor-prox.c
184
static int prox_capture_sample(struct hid_sensor_hub_device *hsdev,
drivers/iio/light/hid-sensor-prox.c
220
struct hid_sensor_hub_device *hsdev,
drivers/iio/light/hid-sensor-prox.c
267
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/light/hid-sensor-prox.c
342
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/light/hid-sensor-prox.c
77
struct hid_sensor_hub_device *hsdev;
drivers/iio/magnetometer/hid-sensor-magn-3d.c
271
static int magn_3d_proc_event(struct hid_sensor_hub_device *hsdev,
drivers/iio/magnetometer/hid-sensor-magn-3d.c
293
static int magn_3d_capture_sample(struct hid_sensor_hub_device *hsdev,
drivers/iio/magnetometer/hid-sensor-magn-3d.c
339
struct hid_sensor_hub_device *hsdev,
drivers/iio/magnetometer/hid-sensor-magn-3d.c
460
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/magnetometer/hid-sensor-magn-3d.c
543
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/orientation/hid-sensor-incl-3d.c
190
static int incl_3d_proc_event(struct hid_sensor_hub_device *hsdev,
drivers/iio/orientation/hid-sensor-incl-3d.c
213
static int incl_3d_capture_sample(struct hid_sensor_hub_device *hsdev,
drivers/iio/orientation/hid-sensor-incl-3d.c
247
struct hid_sensor_hub_device *hsdev,
drivers/iio/orientation/hid-sensor-incl-3d.c
301
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/orientation/hid-sensor-incl-3d.c
387
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/orientation/hid-sensor-rotation.c
213
static int dev_rot_proc_event(struct hid_sensor_hub_device *hsdev,
drivers/iio/orientation/hid-sensor-rotation.c
246
static int dev_rot_capture_sample(struct hid_sensor_hub_device *hsdev,
drivers/iio/orientation/hid-sensor-rotation.c
277
struct hid_sensor_hub_device *hsdev,
drivers/iio/orientation/hid-sensor-rotation.c
308
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/orientation/hid-sensor-rotation.c
398
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/orientation/hid-sensor-rotation.c
88
struct hid_sensor_hub_device *hsdev = rot_state->common_attributes.hsdev;
drivers/iio/position/hid-sensor-custom-intel-hinge.c
113
struct hid_sensor_hub_device *hsdev;
drivers/iio/position/hid-sensor-custom-intel-hinge.c
191
static int hinge_proc_event(struct hid_sensor_hub_device *hsdev,
drivers/iio/position/hid-sensor-custom-intel-hinge.c
210
static int hinge_capture_sample(struct hid_sensor_hub_device *hsdev,
drivers/iio/position/hid-sensor-custom-intel-hinge.c
236
struct hid_sensor_hub_device *hsdev,
drivers/iio/position/hid-sensor-custom-intel-hinge.c
265
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/position/hid-sensor-custom-intel-hinge.c
346
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/pressure/hid-sensor-press.c
156
static int press_proc_event(struct hid_sensor_hub_device *hsdev,
drivers/iio/pressure/hid-sensor-press.c
177
static int press_capture_sample(struct hid_sensor_hub_device *hsdev,
drivers/iio/pressure/hid-sensor-press.c
204
struct hid_sensor_hub_device *hsdev,
drivers/iio/pressure/hid-sensor-press.c
237
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/pressure/hid-sensor-press.c
321
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/temperature/hid-sensor-temperature.c
126
static int temperature_proc_event(struct hid_sensor_hub_device *hsdev,
drivers/iio/temperature/hid-sensor-temperature.c
141
static int temperature_capture_sample(struct hid_sensor_hub_device *hsdev,
drivers/iio/temperature/hid-sensor-temperature.c
159
struct hid_sensor_hub_device *hsdev,
drivers/iio/temperature/hid-sensor-temperature.c
196
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/iio/temperature/hid-sensor-temperature.c
262
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/rtc/rtc-hid-sensor-time.c
135
struct hid_sensor_hub_device *hsdev,
drivers/rtc/rtc-hid-sensor-time.c
225
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/rtc/rtc-hid-sensor-time.c
301
struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
drivers/rtc/rtc-hid-sensor-time.c
49
static int hid_time_proc_event(struct hid_sensor_hub_device *hsdev,
drivers/rtc/rtc-hid-sensor-time.c
76
static int hid_time_capture_sample(struct hid_sensor_hub_device *hsdev,
include/linux/hid-sensor-hub.h
108
int sensor_hub_device_open(struct hid_sensor_hub_device *hsdev);
include/linux/hid-sensor-hub.h
116
void sensor_hub_device_close(struct hid_sensor_hub_device *hsdev);
include/linux/hid-sensor-hub.h
130
int sensor_hub_register_callback(struct hid_sensor_hub_device *hsdev,
include/linux/hid-sensor-hub.h
143
int sensor_hub_remove_callback(struct hid_sensor_hub_device *hsdev,
include/linux/hid-sensor-hub.h
160
int sensor_hub_input_get_attribute_info(struct hid_sensor_hub_device *hsdev,
include/linux/hid-sensor-hub.h
183
int sensor_hub_input_attr_get_raw_value(struct hid_sensor_hub_device *hsdev,
include/linux/hid-sensor-hub.h
205
int sensor_hub_input_attr_read_values(struct hid_sensor_hub_device *hsdev,
include/linux/hid-sensor-hub.h
222
int sensor_hub_set_feature(struct hid_sensor_hub_device *hsdev, u32 report_id,
include/linux/hid-sensor-hub.h
238
int sensor_hub_get_feature(struct hid_sensor_hub_device *hsdev, u32 report_id,
include/linux/hid-sensor-hub.h
245
struct hid_sensor_hub_device *hsdev;
include/linux/hid-sensor-hub.h
276
int hid_sensor_parse_common_attributes(struct hid_sensor_hub_device *hsdev,
include/linux/hid-sensor-hub.h
294
int hid_sensor_get_usage_index(struct hid_sensor_hub_device *hsdev,
include/linux/hid-sensor-hub.h
93
int (*suspend)(struct hid_sensor_hub_device *hsdev, void *priv);
include/linux/hid-sensor-hub.h
94
int (*resume)(struct hid_sensor_hub_device *hsdev, void *priv);
include/linux/hid-sensor-hub.h
95
int (*capture_sample)(struct hid_sensor_hub_device *hsdev,
include/linux/hid-sensor-hub.h
98
int (*send_event)(struct hid_sensor_hub_device *hsdev, u32 usage_id,