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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dsony-laptop.c387 static struct platform_device *sony_pf_device; variable in typeref:struct:platform_device
401 sony_pf_device = platform_device_alloc("sony-laptop", -1);
402 if (!sony_pf_device) {
407 ret = platform_device_add(sony_pf_device);
414 platform_device_put(sony_pf_device);
415 sony_pf_device = NULL;
429 platform_device_del(sony_pf_device);
430 platform_device_put(sony_pf_device);
834 device_create_file(&sony_pf_device->dev,
845 device_remove_file(&sony_pf_device
[all...]

Completed in 82 milliseconds