最終更新:2015-09-01 (火) 16:21:48 (3158d)  

input_dev_type
Top / input_dev_type

  • device_type?

定義

  • static struct device_type input_dev_type = {
            .groups         = input_dev_attr_groups,
            .release        = input_dev_release,
            .uevent         = input_dev_uevent,
    #ifdef CONFIG_PM_SLEEP
            .pm             = &input_dev_pm_ops,
    #endif
    };

使われどころ

関連

  • input_dev_attr_groups?
  • input_dev_release?
  • input_dev_uevent?
  • input_dev_pm_ops?