Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/char/
Dsonypi.c1474 static struct platform_device *sonypi_platform_device; variable
1509 sonypi_platform_device = platform_device_alloc("sonypi", -1); in sonypi_init()
1510 if (!sonypi_platform_device) { in sonypi_init()
1515 error = platform_device_add(sonypi_platform_device); in sonypi_init()
1527 platform_device_put(sonypi_platform_device); in sonypi_init()
1539 platform_device_unregister(sonypi_platform_device); in sonypi_exit()