Searched refs:adxl31x_chip_info (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/iio/accel/ |
D | adxl313_i2c.c | 42 { .name = "adxl312", .driver_data = (kernel_ulong_t)&adxl31x_chip_info[ADXL312] }, 43 { .name = "adxl313", .driver_data = (kernel_ulong_t)&adxl31x_chip_info[ADXL312] }, 44 { .name = "adxl314", .driver_data = (kernel_ulong_t)&adxl31x_chip_info[ADXL312] }, 51 { .compatible = "adi,adxl312", .data = &adxl31x_chip_info[ADXL312] }, 52 { .compatible = "adi,adxl313", .data = &adxl31x_chip_info[ADXL313] }, 53 { .compatible = "adi,adxl314", .data = &adxl31x_chip_info[ADXL314] },
|
D | adxl313_spi.c | 97 { .name = "adxl312", .driver_data = (kernel_ulong_t)&adxl31x_chip_info[ADXL312] }, 98 { .name = "adxl313", .driver_data = (kernel_ulong_t)&adxl31x_chip_info[ADXL313] }, 99 { .name = "adxl314", .driver_data = (kernel_ulong_t)&adxl31x_chip_info[ADXL314] }, 106 { .compatible = "adi,adxl312", .data = &adxl31x_chip_info[ADXL312] }, 107 { .compatible = "adi,adxl313", .data = &adxl31x_chip_info[ADXL313] }, 108 { .compatible = "adi,adxl314", .data = &adxl31x_chip_info[ADXL314] },
|
D | adxl313.h | 79 extern const struct adxl313_chip_info adxl31x_chip_info[];
|
D | adxl313_core.c | 98 const struct adxl313_chip_info adxl31x_chip_info[] = { variable 124 EXPORT_SYMBOL_NS_GPL(adxl31x_chip_info, IIO_ADXL313);
|