Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serdev/
H A 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()
/openbmc/linux/include/linux/
H A Dserdev.h168 void serdev_device_remove(struct serdev_device *);
/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dcore.c235 serdev_device_remove(serdevs[i]); in x86_android_tablet_remove()