Searched refs:bq24190_chip_info_tbl (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/power/supply/ |
H A D | bq24190_charger.c | 1974 static const struct bq24190_chip_info bq24190_chip_info_tbl[] = { variable 2281 { "bq24190", (kernel_ulong_t)&bq24190_chip_info_tbl[BQ24190] }, 2282 { "bq24192", (kernel_ulong_t)&bq24190_chip_info_tbl[BQ24192] }, 2283 { "bq24192i", (kernel_ulong_t)&bq24190_chip_info_tbl[BQ24192i] }, 2284 { "bq24196", (kernel_ulong_t)&bq24190_chip_info_tbl[BQ24196] }, 2285 { "bq24296", (kernel_ulong_t)&bq24190_chip_info_tbl[BQ24296] }, 2291 { .compatible = "ti,bq24190", .data = &bq24190_chip_info_tbl[BQ24190] }, 2292 { .compatible = "ti,bq24192", .data = &bq24190_chip_info_tbl[BQ24192] }, 2293 { .compatible = "ti,bq24192i", .data = &bq24190_chip_info_tbl[BQ24192i] }, 2294 { .compatible = "ti,bq24196", .data = &bq24190_chip_info_tbl[BQ24196] }, [all …]
|