• Home
  • Raw
  • Download

Lines Matching refs:attr

49 	struct attribute	attr;  member
434 struct attribute attr; member
448 const struct driver_attribute *attr);
450 const struct driver_attribute *attr);
745 struct attribute attr; member
746 ssize_t (*show)(struct class *class, struct class_attribute *attr,
748 ssize_t (*store)(struct class *class, struct class_attribute *attr,
760 const struct class_attribute *attr,
763 const struct class_attribute *attr,
767 const struct class_attribute *attr) in class_create_file() argument
769 return class_create_file_ns(class, attr, NULL); in class_create_file()
773 const struct class_attribute *attr) in class_remove_file() argument
775 return class_remove_file_ns(class, attr, NULL); in class_remove_file()
780 struct class_attribute attr; member
791 extern ssize_t show_class_attr_string(struct class *class, struct class_attribute *attr,
840 struct attribute attr; member
841 ssize_t (*show)(struct device *dev, struct device_attribute *attr,
843 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
848 struct device_attribute attr; member
852 ssize_t device_show_ulong(struct device *dev, struct device_attribute *attr,
854 ssize_t device_store_ulong(struct device *dev, struct device_attribute *attr,
856 ssize_t device_show_int(struct device *dev, struct device_attribute *attr,
858 ssize_t device_store_int(struct device *dev, struct device_attribute *attr,
860 ssize_t device_show_bool(struct device *dev, struct device_attribute *attr,
862 ssize_t device_store_bool(struct device *dev, struct device_attribute *attr,
892 const struct device_attribute *attr);
894 const struct device_attribute *attr);
896 const struct bin_attribute *attr);
898 const struct bin_attribute *attr);