Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/
H A Dsony-laptop.c573 static struct platform_device *sony_pf_device; variable
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()
3241 device_create_file(&sony_pf_device->dev, in sony_nc_add()
3256 sony_nc_function_cleanup(sony_pf_device); in sony_nc_add()
3257 sony_nc_handles_cleanup(sony_pf_device); in sony_nc_add()
3282 sony_nc_function_cleanup(sony_pf_device); in sony_nc_remove()
[all …]