Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dsony-laptop.c587 static struct platform_device *sony_pf_device; variable
601 sony_pf_device = platform_device_alloc("sony-laptop", -1); in sony_pf_add()
602 if (!sony_pf_device) { in sony_pf_add()
607 ret = platform_device_add(sony_pf_device); in sony_pf_add()
614 platform_device_put(sony_pf_device); in sony_pf_add()
615 sony_pf_device = NULL; in sony_pf_add()
629 platform_device_unregister(sony_pf_device); in sony_pf_remove()
3228 result = sony_nc_handles_setup(sony_pf_device); in sony_nc_add()
3230 sony_nc_function_setup(device, sony_pf_device); in sony_nc_add()
3266 device_create_file(&sony_pf_device->dev, in sony_nc_add()
[all …]