Lines Matching defs:device
326 static int intel_hid_set_enable(struct device *device, bool enable) in intel_hid_set_enable()
341 static void intel_button_array_enable(struct device *device, bool enable) in intel_button_array_enable()
364 static int intel_hid_pm_prepare(struct device *device) in intel_hid_pm_prepare()
374 static void intel_hid_pm_complete(struct device *device) in intel_hid_pm_complete()
381 static int intel_hid_pl_suspend_handler(struct device *device) in intel_hid_pl_suspend_handler()
391 static int intel_hid_pl_resume_handler(struct device *device) in intel_hid_pl_resume_handler()
412 static int intel_hid_input_setup(struct platform_device *device) in intel_hid_input_setup()
431 static int intel_button_array_input_setup(struct platform_device *device) in intel_button_array_input_setup()
451 static int intel_hid_switches_setup(struct platform_device *device) in intel_hid_switches_setup()
468 static void report_tablet_mode_state(struct platform_device *device) in report_tablet_mode_state()
504 struct platform_device *device = context; in notify_handler() local
602 static bool button_array_present(struct platform_device *device) in button_array_present()
626 static int intel_hid_probe(struct platform_device *device) in intel_hid_probe()
726 static void intel_hid_remove(struct platform_device *device) in intel_hid_remove()