Searched refs:mma_chip_info_table (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/iio/accel/ |
| H A D | mma8452.c | 1320 static const struct mma_chip_info mma_chip_info_table[] = { variable 1538 { .compatible = "fsl,mma8451", .data = &mma_chip_info_table[mma8451] }, 1539 { .compatible = "fsl,mma8452", .data = &mma_chip_info_table[mma8452] }, 1540 { .compatible = "fsl,mma8453", .data = &mma_chip_info_table[mma8453] }, 1541 { .compatible = "fsl,mma8652", .data = &mma_chip_info_table[mma8652] }, 1826 { "fxls8471", (kernel_ulong_t)&mma_chip_info_table[fxls8471] }, 1827 { "mma8451", (kernel_ulong_t)&mma_chip_info_table[mma8451] }, 1828 { "mma8452", (kernel_ulong_t)&mma_chip_info_table[mma8452] }, 1829 { "mma8453", (kernel_ulong_t)&mma_chip_info_table[mma8453] }, 1830 { "mma8652", (kernel_ulong_t)&mma_chip_info_table[mma8652] }, [all …]
|