Searched refs:asc7621_chips (Results 1 – 1 of 1) sorted by relevance
45 static struct asc7621_chip asc7621_chips[] = { variable1053 for (i = 0; asc7621_chips[chip_type].addresses[i] != I2C_CLIENT_END; in valid_address_for_chip()1055 if (asc7621_chips[chip_type].addresses[i] == address) in valid_address_for_chip()1150 asc7621_chips[chip_index].company_reg); in asc7621_detect()1152 asc7621_chips[chip_index].verstep_reg); in asc7621_detect()1154 if (company == asc7621_chips[chip_index].company_id && in asc7621_detect()1155 verstep == asc7621_chips[chip_index].verstep_id) { in asc7621_detect()1156 strscpy(info->type, asc7621_chips[chip_index].name, in asc7621_detect()1160 asc7621_chips[chip_index].name, client->addr); in asc7621_detect()