Searched refs:hid_sensor_remove_trigger (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/iio/common/hid-sensors/ |
H A D | hid-sensor-trigger.h | 19 void hid_sensor_remove_trigger(struct iio_dev *indio_dev,
|
H A D | hid-sensor-trigger.c | 212 void hid_sensor_remove_trigger(struct iio_dev *indio_dev, in hid_sensor_remove_trigger() function 225 EXPORT_SYMBOL_NS(hid_sensor_remove_trigger, IIO_HID);
|
/openbmc/linux/drivers/iio/humidity/ |
H A D | hid-sensor-humidity.c | 258 hid_sensor_remove_trigger(indio_dev, &humid_st->common_attributes); in hid_humidity_probe() 271 hid_sensor_remove_trigger(indio_dev, &humid_st->common_attributes); in hid_humidity_remove()
|
/openbmc/linux/drivers/iio/temperature/ |
H A D | hid-sensor-temperature.c | 255 hid_sensor_remove_trigger(indio_dev, &temp_st->common_attributes); in hid_temperature_probe() 267 hid_sensor_remove_trigger(indio_dev, &temp_st->common_attributes); in hid_temperature_remove()
|
/openbmc/linux/drivers/iio/pressure/ |
H A D | hid-sensor-press.c | 321 hid_sensor_remove_trigger(indio_dev, &press_state->common_attributes); in hid_press_probe() 334 hid_sensor_remove_trigger(indio_dev, &press_state->common_attributes); in hid_press_remove()
|
/openbmc/linux/drivers/iio/light/ |
H A D | hid-sensor-prox.c | 311 hid_sensor_remove_trigger(indio_dev, &prox_state->common_attributes); in hid_prox_probe() 324 hid_sensor_remove_trigger(indio_dev, &prox_state->common_attributes); in hid_prox_remove()
|
H A D | hid-sensor-als.c | 346 hid_sensor_remove_trigger(indio_dev, &als_state->common_attributes); in hid_als_probe() 359 hid_sensor_remove_trigger(indio_dev, &als_state->common_attributes); in hid_als_remove()
|
/openbmc/linux/drivers/iio/orientation/ |
H A D | hid-sensor-rotation.c | 325 hid_sensor_remove_trigger(indio_dev, &rot_state->common_attributes); in hid_dev_rot_probe() 338 hid_sensor_remove_trigger(indio_dev, &rot_state->common_attributes); in hid_dev_rot_remove()
|
H A D | hid-sensor-incl-3d.c | 381 hid_sensor_remove_trigger(indio_dev, &incl_state->common_attributes); in hid_incl_3d_probe() 394 hid_sensor_remove_trigger(indio_dev, &incl_state->common_attributes); in hid_incl_3d_remove()
|
/openbmc/linux/drivers/iio/position/ |
H A D | hid-sensor-custom-intel-hinge.c | 340 hid_sensor_remove_trigger(indio_dev, &st->common_attributes); in hid_hinge_probe() 353 hid_sensor_remove_trigger(indio_dev, &st->common_attributes); in hid_hinge_remove()
|
/openbmc/linux/drivers/iio/gyro/ |
H A D | hid-sensor-gyro-3d.c | 357 hid_sensor_remove_trigger(indio_dev, &gyro_state->common_attributes); in hid_gyro_3d_probe() 370 hid_sensor_remove_trigger(indio_dev, &gyro_state->common_attributes); in hid_gyro_3d_remove()
|
/openbmc/linux/drivers/iio/accel/ |
H A D | hid-sensor-accel-3d.c | 420 hid_sensor_remove_trigger(indio_dev, &accel_state->common_attributes); in hid_accel_3d_probe() 433 hid_sensor_remove_trigger(indio_dev, &accel_state->common_attributes); in hid_accel_3d_remove()
|
/openbmc/linux/drivers/iio/magnetometer/ |
H A D | hid-sensor-magn-3d.c | 545 hid_sensor_remove_trigger(indio_dev, &magn_state->magn_flux_attributes); in hid_magn_3d_probe() 558 hid_sensor_remove_trigger(indio_dev, &magn_state->magn_flux_attributes); in hid_magn_3d_remove()
|