Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serdev/
Dcore.c138 void serdev_device_remove(struct serdev_device *serdev) in serdev_device_remove() function
145 EXPORT_SYMBOL_GPL(serdev_device_remove);
809 serdev_device_remove(serdev); in serdev_remove_device()
/Linux-v6.1/include/linux/
Dserdev.h166 void serdev_device_remove(struct serdev_device *);
/Linux-v6.1/drivers/platform/x86/
Dx86-android-tablets.c1389 serdev_device_remove(serdevs[i]); in x86_android_tablet_cleanup()