Lines Matching refs:device
26 #include <linux/device.h>
340 static ssize_t show_ideapad_cam(struct device *dev,
352 static ssize_t store_ideapad_cam(struct device *dev,
371 static ssize_t show_ideapad_fan(struct device *dev,
383 static ssize_t store_ideapad_fan(struct device *dev,
404 static ssize_t touchpad_show(struct device *dev,
417 static ssize_t __maybe_unused touchpad_store(struct device *dev,
437 static ssize_t conservation_mode_show(struct device *dev,
449 static ssize_t conservation_mode_store(struct device *dev,
471 static ssize_t fn_lock_show(struct device *dev,
487 static ssize_t fn_lock_store(struct device *dev,
523 struct device *dev = container_of(kobj, struct device, kobj);
645 * Platform device
660 * input device
695 pr_err("Unable to setup input device keymap\n");
701 pr_err("Unable to register input device\n");
823 pr_err("Could not register backlight device\n");
1093 static int ideapad_acpi_resume(struct device *device)
1097 if (!device)
1099 priv = dev_get_drvdata(device);