Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/
H A Dsonypi.c1478 static struct platform_device *sonypi_platform_device; variable
1513 sonypi_platform_device = platform_device_alloc("sonypi", -1); in sonypi_init()
1514 if (!sonypi_platform_device) { in sonypi_init()
1519 error = platform_device_add(sonypi_platform_device); in sonypi_init()
1531 platform_device_put(sonypi_platform_device); in sonypi_init()
1543 platform_device_unregister(sonypi_platform_device); in sonypi_exit()
/kernel/linux/linux-6.6/drivers/char/
H A Dsonypi.c1477 static struct platform_device *sonypi_platform_device; variable
1512 sonypi_platform_device = platform_device_alloc("sonypi", -1); in sonypi_init()
1513 if (!sonypi_platform_device) { in sonypi_init()
1518 error = platform_device_add(sonypi_platform_device); in sonypi_init()
1530 platform_device_put(sonypi_platform_device); in sonypi_init()
1542 platform_device_unregister(sonypi_platform_device); in sonypi_exit()

Completed in 4 milliseconds