mirror of https://gitee.com/openkylin/linux.git
staging: iio: lis3l02dq event attribute renames
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
4be2de46fb
commit
c33680c483
|
@ -497,7 +497,7 @@ static LIS3L02DQ_UNSIGNED_ATTR(accel_y_calibscale,
|
||||||
static LIS3L02DQ_UNSIGNED_ATTR(accel_z_calibscale,
|
static LIS3L02DQ_UNSIGNED_ATTR(accel_z_calibscale,
|
||||||
LIS3L02DQ_REG_GAIN_Z_ADDR);
|
LIS3L02DQ_REG_GAIN_Z_ADDR);
|
||||||
|
|
||||||
static IIO_DEVICE_ATTR(accel_mag_either_rising_value,
|
static IIO_DEVICE_ATTR(accel_raw_mag_value,
|
||||||
S_IWUSR | S_IRUGO,
|
S_IWUSR | S_IRUGO,
|
||||||
lis3l02dq_read_16bit_signed,
|
lis3l02dq_read_16bit_signed,
|
||||||
lis3l02dq_write_16bit_signed,
|
lis3l02dq_write_16bit_signed,
|
||||||
|
@ -703,37 +703,37 @@ static void lis3l02dq_thresh_handler_bh_no_check(struct work_struct *work_s)
|
||||||
/* A shared handler for a number of threshold types */
|
/* A shared handler for a number of threshold types */
|
||||||
IIO_EVENT_SH(threshold, &lis3l02dq_thresh_handler_th);
|
IIO_EVENT_SH(threshold, &lis3l02dq_thresh_handler_th);
|
||||||
|
|
||||||
IIO_EVENT_ATTR_SH(accel_x_mag_pos_rising_en,
|
IIO_EVENT_ATTR_SH(accel_x_thresh_rising_en,
|
||||||
iio_event_threshold,
|
iio_event_threshold,
|
||||||
lis3l02dq_read_interrupt_config,
|
lis3l02dq_read_interrupt_config,
|
||||||
lis3l02dq_write_interrupt_config,
|
lis3l02dq_write_interrupt_config,
|
||||||
LIS3L02DQ_REG_WAKE_UP_CFG_INTERRUPT_X_HIGH);
|
LIS3L02DQ_REG_WAKE_UP_CFG_INTERRUPT_X_HIGH);
|
||||||
|
|
||||||
IIO_EVENT_ATTR_SH(accel_y_mag_pos_rising_en,
|
IIO_EVENT_ATTR_SH(accel_y_thresh_rising_en,
|
||||||
iio_event_threshold,
|
iio_event_threshold,
|
||||||
lis3l02dq_read_interrupt_config,
|
lis3l02dq_read_interrupt_config,
|
||||||
lis3l02dq_write_interrupt_config,
|
lis3l02dq_write_interrupt_config,
|
||||||
LIS3L02DQ_REG_WAKE_UP_CFG_INTERRUPT_Y_HIGH);
|
LIS3L02DQ_REG_WAKE_UP_CFG_INTERRUPT_Y_HIGH);
|
||||||
|
|
||||||
IIO_EVENT_ATTR_SH(accel_z_mag_pos_rising_en,
|
IIO_EVENT_ATTR_SH(accel_z_thresh_rising_en,
|
||||||
iio_event_threshold,
|
iio_event_threshold,
|
||||||
lis3l02dq_read_interrupt_config,
|
lis3l02dq_read_interrupt_config,
|
||||||
lis3l02dq_write_interrupt_config,
|
lis3l02dq_write_interrupt_config,
|
||||||
LIS3L02DQ_REG_WAKE_UP_CFG_INTERRUPT_Z_HIGH);
|
LIS3L02DQ_REG_WAKE_UP_CFG_INTERRUPT_Z_HIGH);
|
||||||
|
|
||||||
IIO_EVENT_ATTR_SH(accel_x_mag_neg_rising_en,
|
IIO_EVENT_ATTR_SH(accel_x_thresh_falling_en,
|
||||||
iio_event_threshold,
|
iio_event_threshold,
|
||||||
lis3l02dq_read_interrupt_config,
|
lis3l02dq_read_interrupt_config,
|
||||||
lis3l02dq_write_interrupt_config,
|
lis3l02dq_write_interrupt_config,
|
||||||
LIS3L02DQ_REG_WAKE_UP_CFG_INTERRUPT_X_LOW);
|
LIS3L02DQ_REG_WAKE_UP_CFG_INTERRUPT_X_LOW);
|
||||||
|
|
||||||
IIO_EVENT_ATTR_SH(accel_y_mag_neg_rising_en,
|
IIO_EVENT_ATTR_SH(accel_y_thresh_falling_en,
|
||||||
iio_event_threshold,
|
iio_event_threshold,
|
||||||
lis3l02dq_read_interrupt_config,
|
lis3l02dq_read_interrupt_config,
|
||||||
lis3l02dq_write_interrupt_config,
|
lis3l02dq_write_interrupt_config,
|
||||||
LIS3L02DQ_REG_WAKE_UP_CFG_INTERRUPT_Y_LOW);
|
LIS3L02DQ_REG_WAKE_UP_CFG_INTERRUPT_Y_LOW);
|
||||||
|
|
||||||
IIO_EVENT_ATTR_SH(accel_z_mag_neg_rising_en,
|
IIO_EVENT_ATTR_SH(accel_z_thresh_falling_en,
|
||||||
iio_event_threshold,
|
iio_event_threshold,
|
||||||
lis3l02dq_read_interrupt_config,
|
lis3l02dq_read_interrupt_config,
|
||||||
lis3l02dq_write_interrupt_config,
|
lis3l02dq_write_interrupt_config,
|
||||||
|
@ -741,13 +741,13 @@ IIO_EVENT_ATTR_SH(accel_z_mag_neg_rising_en,
|
||||||
|
|
||||||
|
|
||||||
static struct attribute *lis3l02dq_event_attributes[] = {
|
static struct attribute *lis3l02dq_event_attributes[] = {
|
||||||
&iio_event_attr_accel_x_mag_pos_rising_en.dev_attr.attr,
|
&iio_event_attr_accel_x_thresh_rising_en.dev_attr.attr,
|
||||||
&iio_event_attr_accel_y_mag_pos_rising_en.dev_attr.attr,
|
&iio_event_attr_accel_y_thresh_rising_en.dev_attr.attr,
|
||||||
&iio_event_attr_accel_z_mag_pos_rising_en.dev_attr.attr,
|
&iio_event_attr_accel_z_thresh_rising_en.dev_attr.attr,
|
||||||
&iio_event_attr_accel_x_mag_neg_rising_en.dev_attr.attr,
|
&iio_event_attr_accel_x_thresh_falling_en.dev_attr.attr,
|
||||||
&iio_event_attr_accel_y_mag_neg_rising_en.dev_attr.attr,
|
&iio_event_attr_accel_y_thresh_falling_en.dev_attr.attr,
|
||||||
&iio_event_attr_accel_z_mag_neg_rising_en.dev_attr.attr,
|
&iio_event_attr_accel_z_thresh_falling_en.dev_attr.attr,
|
||||||
&iio_dev_attr_accel_mag_either_rising_value.dev_attr.attr,
|
&iio_dev_attr_accel_raw_mag_value.dev_attr.attr,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue