Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dfschmd.c220 static int 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 int fschmd_remove(struct i2c_client *client) in fschmd_remove() function
/kernel/linux/linux-6.6/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

Completed in 5 milliseconds