| /linux/lib/ |
| H A D | kobject.c | 30 const void *kobject_namespace(const struct kobject *kobj) in kobject_namespace() 50 void kobject_get_ownership(const struct kobject *kobj, kuid_t *uid, kgid_t *gid) in kobject_get_ownership() 67 static int create_dir(struct kobject *kobj) in create_dir() 106 static int get_kobj_path_length(const struct kobject *kobj) in get_kobj_path_length() 124 static int fill_kobj_path(const struct kobject *kobj, char *path, int length) in fill_kobj_path() 152 char *kobject_get_path(const struct kobject *kobj, gfp_t gfp_mask) in kobject_get_path() 174 static void kobj_kset_join(struct kobject *kobj) in kobj_kset_join() 186 static void kobj_kset_leave(struct kobject *kobj) in kobj_kset_leave() 197 static void kobject_init_internal(struct kobject *kobj) in kobject_init_internal() 210 static int kobject_add_internal(struct kobject *kobj) in kobject_add_internal() [all …]
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_hw_engine_class_sysfs.c | 35 static void xe_hw_engine_sysfs_kobj_release(struct kobject *kobj) in xe_hw_engine_sysfs_kobj_release() 40 static ssize_t xe_hw_engine_class_sysfs_attr_show(struct kobject *kobj, in xe_hw_engine_class_sysfs_attr_show() 56 static ssize_t xe_hw_engine_class_sysfs_attr_store(struct kobject *kobj, in xe_hw_engine_class_sysfs_attr_store() 88 static ssize_t job_timeout_max_store(struct kobject *kobj, in job_timeout_max_store() 113 static ssize_t job_timeout_max_show(struct kobject *kobj, in job_timeout_max_show() 124 static ssize_t job_timeout_min_store(struct kobject *kobj, in job_timeout_min_store() 149 static ssize_t job_timeout_min_show(struct kobject *kobj, in job_timeout_min_show() 160 static ssize_t job_timeout_store(struct kobject *kobj, in job_timeout_store() 182 static ssize_t job_timeout_show(struct kobject *kobj, in job_timeout_show() 193 static ssize_t job_timeout_default(struct kobject *kobj, in job_timeout_default() [all …]
|
| H A D | xe_gt_freq.c | 66 static ssize_t act_freq_show(struct kobject *kobj, in act_freq_show() 80 static ssize_t cur_freq_show(struct kobject *kobj, in cur_freq_show() 97 static ssize_t rp0_freq_show(struct kobject *kobj, in rp0_freq_show() 107 static ssize_t rpe_freq_show(struct kobject *kobj, in rpe_freq_show() 121 static ssize_t rpa_freq_show(struct kobject *kobj, in rpa_freq_show() 135 static ssize_t rpn_freq_show(struct kobject *kobj, in rpn_freq_show() 145 static ssize_t min_freq_show(struct kobject *kobj, in min_freq_show() 161 static ssize_t min_freq_store(struct kobject *kobj, in min_freq_store() 182 static ssize_t max_freq_show(struct kobject *kobj, in max_freq_show() 198 static ssize_t max_freq_store(struct kobject *kobj, in max_freq_store() [all …]
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | sysfs_engines.c | 20 static struct intel_engine_cs *kobj_to_engine(struct kobject *kobj) in kobj_to_engine() 26 name_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in name_show() 35 class_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in class_show() 44 inst_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in inst_show() 53 mmio_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in mmio_show() 122 caps_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in caps_show() 133 all_caps_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in all_caps_show() 142 max_spin_store(struct kobject *kobj, struct kobj_attribute *attr, in max_spin_store() 180 max_spin_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in max_spin_show() 191 max_spin_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in max_spin_default() [all …]
|
| /linux/include/linux/ |
| H A D | sysfs.h | 505 sysfs_create_dir_ns(struct kobject * kobj,const void * ns) sysfs_create_dir_ns() argument 510 sysfs_remove_dir(struct kobject * kobj) sysfs_remove_dir() argument 514 sysfs_rename_dir_ns(struct kobject * kobj,const char * new_name,const void * new_ns) sysfs_rename_dir_ns() argument 520 sysfs_move_dir_ns(struct kobject * kobj,struct kobject * new_parent_kobj,const void * new_ns) sysfs_move_dir_ns() argument 538 sysfs_create_file_ns(struct kobject * kobj,const struct attribute * attr,const void * ns) sysfs_create_file_ns() argument 545 sysfs_create_files(struct kobject * kobj,const struct attribute * const * attr) sysfs_create_files() argument 551 sysfs_chmod_file(struct kobject * kobj,const struct attribute * attr,umode_t mode) sysfs_chmod_file() argument 558 sysfs_break_active_protection(struct kobject * kobj,const struct attribute * attr) sysfs_break_active_protection() argument 568 sysfs_remove_file_ns(struct kobject * kobj,const struct attribute * attr,const void * ns) sysfs_remove_file_ns() argument 574 sysfs_remove_file_self(struct kobject * kobj,const struct attribute * attr) sysfs_remove_file_self() argument 580 sysfs_remove_files(struct kobject * kobj,const struct attribute * const * attr) sysfs_remove_files() argument 585 sysfs_create_bin_file(struct kobject * kobj,const struct bin_attribute * attr) sysfs_create_bin_file() argument 591 sysfs_remove_bin_file(struct kobject * kobj,const struct bin_attribute * attr) sysfs_remove_bin_file() argument 596 sysfs_create_link(struct kobject * kobj,struct kobject * target,const char * name) sysfs_create_link() argument 602 sysfs_create_link_nowarn(struct kobject * kobj,struct kobject * target,const char * name) sysfs_create_link_nowarn() argument 609 sysfs_remove_link(struct kobject * kobj,const char * name) sysfs_remove_link() argument 625 sysfs_create_group(struct kobject * kobj,const struct attribute_group * grp) sysfs_create_group() argument 631 sysfs_create_groups(struct kobject * kobj,const struct attribute_group ** groups) sysfs_create_groups() argument 637 sysfs_update_groups(struct kobject * kobj,const struct attribute_group ** groups) sysfs_update_groups() argument 643 sysfs_update_group(struct kobject * kobj,const struct attribute_group * grp) sysfs_update_group() argument 649 sysfs_remove_group(struct kobject * kobj,const struct attribute_group * grp) sysfs_remove_group() argument 654 sysfs_remove_groups(struct kobject * kobj,const struct attribute_group ** groups) sysfs_remove_groups() argument 659 sysfs_add_file_to_group(struct kobject * kobj,const struct attribute * attr,const char * group) sysfs_add_file_to_group() argument 665 sysfs_remove_file_from_group(struct kobject * kobj,const struct attribute * attr,const char * group) sysfs_remove_file_from_group() argument 670 sysfs_merge_group(struct kobject * kobj,const struct attribute_group * grp) sysfs_merge_group() argument 676 sysfs_unmerge_group(struct kobject * kobj,const struct attribute_group * grp) sysfs_unmerge_group() argument 681 sysfs_add_link_to_group(struct kobject * kobj,const char * group_name,struct kobject * target,const char * link_name) sysfs_add_link_to_group() argument 688 sysfs_remove_link_from_group(struct kobject * kobj,const char * group_name,const char * link_name) sysfs_remove_link_from_group() argument 693 compat_only_sysfs_link_entry_to_kobj(struct kobject * kobj,struct kobject * target_kobj,const char * target_name,const char * symlink_name) compat_only_sysfs_link_entry_to_kobj() argument 701 sysfs_notify(struct kobject * kobj,const char * dir,const char * attr) sysfs_notify() argument 715 sysfs_file_change_owner(struct kobject * kobj,const char * name,kuid_t kuid,kgid_t kgid) sysfs_file_change_owner() argument 722 sysfs_link_change_owner(struct kobject * kobj,struct kobject * targ,const char * name,kuid_t kuid,kgid_t kgid) sysfs_link_change_owner() argument 730 sysfs_change_owner(struct kobject * kobj,kuid_t kuid,kgid_t kgid) sysfs_change_owner() argument 735 sysfs_groups_change_owner(struct kobject * kobj,const struct attribute_group ** groups,kuid_t kuid,kgid_t kgid) sysfs_groups_change_owner() argument 742 sysfs_group_change_owner(struct kobject * kobj,const struct attribute_group * groups,kuid_t kuid,kgid_t kgid) sysfs_group_change_owner() argument 762 sysfs_bin_attr_simple_read(struct file * file,struct kobject * kobj,const struct bin_attribute * attr,char * buf,loff_t off,size_t count) sysfs_bin_attr_simple_read() argument 771 sysfs_create_file(struct kobject * kobj,const struct attribute * attr) sysfs_create_file() argument 777 sysfs_remove_file(struct kobject * kobj,const struct attribute * attr) sysfs_remove_file() argument 783 sysfs_rename_link(struct kobject * kobj,struct kobject * target,const char * old_name,const char * new_name) sysfs_rename_link() argument [all...] |
| /linux/fs/sysfs/ |
| H A D | group.c | 34 static umode_t __first_visible(const struct attribute_group *grp, struct kobject *kobj) in __first_visible() 48 static int create_files(struct kernfs_node *parent, struct kobject *kobj, in create_files() 129 static int internal_create_group(struct kobject *kobj, int update, in internal_create_group() 212 int sysfs_create_group(struct kobject *kobj, in sysfs_create_group() 219 static int internal_create_groups(struct kobject *kobj, int update, in internal_create_groups() 252 int sysfs_create_groups(struct kobject *kobj, in sysfs_create_groups() 270 int sysfs_update_groups(struct kobject *kobj, in sysfs_update_groups() 295 int sysfs_update_group(struct kobject *kobj, in sysfs_update_group() 310 void sysfs_remove_group(struct kobject *kobj, in sysfs_remove_group() 344 void sysfs_remove_groups(struct kobject *kobj, in sysfs_remove_groups() [all …]
|
| H A D | symlink.c | 67 static int sysfs_do_create_link(struct kobject *kobj, struct kobject *target, in sysfs_do_create_link() 89 int sysfs_create_link(struct kobject *kobj, struct kobject *target, in sysfs_create_link() 105 int sysfs_create_link_nowarn(struct kobject *kobj, struct kobject *target, in sysfs_create_link_nowarn() 121 void sysfs_delete_link(struct kobject *kobj, struct kobject *targ, in sysfs_delete_link() 143 void sysfs_remove_link(struct kobject *kobj, const char *name) in sysfs_remove_link() 166 int sysfs_rename_link_ns(struct kobject *kobj, struct kobject *targ, in sysfs_rename_link_ns()
|
| /linux/mm/damon/ |
| H A D | sysfs-schemes.c | 18 struct kobject kobj; member 41 static ssize_t start_show(struct kobject *kobj, struct kobj_attribute *attr, in start_show() 50 static ssize_t end_show(struct kobject *kobj, struct kobj_attribute *attr, in end_show() 59 static ssize_t nr_accesses_show(struct kobject *kobj, in nr_accesses_show() 68 static ssize_t age_show(struct kobject *kobj, struct kobj_attribute *attr, in age_show() 77 static ssize_t sz_filter_passed_show(struct kobject *kobj, in sz_filter_passed_show() 86 static void damon_sysfs_scheme_region_release(struct kobject *kobj) in damon_sysfs_scheme_region_release() 131 struct kobject kobj; member 152 static ssize_t total_bytes_show(struct kobject *kobj, in total_bytes_show() 173 static void damon_sysfs_scheme_regions_release(struct kobject *kobj) in damon_sysfs_scheme_regions_release() [all …]
|
| H A D | sysfs.c | 19 struct kobject kobj; member 28 static ssize_t start_show(struct kobject *kobj, struct kobj_attribute *attr, in start_show() 37 static ssize_t start_store(struct kobject *kobj, struct kobj_attribute *attr, in start_store() 47 static ssize_t end_show(struct kobject *kobj, struct kobj_attribute *attr, in end_show() 56 static ssize_t end_store(struct kobject *kobj, struct kobj_attribute *attr, in end_store() 66 static void damon_sysfs_region_release(struct kobject *kobj) in damon_sysfs_region_release() 95 struct kobject kobj; member 155 static ssize_t nr_regions_show(struct kobject *kobj, in nr_regions_show() 164 static ssize_t nr_regions_store(struct kobject *kobj, in nr_regions_store() 187 static void damon_sysfs_regions_release(struct kobject *kobj) in damon_sysfs_regions_release() [all …]
|
| /linux/net/sunrpc/ |
| H A D | sysfs.c | 28 static void rpc_sysfs_object_release(struct kobject *kobj) in rpc_sysfs_object_release() 34 rpc_sysfs_object_child_ns_type(const struct kobject *kobj) in rpc_sysfs_object_child_ns_type() 49 struct kobject *kobj; in rpc_sysfs_object_alloc() local 63 rpc_sysfs_client_kobj_get_clnt(struct kobject *kobj) in rpc_sysfs_client_kobj_get_clnt() 73 rpc_sysfs_xprt_kobj_get_xprt(struct kobject *kobj) in rpc_sysfs_xprt_kobj_get_xprt() 82 rpc_sysfs_xprt_kobj_get_xprt_switch(struct kobject *kobj) in rpc_sysfs_xprt_kobj_get_xprt_switch() 91 rpc_sysfs_xprt_switch_kobj_get_xprt(struct kobject *kobj) in rpc_sysfs_xprt_switch_kobj_get_xprt() 99 static ssize_t rpc_sysfs_clnt_version_show(struct kobject *kobj, in rpc_sysfs_clnt_version_show() 114 static ssize_t rpc_sysfs_clnt_program_show(struct kobject *kobj, in rpc_sysfs_clnt_program_show() 129 static ssize_t rpc_sysfs_clnt_max_connect_show(struct kobject *kobj, in rpc_sysfs_clnt_max_connect_show() [all …]
|
| /linux/fs/btrfs/ |
| H A D | sysfs.c | 58 struct kobject kobj; member 175 static ssize_t btrfs_feature_attr_show(struct kobject *kobj, in btrfs_feature_attr_show() 191 static ssize_t btrfs_feature_attr_store(struct kobject *kobj, in btrfs_feature_attr_store() 259 static umode_t btrfs_feature_visible(struct kobject *kobj, in btrfs_feature_visible() 350 static ssize_t rmdir_subvol_show(struct kobject *kobj, in rmdir_subvol_show() 357 static ssize_t supported_checksums_show(struct kobject *kobj, in supported_checksums_show() 378 static ssize_t send_stream_version_show(struct kobject *kobj, in send_stream_version_show() 395 static ssize_t supported_rescue_options_show(struct kobject *kobj, in supported_rescue_options_show() 410 static ssize_t supported_sectorsizes_show(struct kobject *kobj, in supported_sectorsizes_show() 431 static ssize_t acl_show(struct kobject *kobj, struct kobj_attribute *a, char *buf) in acl_show() [all …]
|
| /linux/kernel/ |
| H A D | ksysfs.c | 39 static ssize_t uevent_seqnum_show(struct kobject *kobj, in uevent_seqnum_show() 47 static ssize_t cpu_byteorder_show(struct kobject *kobj, in cpu_byteorder_show() 55 static ssize_t address_bits_show(struct kobject *kobj, in address_bits_show() 64 static ssize_t uevent_helper_show(struct kobject *kobj, in uevent_helper_show() 69 static ssize_t uevent_helper_store(struct kobject *kobj, in uevent_helper_store() 85 static ssize_t profiling_show(struct kobject *kobj, in profiling_show() 90 static ssize_t profiling_store(struct kobject *kobj, in profiling_store() 124 static ssize_t vmcoreinfo_show(struct kobject *kobj, in vmcoreinfo_show() 136 static ssize_t fscaps_show(struct kobject *kobj, in fscaps_show() 145 static ssize_t rcu_expedited_show(struct kobject *kobj, in rcu_expedited_show() [all …]
|
| /linux/kernel/power/ |
| H A D | main.c | 193 static ssize_t pm_async_show(struct kobject *kobj, struct kobj_attribute *attr, in pm_async_show() argument 199 static ssize_t pm_async_store(struct kobject *kobj, struct kobj_attribute *attr, in pm_async_store() argument 217 static ssize_t mem_sleep_show(struct kobject *kobj, struct kobj_attribute *attr, in mem_sleep_show() argument 262 static ssize_t mem_sleep_store(struct kobject *kobj, struct kobj_attribute *attr, in mem_sleep_store() argument 298 static ssize_t sync_on_suspend_show(struct kobject *kobj, in sync_on_suspend_show() argument 304 static ssize_t sync_on_suspend_store(struct kobject *kobj, in sync_on_suspend_store() argument 335 static ssize_t pm_test_show(struct kobject *kobj, struct kobj_attribute *attr, in pm_test_show() argument 356 static ssize_t pm_test_store(struct kobject *kobj, struct kobj_attribute *attr, in pm_test_store() argument 499 last_failed_dev_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) last_failed_dev_show() argument 513 last_failed_errno_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) last_failed_errno_show() argument 527 last_failed_step_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) last_failed_step_show() argument 561 suspend_attr_is_visible(struct kobject * kobj,struct attribute * attr,int idx) suspend_attr_is_visible() argument 653 pm_print_times_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) pm_print_times_show() argument 659 pm_print_times_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t n) pm_print_times_store() argument 682 pm_wakeup_irq_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) pm_wakeup_irq_show() argument 702 pm_debug_messages_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) pm_debug_messages_show() argument 708 pm_debug_messages_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t n) pm_debug_messages_store() argument 750 state_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) state_show() argument 799 state_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t n) state_store() argument 862 wakeup_count_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) wakeup_count_show() argument 872 wakeup_count_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t n) wakeup_count_store() argument 904 autosleep_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) autosleep_show() argument 925 autosleep_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t n) autosleep_store() argument 947 wake_lock_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) wake_lock_show() argument 954 wake_lock_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t n) wake_lock_store() argument 964 wake_unlock_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) wake_unlock_show() argument 971 wake_unlock_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t n) wake_unlock_store() argument 987 pm_trace_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) pm_trace_show() argument 994 pm_trace_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t n) pm_trace_store() argument 1012 pm_trace_dev_match_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) pm_trace_dev_match_show() argument 1024 pm_freeze_timeout_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) pm_freeze_timeout_show() argument 1030 pm_freeze_timeout_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t n) pm_freeze_timeout_store() argument 1050 freeze_filesystems_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) freeze_filesystems_show() argument 1056 freeze_filesystems_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t n) freeze_filesystems_store() argument [all...] |
| /linux/drivers/platform/x86/lenovo/ |
| H A D | think-lmi.c | 237 static inline struct tlmi_pwd_setting *to_tlmi_pwd_setting(struct kobject *kobj) in to_tlmi_pwd_setting() 242 static inline struct tlmi_attr_setting *to_tlmi_attr_setting(struct kobject *kobj) in to_tlmi_attr_setting() 424 static ssize_t is_enabled_show(struct kobject *kobj, struct kobj_attribute *attr, in is_enabled_show() 434 static ssize_t current_password_store(struct kobject *kobj, in current_password_store() 454 static ssize_t new_password_store(struct kobject *kobj, in new_password_store() 545 static ssize_t min_password_length_show(struct kobject *kobj, struct kobj_attribute *attr, in min_password_length_show() 555 static ssize_t max_password_length_show(struct kobject *kobj, struct kobj_attribute *attr, in max_password_length_show() 564 static ssize_t mechanism_show(struct kobject *kobj, struct kobj_attribute *attr, in mechanism_show() 575 static ssize_t encoding_show(struct kobject *kobj, struct kobj_attribute *attr, in encoding_show() 583 static ssize_t encoding_store(struct kobject *kobj, in encoding_store() [all …]
|
| /linux/mm/ |
| H A D | hugetlb_sysfs.c | 28 static struct hstate *kobj_to_hstate(struct kobject *kobj, int *nidp) in kobj_to_hstate() 42 static ssize_t nr_hugepages_show_common(struct kobject *kobj, in nr_hugepages_show_common() 59 struct kobject *kobj, const char *buf, in nr_hugepages_store_common() 75 static ssize_t nr_hugepages_show(struct kobject *kobj, in nr_hugepages_show() 81 static ssize_t nr_hugepages_store(struct kobject *kobj, in nr_hugepages_store() 94 static ssize_t nr_hugepages_mempolicy_show(struct kobject *kobj, in nr_hugepages_mempolicy_show() 101 static ssize_t nr_hugepages_mempolicy_store(struct kobject *kobj, in nr_hugepages_mempolicy_store() 110 static ssize_t nr_overcommit_hugepages_show(struct kobject *kobj, in nr_overcommit_hugepages_show() 117 static ssize_t nr_overcommit_hugepages_store(struct kobject *kobj, in nr_overcommit_hugepages_store() 139 static ssize_t free_hugepages_show(struct kobject *kobj, in free_hugepages_show() [all …]
|
| H A D | cma_sysfs.c | 32 static inline struct cma *cma_from_kobj(struct kobject *kobj) in cma_from_kobj() 37 static ssize_t alloc_pages_success_show(struct kobject *kobj, in alloc_pages_success_show() 47 static ssize_t alloc_pages_fail_show(struct kobject *kobj, in alloc_pages_fail_show() 56 static ssize_t release_pages_success_show(struct kobject *kobj, in release_pages_success_show() 65 static ssize_t total_pages_show(struct kobject *kobj, in total_pages_show() 74 static ssize_t available_pages_show(struct kobject *kobj, in available_pages_show() 83 static void cma_kobj_release(struct kobject *kobj) in cma_kobj_release()
|
| /linux/fs/nfs/ |
| H A D | sysfs.c | 24 static void nfs_kset_release(struct kobject *kobj) in nfs_kset_release() 31 const struct kobject *kobj) in nfs_netns_object_child_ns_type() 74 static ssize_t nfs_netns_identifier_show(struct kobject *kobj, in nfs_netns_identifier_show() 96 static ssize_t nfs_netns_identifier_store(struct kobject *kobj, in nfs_netns_identifier_store() 121 static void nfs_netns_client_release(struct kobject *kobj) in nfs_netns_client_release() 130 static const void *nfs_netns_client_namespace(const struct kobject *kobj) in nfs_netns_client_namespace() 151 static void nfs_netns_object_release(struct kobject *kobj) in nfs_netns_object_release() 159 static const void *nfs_netns_namespace(const struct kobject *kobj) in nfs_netns_namespace() 253 shutdown_show(struct kobject *kobj, struct kobj_attribute *attr, in shutdown_show() 262 shutdown_store(struct kobject *kobj, struct kobj_attribute *attr, in shutdown_store() [all …]
|
| /linux/fs/orangefs/ |
| H A D | orangefs-sysfs.c | 176 static ssize_t orangefs_attr_show(struct kobject *kobj, in orangefs_attr_show() 188 static ssize_t orangefs_attr_store(struct kobject *kobj, in orangefs_attr_store() 210 static ssize_t sysfs_int_show(struct kobject *kobj, in sysfs_int_show() 273 static ssize_t sysfs_int_store(struct kobject *kobj, in sysfs_int_store() 313 static ssize_t sysfs_service_op_show(struct kobject *kobj, in sysfs_service_op_show() 527 static ssize_t sysfs_service_op_store(struct kobject *kobj, in sysfs_service_op_store() 893 static void orangefs_obj_release(struct kobject *kobj) in orangefs_obj_release() 940 static void acache_orangefs_obj_release(struct kobject *kobj) in acache_orangefs_obj_release() 987 static void capcache_orangefs_obj_release(struct kobject *kobj) in capcache_orangefs_obj_release() 1034 static void ccache_orangefs_obj_release(struct kobject *kobj) in ccache_orangefs_obj_release() [all …]
|
| /linux/drivers/parisc/ |
| H A D | pdc_stable.c | 93 struct kobject kobj; member 433 pdcspath_attr_show(struct kobject *kobj, struct attribute *attr, char *buf) in pdcspath_attr_show() 453 pdcspath_attr_store(struct kobject *kobj, struct attribute *attr, in pdcspath_attr_store() 516 static ssize_t pdcs_size_read(struct kobject *kobj, in pdcs_size_read() 538 static ssize_t pdcs_auto_read(struct kobject *kobj, in pdcs_auto_read() 565 static ssize_t pdcs_autoboot_read(struct kobject *kobj, in pdcs_autoboot_read() 577 static ssize_t pdcs_autosearch_read(struct kobject *kobj, in pdcs_autosearch_read() 591 static ssize_t pdcs_timer_read(struct kobject *kobj, in pdcs_timer_read() 618 static ssize_t pdcs_osid_read(struct kobject *kobj, in pdcs_osid_read() 640 static ssize_t pdcs_osdep1_read(struct kobject *kobj, in pdcs_osdep1_read() [all …]
|
| /linux/drivers/block/rnbd/ |
| H A D | rnbd-clt-sysfs.c | 225 static ssize_t state_show(struct kobject *kobj, in state_show() 250 static ssize_t nr_poll_queues_show(struct kobject *kobj, in nr_poll_queues_show() 263 static ssize_t mapping_path_show(struct kobject *kobj, in mapping_path_show() 276 static ssize_t access_mode_show(struct kobject *kobj, in access_mode_show() 289 static ssize_t rnbd_clt_unmap_dev_show(struct kobject *kobj, in rnbd_clt_unmap_dev_show() 296 static ssize_t rnbd_clt_unmap_dev_store(struct kobject *kobj, in rnbd_clt_unmap_dev_store() 359 static ssize_t rnbd_clt_resize_dev_show(struct kobject *kobj, in rnbd_clt_resize_dev_show() 367 static ssize_t rnbd_clt_resize_dev_store(struct kobject *kobj, in rnbd_clt_resize_dev_store() 392 static ssize_t rnbd_clt_remap_dev_show(struct kobject *kobj, in rnbd_clt_remap_dev_show() 398 static ssize_t rnbd_clt_remap_dev_store(struct kobject *kobj, in rnbd_clt_remap_dev_store() [all …]
|
| H A D | rnbd-srv-sysfs.c | 27 static void rnbd_srv_dev_release(struct kobject *kobj) in rnbd_srv_dev_release() 85 static ssize_t read_only_show(struct kobject *kobj, struct kobj_attribute *attr, in read_only_show() 98 static ssize_t access_mode_show(struct kobject *kobj, in access_mode_show() 113 static ssize_t mapping_path_show(struct kobject *kobj, in mapping_path_show() 126 static ssize_t rnbd_srv_dev_session_force_close_show(struct kobject *kobj, in rnbd_srv_dev_session_force_close_show() 133 static ssize_t rnbd_srv_dev_session_force_close_store(struct kobject *kobj, in rnbd_srv_dev_session_force_close_store() 179 static void rnbd_srv_sess_dev_release(struct kobject *kobj) in rnbd_srv_sess_dev_release()
|
| /linux/arch/s390/kernel/ |
| H A D | ipl.c | 391 static ssize_t ipl_type_show(struct kobject *kobj, struct kobj_attribute *attr, in ipl_type_show() 399 static ssize_t ipl_secure_show(struct kobject *kobj, in ipl_secure_show() 408 static ssize_t ipl_has_secure_show(struct kobject *kobj, in ipl_has_secure_show() 417 static ssize_t ipl_vm_parm_show(struct kobject *kobj, in ipl_vm_parm_show() 430 static ssize_t sys_ipl_device_show(struct kobject *kobj, in sys_ipl_device_show() 455 static ssize_t sys_ipl_parameter_read(struct file *filp, struct kobject *kobj, in sys_ipl_parameter_read() 589 static ssize_t ipl_ccw_loadparm_show(struct kobject *kobj, in ipl_ccw_loadparm_show() 789 static ssize_t reipl_nss_vmparm_show(struct kobject *kobj, in reipl_nss_vmparm_show() 795 static ssize_t reipl_nss_vmparm_store(struct kobject *kobj, in reipl_nss_vmparm_store() 803 static ssize_t reipl_ccw_vmparm_show(struct kobject *kobj, in reipl_ccw_vmparm_show() [all …]
|
| /linux/drivers/cpuidle/ |
| H A D | sysfs.c | 156 struct kobject kobj; member 159 static inline struct cpuidle_device *to_cpuidle_device(struct kobject *kobj) in to_cpuidle_device() 167 static ssize_t cpuidle_show(struct kobject *kobj, struct attribute *attr, in cpuidle_show() 182 static ssize_t cpuidle_store(struct kobject *kobj, struct attribute *attr, in cpuidle_store() 202 static void cpuidle_sysfs_release(struct kobject *kobj) in cpuidle_sysfs_release() 351 struct kobject kobj; member 385 static void cpuidle_add_s2idle_attr_group(struct cpuidle_state_kobj *kobj) in cpuidle_add_s2idle_attr_group() 397 static void cpuidle_remove_s2idle_attr_group(struct cpuidle_state_kobj *kobj) in cpuidle_remove_s2idle_attr_group() 403 static inline void cpuidle_add_s2idle_attr_group(struct cpuidle_state_kobj *kobj) { } in cpuidle_add_s2idle_attr_group() 404 static inline void cpuidle_remove_s2idle_attr_group(struct cpuidle_state_kobj *kobj) { } in cpuidle_remove_s2idle_attr_group() [all …]
|
| /linux/drivers/staging/greybus/ |
| H A D | audio_manager_sysfs.c | 14 static ssize_t manager_sysfs_add_store(struct kobject *kobj, in manager_sysfs_add_store() 39 static ssize_t manager_sysfs_remove_store(struct kobject *kobj, in manager_sysfs_remove_store() 60 static ssize_t manager_sysfs_dump_store(struct kobject *kobj, in manager_sysfs_dump_store() 84 static void manager_sysfs_init_attribute(struct kobject *kobj, in manager_sysfs_init_attribute() 96 void gb_audio_manager_sysfs_init(struct kobject *kobj) in gb_audio_manager_sysfs_init()
|
| /linux/drivers/platform/x86/ |
| H A D | asus-armoury.c | 121 static ssize_t pending_reboot_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in pending_reboot_show() 277 ssize_t armoury_attr_uint_store(struct kobject *kobj, struct kobj_attribute *attr, in armoury_attr_uint_store() 305 ssize_t armoury_attr_uint_show(struct kobject *kobj, struct kobj_attribute *attr, in armoury_attr_uint_show() 318 static ssize_t enum_type_show(struct kobject *kobj, struct kobj_attribute *attr, in enum_type_show() 324 static ssize_t int_type_show(struct kobject *kobj, struct kobj_attribute *attr, in int_type_show() 345 static ssize_t mini_led_mode_current_value_show(struct kobject *kobj, in mini_led_mode_current_value_show() 383 static ssize_t mini_led_mode_current_value_store(struct kobject *kobj, in mini_led_mode_current_value_store() 422 static ssize_t mini_led_mode_possible_values_show(struct kobject *kobj, in mini_led_mode_possible_values_show() 436 static ssize_t gpu_mux_mode_current_value_store(struct kobject *kobj, in gpu_mux_mode_current_value_store() 480 static ssize_t dgpu_disable_current_value_store(struct kobject *kobj, in dgpu_disable_current_value_store() [all …]
|