Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/include/linux/
Dserdev.h166 void serdev_device_remove(struct serdev_device *);
/linux-6.1.9/drivers/platform/x86/
Dx86-android-tablets.c1672 serdev_device_remove(serdevs[i]); in x86_android_tablet_cleanup()