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

/drivers/platform/x86/
H A Dsony-laptop.c545 static struct platform_device *sony_pf_device; variable in typeref:struct:platform_device
559 sony_pf_device = platform_device_alloc("sony-laptop", -1);
560 if (!sony_pf_device) {
565 ret = platform_device_add(sony_pf_device);
572 platform_device_put(sony_pf_device);
573 sony_pf_device = NULL;
587 platform_device_unregister(sony_pf_device);
1725 result = sony_nc_handles_setup(sony_pf_device);
1728 result = sony_nc_kbd_backlight_setup(sony_pf_device);
1780 device_create_file(&sony_pf_device
[all...]

Completed in 13 milliseconds