Searched refs:fschmd_id (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | fschmd.c | 227 static const struct i2c_device_id fschmd_id[] = { variable 237 MODULE_DEVICE_TABLE(i2c, fschmd_id); 246 .id_table = fschmd_id, 1078 strlcpy(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()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | fschmd.c | 227 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()
|
Completed in 5 milliseconds