Searched refs:yas5xx_chip_info_tbl (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/iio/magnetometer/ |
H A D | yamaha-yas530.c | 1324 static const struct yas5xx_chip_info yas5xx_chip_info_tbl[] = { variable 1583 {"yas530", (kernel_ulong_t)&yas5xx_chip_info_tbl[yas530] }, 1584 {"yas532", (kernel_ulong_t)&yas5xx_chip_info_tbl[yas532] }, 1585 {"yas533", (kernel_ulong_t)&yas5xx_chip_info_tbl[yas533] }, 1586 {"yas537", (kernel_ulong_t)&yas5xx_chip_info_tbl[yas537] }, 1592 { .compatible = "yamaha,yas530", &yas5xx_chip_info_tbl[yas530] }, 1593 { .compatible = "yamaha,yas532", &yas5xx_chip_info_tbl[yas532] }, 1594 { .compatible = "yamaha,yas533", &yas5xx_chip_info_tbl[yas533] }, 1595 { .compatible = "yamaha,yas537", &yas5xx_chip_info_tbl[yas537] },
|