Searched refs:asc7621_chips (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hwmon/
H A Dasc7621.c45 static struct asc7621_chip asc7621_chips[] = { variable in typeref:struct:asc7621_chip
1053 for (i = 0; asc7621_chips[chip_type].addresses[i] != I2C_CLIENT_END;
1055 if (asc7621_chips[chip_type].addresses[i] == address)
1150 asc7621_chips[chip_index].company_reg);
1152 asc7621_chips[chip_index].verstep_reg);
1154 if (company == asc7621_chips[chip_index].company_id &&
1155 verstep == asc7621_chips[chip_index].verstep_id) {
1156 strscpy(info->type, asc7621_chips[chip_index].name,
1160 asc7621_chips[chip_index].name, client->addr);

Completed in 120 milliseconds