Searched refs:cy8c95x0_id (Results 1 – 1 of 1) sorted by relevance
71 static const struct i2c_device_id cy8c95x0_id[] = { variable77 MODULE_DEVICE_TABLE(i2c, cy8c95x0_id);1414 name = cy8c95x0_id[0].name; in cy8c95x0_detect()1417 name = cy8c95x0_id[1].name; in cy8c95x0_detect()1420 name = cy8c95x0_id[2].name; in cy8c95x0_detect()1460 strscpy(chip->name, cy8c95x0_id[0].name, I2C_NAME_SIZE); in cy8c95x0_probe()1464 strscpy(chip->name, cy8c95x0_id[1].name, I2C_NAME_SIZE); in cy8c95x0_probe()1468 strscpy(chip->name, cy8c95x0_id[2].name, I2C_NAME_SIZE); in cy8c95x0_probe()1569 .id_table = cy8c95x0_id,