Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/surface/
Dsurface_aggregator_cdev.c763 static struct platform_device *ssam_cdev_device; variable
778 ssam_cdev_device = platform_device_alloc(SSAM_CDEV_DEVICE_NAME, in ssam_debug_init()
780 if (!ssam_cdev_device) in ssam_debug_init()
783 status = platform_device_add(ssam_cdev_device); in ssam_debug_init()
794 platform_device_del(ssam_cdev_device); in ssam_debug_init()
796 platform_device_put(ssam_cdev_device); in ssam_debug_init()
804 platform_device_unregister(ssam_cdev_device); in ssam_debug_exit()