Searched refs:sony_pf_device (Results 1 – 1 of 1) sorted by relevance
571 static struct platform_device *sony_pf_device; variable585 sony_pf_device = platform_device_alloc("sony-laptop", PLATFORM_DEVID_NONE); in sony_pf_add()586 if (!sony_pf_device) { in sony_pf_add()591 ret = platform_device_add(sony_pf_device); in sony_pf_add()598 platform_device_put(sony_pf_device); in sony_pf_add()599 sony_pf_device = NULL; in sony_pf_add()613 platform_device_unregister(sony_pf_device); in sony_pf_remove()3203 result = sony_nc_handles_setup(sony_pf_device); in sony_nc_probe()3205 sony_nc_function_setup(&pdev->dev, sony_pf_device); in sony_nc_probe()3241 device_create_file(&sony_pf_device->dev, in sony_nc_probe()[all …]