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

/linux-4.4.14/drivers/platform/chrome/
H A Dchromeos_laptop.c588 static struct platform_device *cros_platform_device; variable in typeref:struct:platform_device
610 cros_platform_device = platform_device_alloc("chromeos_laptop", -1); chromeos_laptop_init()
611 if (!cros_platform_device) { chromeos_laptop_init()
616 ret = platform_device_add(cros_platform_device); chromeos_laptop_init()
623 platform_device_put(cros_platform_device); chromeos_laptop_init()
638 platform_device_unregister(cros_platform_device); chromeos_laptop_exit()

Completed in 117 milliseconds