Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/x86/
Dsony-laptop.c573 static struct platform_device *sony_pf_device; variable
587 sony_pf_device = platform_device_alloc("sony-laptop", PLATFORM_DEVID_NONE); in sony_pf_add()
588 if (!sony_pf_device) { in sony_pf_add()
593 ret = platform_device_add(sony_pf_device); in sony_pf_add()
600 platform_device_put(sony_pf_device); in sony_pf_add()
601 sony_pf_device = NULL; in sony_pf_add()
615 platform_device_unregister(sony_pf_device); in sony_pf_remove()
3204 result = sony_nc_handles_setup(sony_pf_device); in sony_nc_add()
3206 sony_nc_function_setup(device, sony_pf_device); in sony_nc_add()
3242 device_create_file(&sony_pf_device->dev, in sony_nc_add()
[all …]