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

/linux-4.4.14/drivers/platform/chrome/
H A DMakefile2 obj-$(CONFIG_CHROMEOS_LAPTOP) += chromeos_laptop.o
H A Dchromeos_laptop.c2 * chromeos_laptop.c - Driver to instantiate Chromebook i2c/smbus devices.
78 struct chromeos_laptop { struct
82 static struct chromeos_laptop *cros_laptop;
410 static struct chromeos_laptop samsung_series_5_550 = {
419 static struct chromeos_laptop samsung_series_5 = {
426 static struct chromeos_laptop chromebook_pixel = {
437 static struct chromeos_laptop hp_chromebook_14 = {
444 static struct chromeos_laptop dell_chromebook_11 = {
451 static struct chromeos_laptop toshiba_cb35 = {
458 static struct chromeos_laptop acer_c7_chromebook = {
465 static struct chromeos_laptop acer_ac700 = {
472 static struct chromeos_laptop acer_c720 = {
483 static struct chromeos_laptop hp_pavilion_14_chromebook = {
490 static struct chromeos_laptop cr48 = {
592 .name = "chromeos_laptop",
610 cros_platform_device = platform_device_alloc("chromeos_laptop", -1); chromeos_laptop_init()

Completed in 79 milliseconds