Searched refs:mma_chip_info_table (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/iio/accel/ |
| H A D | mma8452.c | 1305 static const struct mma_chip_info mma_chip_info_table[] = { variable 1523 { .compatible = "fsl,mma8451", .data = &mma_chip_info_table[mma8451] }, 1524 { .compatible = "fsl,mma8452", .data = &mma_chip_info_table[mma8452] }, 1525 { .compatible = "fsl,mma8453", .data = &mma_chip_info_table[mma8453] }, 1526 { .compatible = "fsl,mma8652", .data = &mma_chip_info_table[mma8652] }, 1527 { .compatible = "fsl,mma8653", .data = &mma_chip_info_table[mma8653] }, 1528 { .compatible = "fsl,fxls8471", .data = &mma_chip_info_table[fxls8471] }, 1551 data->chip_info = &mma_chip_info_table[id->driver_data]; in mma8452_probe()
|