Lines Matching refs:kind
111 enum chips kind; member
181 if (data->kind == tmp432) { in tmp401_reg_read()
579 if (data->kind == tmp401) { in tmp401_init_client()
594 if (data->kind == tmp401 || data->kind == tmp411) { in tmp401_init_client()
613 enum chips kind; in tmp401_detect() local
631 kind = tmp401; in tmp401_detect()
636 kind = tmp411; in tmp401_detect()
641 kind = tmp411; in tmp401_detect()
646 kind = tmp411; in tmp401_detect()
651 kind = tmp431; in tmp401_detect()
656 kind = tmp432; in tmp401_detect()
659 kind = tmp435; in tmp401_detect()
674 strscpy(info->type, tmp401_id[kind].name, I2C_NAME_SIZE); in tmp401_detect()
696 data->kind = i2c_match_id(tmp401_id, client)->driver_data; in tmp401_probe()
726 if (data->kind == tmp411) { in tmp401_probe()
732 if (data->kind == tmp432) { in tmp401_probe()
748 dev_info(dev, "Detected TI %s chip\n", names[data->kind]); in tmp401_probe()