Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dfschmd.c220 static void fschmd_remove(struct i2c_client *client);
245 .remove = fschmd_remove,
1247 fschmd_remove(client); /* will also free data for us */ in fschmd_probe()
1251 static void fschmd_remove(struct i2c_client *client) in fschmd_remove() function