Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/
H A Dlenovo-yoga-tab2-pro-1380-fastcharger.c286 serdev_device_remove(serdev); in yt2_1380_fc_pdev_probe()
296 serdev_device_remove(serdev); in yt2_1380_fc_pdev_remove()
/linux-6.15/drivers/platform/x86/dell/
H A Ddell-uart-backlight.c383 serdev_device_remove(serdev); in dell_uart_bl_pdev_probe()
392 serdev_device_remove(serdev); in dell_uart_bl_pdev_remove()
/linux-6.15/drivers/tty/serdev/
H A Dcore.c140 void serdev_device_remove(struct serdev_device *serdev) in serdev_device_remove() function
147 EXPORT_SYMBOL_GPL(serdev_device_remove);
802 serdev_device_remove(serdev); in serdev_remove_device()
/linux-6.15/include/linux/
H A Dserdev.h169 void serdev_device_remove(struct serdev_device *);
/linux-6.15/drivers/platform/x86/x86-android-tablets/
H A Dcore.c340 serdev_device_remove(serdevs[i]); in x86_android_tablet_remove()