Home
last modified time | relevance | path

Searched refs:cy8c95x0_id (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/pinctrl/
Dpinctrl-cy8c95x0.c71 static const struct i2c_device_id cy8c95x0_id[] = { variable
77 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,