Searched refs:sensor_inst (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/hid/
H A Dhid-sensor-custom.c156 struct hid_sensor_custom *sensor_inst = dev_get_drvdata(dev); local
158 return sysfs_emit(buf, "%d\n", sensor_inst->enable);
161 static int set_power_report_state(struct hid_sensor_custom *sensor_inst, argument
187 if (sensor_inst->power_state)
188 power_val = hid_sensor_get_usage_index(sensor_inst->hsdev,
189 sensor_inst->power_state->attribute.report_id,
190 sensor_inst->power_state->attribute.index,
192 if (sensor_inst->report_state)
193 report_val = hid_sensor_get_usage_index(sensor_inst->hsdev,
194 sensor_inst
235 struct hid_sensor_custom *sensor_inst = dev_get_drvdata(dev); local
280 struct hid_sensor_custom *sensor_inst = dev_get_drvdata(dev); local
387 struct hid_sensor_custom *sensor_inst = dev_get_drvdata(dev); local
420 struct hid_sensor_custom *sensor_inst = platform_get_drvdata(priv); local
461 struct hid_sensor_custom *sensor_inst = platform_get_drvdata(priv); local
474 hid_sensor_custom_add_field(struct hid_sensor_custom *sensor_inst, int index, int report_type, struct hid_report *report, struct hid_field *field) argument
527 hid_sensor_custom_add_fields(struct hid_sensor_custom *sensor_inst, struct hid_report_enum *report_enum, int report_type) argument
561 hid_sensor_custom_add_attributes(struct hid_sensor_custom *sensor_inst) argument
626 hid_sensor_custom_remove_attributes(struct hid_sensor_custom * sensor_inst) argument
642 struct hid_sensor_custom *sensor_inst; local
674 struct hid_sensor_custom *sensor_inst; local
686 struct hid_sensor_custom *sensor_inst; local
700 struct hid_sensor_custom *sensor_inst; local
722 hid_sensor_custom_dev_if_add(struct hid_sensor_custom *sensor_inst) argument
744 hid_sensor_custom_dev_if_remove(struct hid_sensor_custom *sensor_inst) argument
968 struct hid_sensor_custom *sensor_inst; local
1036 struct hid_sensor_custom *sensor_inst = platform_get_drvdata(pdev); local
[all...]

Completed in 203 milliseconds