Home
last modified time | relevance | path

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

/Linux-v6.6/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);
820 serdev_device_remove(serdev); in serdev_remove_device()
/Linux-v6.6/include/linux/
Dserdev.h168 void serdev_device_remove(struct serdev_device *);
/Linux-v6.6/drivers/platform/x86/x86-android-tablets/
Dcore.c233 serdev_device_remove(serdevs[i]); in x86_android_tablet_cleanup()