Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dfschmd.c234 static int fschmd_remove(struct i2c_client *client);
259 .remove = fschmd_remove,
1264 fschmd_remove(client); /* will also free data for us */ in fschmd_probe()
1268 static int fschmd_remove(struct i2c_client *client) in fschmd_remove() function