Searched defs:dmi_devices (Results 1 - 1 of 1) sorted by relevance

/drivers/i2c/busses/
H A Di2c-i801.c875 static const struct dmi_onboard_device_info dmi_devices[] = { variable in typeref:struct:dmi_onboard_device_info
887 for (i = 0; i < ARRAY_SIZE(dmi_devices); i++) {
889 if ((type & ~0x80) != dmi_devices[i].type)
891 if (strcasecmp(name, dmi_devices[i].name))
895 info.addr = dmi_devices[i].i2c_addr;
896 strlcpy(info.type, dmi_devices[i].i2c_type, I2C_NAME_SIZE);

Completed in 235 milliseconds