Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dfschmd.c227 static const struct i2c_device_id fschmd_id[] = { variable
237 MODULE_DEVICE_TABLE(i2c, fschmd_id);
246 .id_table = fschmd_id,
1078 strscpy(info->type, fschmd_id[kind].name, I2C_NAME_SIZE); in fschmd_detect()
1090 enum chips kind = i2c_match_id(fschmd_id, client)->driver_data; in fschmd_probe()