Lines Matching defs:kobj

47 	struct kobject		kobj;
55 ssize_t (*show)(struct kobject *kobj, struct kobj_attribute *attr,
57 ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr,
3395 static umode_t hwmon_attributes_visible(struct kobject *kobj,
3398 struct device *dev = kobj_to_dev(kobj);
3743 static ssize_t fan_curve_show(struct kobject *kobj,
3747 struct od_kobj *container = container_of(kobj, struct od_kobj, kobj);
3753 static ssize_t fan_curve_store(struct kobject *kobj,
3758 struct od_kobj *container = container_of(kobj, struct od_kobj, kobj);
3801 static ssize_t acoustic_limit_threshold_show(struct kobject *kobj,
3805 struct od_kobj *container = container_of(kobj, struct od_kobj, kobj);
3811 static ssize_t acoustic_limit_threshold_store(struct kobject *kobj,
3816 struct od_kobj *container = container_of(kobj, struct od_kobj, kobj);
3861 static ssize_t acoustic_target_threshold_show(struct kobject *kobj,
3865 struct od_kobj *container = container_of(kobj, struct od_kobj, kobj);
3871 static ssize_t acoustic_target_threshold_store(struct kobject *kobj,
3876 struct od_kobj *container = container_of(kobj, struct od_kobj, kobj);
3922 static ssize_t fan_target_temperature_show(struct kobject *kobj,
3926 struct od_kobj *container = container_of(kobj, struct od_kobj, kobj);
3932 static ssize_t fan_target_temperature_store(struct kobject *kobj,
3937 struct od_kobj *container = container_of(kobj, struct od_kobj, kobj);
3981 static ssize_t fan_minimum_pwm_show(struct kobject *kobj,
3985 struct od_kobj *container = container_of(kobj, struct od_kobj, kobj);
3991 static ssize_t fan_minimum_pwm_store(struct kobject *kobj,
3996 struct od_kobj *container = container_of(kobj, struct od_kobj, kobj);
4068 static void od_kobj_release(struct kobject *kobj)
4070 struct od_kobj *od_kobj = container_of(kobj, struct od_kobj, kobj);
4095 sysfs_remove_file(&container->kobj,
4100 kobject_put(&container->kobj);
4160 ret = kobject_init_and_add(&top_set->kobj,
4162 &adev->dev->kobj,
4206 ret = sysfs_create_file(&top_set->kobj,
4219 ret = kobject_init_and_add(&sub_set->kobj,
4221 &top_set->kobj,
4256 ret = sysfs_create_file(&sub_set->kobj,