Home
last modified time | relevance | path

Searched refs:hsdev (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-sensor-hub.c117 *hsdev = callback->hsdev; in sensor_hub_get_callback()
138 callback->hsdev == hsdev) { in sensor_hub_register_callback()
147 callback->hsdev = hsdev; in sensor_hub_register_callback()
179 callback->hsdev == hsdev) { in sensor_hub_remove_callback()
308 memset(&hsdev->pending, 0, sizeof(hsdev->pending)); in sensor_hub_input_attr_get_raw_value()
513 &hsdev, &priv); in sensor_hub_raw_event()
518 if (hsdev->pending.status && (hsdev->pending.attr_usage_id == in sensor_hub_raw_event()
665 hsdev = devm_kzalloc(&hdev->dev, sizeof(*hsdev), in sensor_hub_probe()
667 if (!hsdev) { in sensor_hub_probe()
672 hsdev->hdev = hdev; in sensor_hub_probe()
[all …]
H A Dhid-sensor-custom.c41 struct hid_sensor_hub_device *hsdev; member
351 sensor_inst->hsdev, in show_value()
352 sensor_inst->hsdev->usage, in show_value()
440 header.usage_id = hsdev->usage; in hid_sensor_capture_sample()
536 struct hid_sensor_hub_device *hsdev = sensor_inst->hsdev; in hid_sensor_custom_add_fields() local
565 struct hid_sensor_hub_device *hsdev = sensor_inst->hsdev; in hid_sensor_custom_add_attributes() local
962 sizeof(*hsdev)); in hid_sensor_register_platform_device()
982 sensor_inst->hsdev = hsdev; in hid_sensor_custom_probe()
1002 ret = sensor_hub_register_callback(hsdev, hsdev->usage, in hid_sensor_custom_probe()
1030 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_sensor_custom_probe()
[all …]
/openbmc/linux/drivers/ata/
H A Dsata_dwc_460ex.c205 struct sata_dwc_device *hsdev = hsdevp->hsdev; in sata_dwc_dma_get_channel_old() local
231 hsdev->dma = devm_kzalloc(dev, sizeof(*hsdev->dma), GFP_KERNEL); in sata_dwc_dma_init_old()
232 if (!hsdev->dma) in sata_dwc_dma_init_old()
256 if (!hsdev->dma) in sata_dwc_dma_exit_old()
605 if ((tag_mask | hsdev->sactive_issued) != hsdev->sactive_issued) { in sata_dwc_isr()
759 hsdev->sactive_queued = hsdev->sactive_queued & mask; in sata_dwc_qc_complete()
760 hsdev->sactive_issued = hsdev->sactive_issued & mask; in sata_dwc_qc_complete()
808 struct sata_dwc_device *hsdev = hsdevp->hsdev; in sata_dwc_dma_get_channel() local
858 hsdevp->hsdev = hsdev; in sata_dwc_port_start()
1142 hsdev = devm_kzalloc(dev, sizeof(*hsdev), GFP_KERNEL); in sata_dwc_probe()
[all …]
/openbmc/linux/include/linux/
H A Dhid-sensor-hub.h89 int (*suspend)(struct hid_sensor_hub_device *hsdev, void *priv);
90 int (*resume)(struct hid_sensor_hub_device *hsdev, void *priv);
91 int (*capture_sample)(struct hid_sensor_hub_device *hsdev,
94 int (*send_event)(struct hid_sensor_hub_device *hsdev, u32 usage_id,
104 int sensor_hub_device_open(struct hid_sensor_hub_device *hsdev);
112 void sensor_hub_device_close(struct hid_sensor_hub_device *hsdev);
126 int sensor_hub_register_callback(struct hid_sensor_hub_device *hsdev,
138 int sensor_hub_remove_callback(struct hid_sensor_hub_device *hsdev,
155 int sensor_hub_input_get_attribute_info(struct hid_sensor_hub_device *hsdev,
219 struct hid_sensor_hub_device *hsdev; member
[all …]
/openbmc/linux/drivers/iio/light/
H A Dhid-sensor-prox.c64 struct hid_sensor_hub_device *hsdev; in prox_read_raw() local
79 hsdev = prox_state->common_attributes.hsdev; in prox_read_raw()
89 hsdev, hsdev->usage, address, report_id, in prox_read_raw()
165 static int prox_proc_event(struct hid_sensor_hub_device *hsdev, in prox_proc_event() argument
211 struct hid_sensor_hub_device *hsdev, in prox_parse_report() argument
249 prox_state->common_attributes.hsdev = hsdev; in hid_prox_probe()
252 ret = hid_sensor_parse_common_attributes(hsdev, hsdev->usage, in hid_prox_probe()
268 ret = prox_parse_report(pdev, hsdev, in hid_prox_probe()
270 hsdev->usage, prox_state); in hid_prox_probe()
299 ret = sensor_hub_register_callback(hsdev, hsdev->usage, in hid_prox_probe()
[all …]
H A Dhid-sensor-als.c89 struct hid_sensor_hub_device *hsdev = als_state->common_attributes.hsdev; in als_read_raw() local
114 hsdev, hsdev->usage, address, report_id, in als_read_raw()
189 static int als_proc_event(struct hid_sensor_hub_device *hsdev, in als_proc_event() argument
240 struct hid_sensor_hub_device *hsdev, in als_parse_report() argument
282 als_state->common_attributes.hsdev = hsdev; in hid_als_probe()
285 ret = hid_sensor_parse_common_attributes(hsdev, in hid_als_probe()
286 hsdev->usage, in hid_als_probe()
302 ret = als_parse_report(pdev, hsdev, in hid_als_probe()
304 hsdev->usage, in hid_als_probe()
335 ret = sensor_hub_register_callback(hsdev, hsdev->usage, &als_state->callbacks); in hid_als_probe()
[all …]
/openbmc/linux/drivers/iio/position/
H A Dhid-sensor-custom-intel-hinge.c114 struct hid_sensor_hub_device *hsdev; in hinge_read_raw() local
118 hsdev = st->common_attributes.hsdev; in hinge_read_raw()
130 hsdev->usage, in hinge_read_raw()
237 struct hid_sensor_hub_device *hsdev, in hinge_parse_report() argument
279 st->common_attributes.hsdev = hsdev; in hid_hinge_probe()
285 ret = hid_sensor_parse_common_attributes(hsdev, hsdev->usage, in hid_hinge_probe()
300 ret = hinge_parse_report(pdev, hsdev, in hid_hinge_probe()
302 hsdev->usage, st); in hid_hinge_probe()
323 ret = sensor_hub_register_callback(hsdev, hsdev->usage, &st->callbacks); in hid_hinge_probe()
338 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_hinge_probe()
[all …]
/openbmc/linux/drivers/rtc/
H A Drtc-hid-sensor-time.c135 struct hid_sensor_hub_device *hsdev, in hid_time_parse_report() argument
142 if (sensor_hub_input_get_attribute_info(hsdev, in hid_time_parse_report()
236 time_state->common_attributes.hsdev = hsdev; in hid_time_probe()
239 ret = hid_sensor_parse_common_attributes(hsdev, in hid_time_probe()
266 ret = sensor_hub_device_open(hsdev); in hid_time_probe()
276 hid_device_io_start(hsdev->hdev); in hid_time_probe()
283 hid_device_io_stop(hsdev->hdev); in hid_time_probe()
293 sensor_hub_device_close(hsdev); in hid_time_probe()
295 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_TIME); in hid_time_probe()
303 sensor_hub_device_close(hsdev); in hid_time_remove()
[all …]
/openbmc/linux/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c159 ret = sensor_hub_get_feature(st->hsdev, in hid_sensor_read_poll_value()
180 ret = sensor_hub_get_feature(st->hsdev, in hid_sensor_read_samp_freq_value()
224 ret = sensor_hub_get_feature(st->hsdev, in hid_sensor_write_samp_freq_value()
242 ret = sensor_hub_get_feature(st->hsdev, in hid_sensor_read_raw_hyst_value()
265 ret = sensor_hub_get_feature(st->hsdev, in hid_sensor_read_raw_hyst_rel_value()
300 ret = sensor_hub_get_feature(st->hsdev, in hid_sensor_write_raw_hyst_value()
331 ret = sensor_hub_get_feature(st->hsdev, in hid_sensor_write_raw_hyst_rel_value()
440 sensor_hub_input_get_attribute_info(hsdev, in hid_sensor_get_reporting_interval()
539 hsdev, HID_FEATURE_REPORT, usage_id, in hid_sensor_parse_common_attributes()
546 hsdev, HID_FEATURE_REPORT, usage_id, in hid_sensor_parse_common_attributes()
[all …]
H A Dhid-sensor-trigger.c91 if (sensor_hub_device_open(st->hsdev)) in _hid_sensor_power_state()
96 state_val = hid_sensor_get_usage_index(st->hsdev, in _hid_sensor_power_state()
100 report_val = hid_sensor_get_usage_index(st->hsdev, in _hid_sensor_power_state()
113 sensor_hub_device_close(st->hsdev); in _hid_sensor_power_state()
114 state_val = hid_sensor_get_usage_index(st->hsdev, in _hid_sensor_power_state()
118 report_val = hid_sensor_get_usage_index(st->hsdev, in _hid_sensor_power_state()
126 sensor_hub_set_feature(st->hsdev, st->power_state.report_id, in _hid_sensor_power_state()
133 sensor_hub_set_feature(st->hsdev, st->report_state.report_id, in _hid_sensor_power_state()
142 sensor_hub_get_feature(st->hsdev, st->power_state.report_id, in _hid_sensor_power_state()
187 sensor_hub_set_feature(attrb->hsdev, attrb->poll.report_id, in hid_sensor_set_power_work()
[all …]
/openbmc/linux/drivers/iio/orientation/
H A Dhid-sensor-rotation.c198 struct hid_sensor_hub_device *hsdev, in dev_rot_parse_report() argument
205 ret = sensor_hub_input_get_attribute_info(hsdev, in dev_rot_parse_report()
223 hsdev->usage, in dev_rot_parse_report()
247 rot_state->common_attributes.hsdev = hsdev; in hid_dev_rot_probe()
250 switch (hsdev->usage) { in hid_dev_rot_probe()
264 ret = hid_sensor_parse_common_attributes(hsdev, in hid_dev_rot_probe()
265 hsdev->usage, in hid_dev_rot_probe()
282 ret = dev_rot_parse_report(pdev, hsdev, in hid_dev_rot_probe()
284 hsdev->usage, rot_state); in hid_dev_rot_probe()
313 ret = sensor_hub_register_callback(hsdev, hsdev->usage, in hid_dev_rot_probe()
[all …]
H A Dhid-sensor-incl-3d.c121 incl_state->common_attributes.hsdev, in incl_3d_read_raw()
248 struct hid_sensor_hub_device *hsdev, in incl_3d_parse_report() argument
255 ret = sensor_hub_input_get_attribute_info(hsdev, in incl_3d_parse_report()
265 ret = sensor_hub_input_get_attribute_info(hsdev, in incl_3d_parse_report()
275 ret = sensor_hub_input_get_attribute_info(hsdev, in incl_3d_parse_report()
306 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_incl_3d_probe() local
316 incl_state->common_attributes.hsdev = hsdev; in hid_incl_3d_probe()
319 ret = hid_sensor_parse_common_attributes(hsdev, in hid_incl_3d_probe()
336 ret = incl_3d_parse_report(pdev, hsdev, in hid_incl_3d_probe()
368 ret = sensor_hub_register_callback(hsdev, in hid_incl_3d_probe()
[all …]
/openbmc/linux/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c144 struct hid_sensor_hub_device *hsdev = in accel_3d_read_raw() local
145 accel_state->common_attributes.hsdev; in accel_3d_read_raw()
157 accel_state->common_attributes.hsdev, in accel_3d_read_raw()
158 hsdev->usage, address, report_id, in accel_3d_read_raw()
294 struct hid_sensor_hub_device *hsdev, in accel_3d_parse_report() argument
321 hsdev->usage, in accel_3d_parse_report()
348 accel_state->common_attributes.hsdev = hsdev; in hid_accel_3d_probe()
363 hsdev->usage, in hid_accel_3d_probe()
380 hsdev->usage, accel_state); in hid_accel_3d_probe()
408 ret = sensor_hub_register_callback(hsdev, hsdev->usage, in hid_accel_3d_probe()
[all …]
/openbmc/linux/drivers/iio/humidity/
H A Dhid-sensor-humidity.c69 humid_st->common_attributes.hsdev, in humidity_read_raw()
129 static int humidity_proc_event(struct hid_sensor_hub_device *hsdev, in humidity_proc_event() argument
162 struct hid_sensor_hub_device *hsdev, in humidity_parse_report() argument
169 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT, in humidity_parse_report()
199 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev); in hid_humidity_probe() local
207 humid_st->common_attributes.hsdev = hsdev; in hid_humidity_probe()
210 ret = hid_sensor_parse_common_attributes(hsdev, in hid_humidity_probe()
223 ret = humidity_parse_report(pdev, hsdev, humid_chans, in hid_humidity_probe()
256 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_HUMIDITY); in hid_humidity_probe()
265 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev); in hid_humidity_remove() local
[all …]
/openbmc/linux/drivers/iio/temperature/
H A Dhid-sensor-temperature.c70 temp_st->common_attributes.hsdev, in temperature_read_raw()
127 static int temperature_proc_event(struct hid_sensor_hub_device *hsdev, in temperature_proc_event() argument
159 struct hid_sensor_hub_device *hsdev, in temperature_parse_report() argument
166 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT, in temperature_parse_report()
196 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev); in hid_temperature_probe() local
204 temp_st->common_attributes.hsdev = hsdev; in hid_temperature_probe()
207 ret = hid_sensor_parse_common_attributes(hsdev, in hid_temperature_probe()
220 ret = temperature_parse_report(pdev, hsdev, temp_chans, in hid_temperature_probe()
253 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_TEMPERATURE); in hid_temperature_probe()
262 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev); in hid_temperature_remove() local
[all …]
/openbmc/linux/drivers/iio/pressure/
H A Dhid-sensor-press.c97 press_state->common_attributes.hsdev, in press_read_raw()
167 static int press_proc_event(struct hid_sensor_hub_device *hsdev, in press_proc_event() argument
187 static int press_capture_sample(struct hid_sensor_hub_device *hsdev, in press_capture_sample() argument
214 struct hid_sensor_hub_device *hsdev, in press_parse_report() argument
221 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT, in press_parse_report()
248 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_press_probe() local
257 press_state->common_attributes.hsdev = hsdev; in hid_press_probe()
260 ret = hid_sensor_parse_common_attributes(hsdev, in hid_press_probe()
277 ret = press_parse_report(pdev, hsdev, in hid_press_probe()
328 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_press_remove() local
[all …]
/openbmc/linux/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.c118 gyro_state->common_attributes.hsdev, in gyro_3d_read_raw()
189 static int gyro_3d_proc_event(struct hid_sensor_hub_device *hsdev, in gyro_3d_proc_event() argument
245 struct hid_sensor_hub_device *hsdev, in gyro_3d_parse_report() argument
254 ret = sensor_hub_input_get_attribute_info(hsdev, in gyro_3d_parse_report()
286 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_gyro_3d_probe() local
294 gyro_state->common_attributes.hsdev = hsdev; in hid_gyro_3d_probe()
297 ret = hid_sensor_parse_common_attributes(hsdev, in hid_gyro_3d_probe()
314 ret = gyro_3d_parse_report(pdev, hsdev, in hid_gyro_3d_probe()
345 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_GYRO_3D, in hid_gyro_3d_probe()
364 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_gyro_3d_remove() local
[all …]
/openbmc/linux/drivers/iio/magnetometer/
H A Dhid-sensor-magn-3d.c168 magn_state->magn_flux_attributes.hsdev, in magn_3d_read_raw()
282 static int magn_3d_proc_event(struct hid_sensor_hub_device *hsdev, in magn_3d_proc_event() argument
350 struct hid_sensor_hub_device *hsdev, in magn_3d_parse_report() argument
366 status = sensor_hub_input_get_attribute_info(hsdev, in magn_3d_parse_report()
453 sensor_hub_input_get_attribute_info(hsdev, in magn_3d_parse_report()
473 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_magn_3d_probe() local
485 magn_state->magn_flux_attributes.hsdev = hsdev; in hid_magn_3d_probe()
488 ret = hid_sensor_parse_common_attributes(hsdev, in hid_magn_3d_probe()
501 ret = magn_3d_parse_report(pdev, hsdev, in hid_magn_3d_probe()
552 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_magn_3d_remove() local
[all …]
/openbmc/linux/Documentation/hid/
H A Dhid-sensor.rst94 int sensor_hub_register_callback(struct hid_sensor_hub_device *hsdev,
102 int sensor_hub_remove_callback(struct hid_sensor_hub_device *hsdev,
110 int sensor_hub_input_get_attribute_info(struct hid_sensor_hub_device *hsdev,
123 int sensor_hub_set_feature(struct hid_sensor_hub_device *hsdev, u32 report_id,
132 int sensor_hub_get_feature(struct hid_sensor_hub_device *hsdev, u32 report_id,
141 int sensor_hub_input_attr_get_raw_value(struct hid_sensor_hub_device *hsdev,