Searched refs:zl3073x_chip_ids (Results 1 – 1 of 1) sorted by relevance
26 static const struct zl3073x_chip_info zl3073x_chip_ids[] = { variable1051 for (i = 0; i < ARRAY_SIZE(zl3073x_chip_ids); i++) { in zl3073x_dev_probe()1052 if (zl3073x_chip_ids[i].id == id) in zl3073x_dev_probe()1056 if (i == ARRAY_SIZE(zl3073x_chip_ids)) in zl3073x_dev_probe()1060 zldev->info = &zl3073x_chip_ids[i]; in zl3073x_dev_probe()