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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dsony-laptop.c522 static struct platform_device *sony_pf_device; variable in typeref:struct:platform_device
536 sony_pf_device = platform_device_alloc("sony-laptop", -1);
537 if (!sony_pf_device) {
542 ret = platform_device_add(sony_pf_device);
549 platform_device_put(sony_pf_device);
550 sony_pf_device = NULL;
564 platform_device_unregister(sony_pf_device);
1353 device_create_file(&sony_pf_device->dev,
1364 device_remove_file(&sony_pf_device->dev, &item->devattr);
1389 device_remove_file(&sony_pf_device
[all...]

Completed in 34 milliseconds