| /linux/lib/ |
| H A D | kobject.c | 30 const struct ns_common *kobject_namespace(const struct kobject *kobj) in kobject_namespace() argument 50 kobject_get_ownership(const struct kobject * kobj,kuid_t * uid,kgid_t * gid) kobject_get_ownership() argument 67 create_dir(struct kobject * kobj) create_dir() argument 106 get_kobj_path_length(const struct kobject * kobj) get_kobj_path_length() argument 124 fill_kobj_path(const struct kobject * kobj,char * path,int length) fill_kobj_path() argument 152 kobject_get_path(const struct kobject * kobj,gfp_t gfp_mask) kobject_get_path() argument 174 kobj_kset_join(struct kobject * kobj) kobj_kset_join() argument 186 kobj_kset_leave(struct kobject * kobj) kobj_kset_leave() argument 197 kobject_init_internal(struct kobject * kobj) kobject_init_internal() argument 210 kobject_add_internal(struct kobject * kobj) kobject_add_internal() argument 266 kobject_set_name_vargs(struct kobject * kobj,const char * fmt,va_list vargs) kobject_set_name_vargs() argument 308 kobject_set_name(struct kobject * kobj,const char * fmt,...) kobject_set_name() argument 333 kobject_init(struct kobject * kobj,const struct kobj_type * ktype) kobject_init() argument 362 kobject_add_varg(struct kobject * kobj,struct kobject * parent,const char * fmt,va_list vargs) kobject_add_varg() argument 410 kobject_add(struct kobject * kobj,struct kobject * parent,const char * fmt,...) kobject_add() argument 448 kobject_init_and_add(struct kobject * kobj,const struct kobj_type * ktype,struct kobject * parent,const char * fmt,...) kobject_init_and_add() argument 474 kobject_rename(struct kobject * kobj,const char * new_name) kobject_rename() argument 538 kobject_move(struct kobject * kobj,struct kobject * new_parent) kobject_move() argument 586 __kobject_del(struct kobject * kobj) __kobject_del() argument 619 kobject_del(struct kobject * kobj) kobject_del() argument 636 kobject_get(struct kobject * kobj) kobject_get() argument 649 kobject_get_unless_zero(struct kobject * kobj) kobject_get_unless_zero() argument 663 kobject_cleanup(struct kobject * kobj) kobject_cleanup() argument 711 struct kobject *kobj = container_of(kref, struct kobject, kref); kobject_release() local 730 kobject_put(struct kobject * kobj) kobject_put() argument 742 dynamic_kobj_release(struct kobject * kobj) dynamic_kobj_release() argument 766 struct kobject *kobj; kobject_create() local 791 struct kobject *kobj; kobject_create_and_add() local 820 kobj_attr_show(struct kobject * kobj,struct attribute * attr,char * buf) kobj_attr_show() argument 832 kobj_attr_store(struct kobject * kobj,struct attribute * attr,const char * buf,size_t count) kobj_attr_store() argument 923 kset_release(struct kobject * kobj) kset_release() argument 931 kset_get_ownership(const struct kobject * kobj,kuid_t * uid,kgid_t * gid) kset_get_ownership() argument 1069 kobj_ns_ops(const struct kobject * kobj) kobj_ns_ops() argument [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 …]
|
| H A D | intel_gt_sysfs.c | 21 bool is_object_gt(struct kobject *kobj) in is_object_gt() 26 struct intel_gt *intel_gt_sysfs_get_drvdata(struct kobject *kobj, in intel_gt_sysfs_get_drvdata() 54 static ssize_t id_show(struct kobject *kobj, in id_show() 71 static void kobj_gt_release(struct kobject *kobj) in kobj_gt_release()
|
| /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/net/sunrpc/ |
| H A D | sysfs.c | 29 static void rpc_sysfs_object_release(struct kobject *kobj) in rpc_sysfs_object_release() argument 35 rpc_sysfs_object_child_ns_type(const struct kobject *kobj) in rpc_sysfs_object_child_ns_type() argument 50 struct kobject *kobj; in rpc_sysfs_object_alloc() local 64 rpc_sysfs_client_kobj_get_clnt(struct kobject * kobj) rpc_sysfs_client_kobj_get_clnt() argument 74 rpc_sysfs_xprt_kobj_get_xprt(struct kobject * kobj) rpc_sysfs_xprt_kobj_get_xprt() argument 83 rpc_sysfs_xprt_kobj_get_xprt_switch(struct kobject * kobj) rpc_sysfs_xprt_kobj_get_xprt_switch() argument 92 rpc_sysfs_xprt_switch_kobj_get_xprt(struct kobject * kobj) rpc_sysfs_xprt_switch_kobj_get_xprt() argument 100 rpc_sysfs_clnt_version_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) rpc_sysfs_clnt_version_show() argument 115 rpc_sysfs_clnt_program_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) rpc_sysfs_clnt_program_show() argument 130 rpc_sysfs_clnt_max_connect_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) rpc_sysfs_clnt_max_connect_show() argument 145 rpc_sysfs_xprt_dstaddr_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) rpc_sysfs_xprt_dstaddr_show() argument 162 rpc_sysfs_xprt_srcaddr_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) rpc_sysfs_xprt_srcaddr_show() argument 194 rpc_sysfs_xprt_xprtsec_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) rpc_sysfs_xprt_xprtsec_show() argument 213 rpc_sysfs_xprt_info_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) rpc_sysfs_xprt_info_show() argument 246 rpc_sysfs_xprt_state_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) rpc_sysfs_xprt_state_show() argument 290 rpc_sysfs_xprt_del_xprt_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) rpc_sysfs_xprt_del_xprt_show() argument 298 rpc_sysfs_xprt_switch_info_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) rpc_sysfs_xprt_switch_info_show() argument 317 rpc_sysfs_xprt_switch_add_xprt_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) rpc_sysfs_xprt_switch_add_xprt_show() argument 324 rpc_sysfs_xprt_switch_add_xprt_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t count) rpc_sysfs_xprt_switch_add_xprt_store() argument 366 rpc_sysfs_xprt_dstaddr_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t count) rpc_sysfs_xprt_dstaddr_store() argument 425 rpc_sysfs_xprt_state_change(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t count) rpc_sysfs_xprt_state_change() argument 476 rpc_sysfs_xprt_del_xprt(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t count) rpc_sysfs_xprt_del_xprt() argument 533 rpc_sysfs_client_release(struct kobject * kobj) rpc_sysfs_client_release() argument 541 rpc_sysfs_xprt_switch_release(struct kobject * kobj) rpc_sysfs_xprt_switch_release() argument 549 rpc_sysfs_xprt_release(struct kobject * kobj) rpc_sysfs_xprt_release() argument 557 rpc_sysfs_client_namespace(const struct kobject * kobj) rpc_sysfs_client_namespace() argument 563 rpc_sysfs_xprt_switch_namespace(const struct kobject * kobj) rpc_sysfs_xprt_switch_namespace() argument 569 rpc_sysfs_xprt_namespace(const struct kobject * kobj) rpc_sysfs_xprt_namespace() argument [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/include/linux/ |
| H A D | sysfs.h | 505 static inline int sysfs_create_dir_ns(struct kobject *kobj, const struct ns_common *ns) in sysfs_create_dir_ns() 510 static inline void sysfs_remove_dir(struct kobject *kobj) in sysfs_remove_dir() 514 static inline int sysfs_rename_dir_ns(struct kobject *kobj, in sysfs_rename_dir_ns() 520 static inline int sysfs_move_dir_ns(struct kobject *kobj, in sysfs_move_dir_ns() 538 static inline int sysfs_create_file_ns(struct kobject *kobj, in sysfs_create_file_ns() 545 static inline int sysfs_create_files(struct kobject *kobj, in sysfs_create_files() 551 static inline int sysfs_chmod_file(struct kobject *kobj, in sysfs_chmod_file() 558 sysfs_break_active_protection(struct kobject *kobj, in sysfs_break_active_protection() 568 static inline void sysfs_remove_file_ns(struct kobject *kobj, in sysfs_remove_file_ns() 574 static inline bool sysfs_remove_file_self(struct kobject *kobj, in sysfs_remove_file_self() [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() 199 static ssize_t pm_async_store(struct kobject *kobj, struct kobj_attribute *attr, in pm_async_store() 217 static ssize_t mem_sleep_show(struct kobject *kobj, struct kobj_attribute *attr, in mem_sleep_show() 262 static ssize_t mem_sleep_store(struct kobject *kobj, struct kobj_attribute *attr, in mem_sleep_store() 298 static ssize_t sync_on_suspend_show(struct kobject *kobj, in sync_on_suspend_show() 304 static ssize_t sync_on_suspend_store(struct kobject *kobj, in sync_on_suspend_store() 335 static ssize_t pm_test_show(struct kobject *kobj, struct kobj_attribute *attr, in pm_test_show() 356 static ssize_t pm_test_store(struct kobject *kobj, struct kobj_attribute *attr, in pm_test_store() 499 static ssize_t last_failed_dev_show(struct kobject *kobj, in last_failed_dev_show() 513 static ssize_t last_failed_errno_show(struct kobject *kobj, in last_failed_errno_show() [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() 453 static ssize_t new_password_store(struct kobject *kobj, in new_password_store() 544 static ssize_t min_password_length_show(struct kobject *kobj, struct kobj_attribute *attr, in min_password_length_show() 554 static ssize_t max_password_length_show(struct kobject *kobj, struct kobj_attribute *attr, in max_password_length_show() 563 static ssize_t mechanism_show(struct kobject *kobj, struct kobj_attribute *attr, in mechanism_show() 574 static ssize_t encoding_show(struct kobject *kobj, struct kobj_attribute *attr, in encoding_show() 582 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 …]
|
| /linux/fs/nfs/ |
| H A D | sysfs.c | 25 static void nfs_kset_release(struct kobject *kobj) in nfs_kset_release() 32 const struct kobject *kobj) in nfs_netns_object_child_ns_type() 75 static ssize_t nfs_netns_identifier_show(struct kobject *kobj, in nfs_netns_identifier_show() 97 static ssize_t nfs_netns_identifier_store(struct kobject *kobj, in nfs_netns_identifier_store() 122 static void nfs_netns_client_release(struct kobject *kobj) in nfs_netns_client_release() 131 static const struct ns_common *nfs_netns_client_namespace(const struct kobject *kobj) in nfs_netns_client_namespace() 153 static void nfs_netns_object_release(struct kobject *kobj) in nfs_netns_object_release() 161 static const struct ns_common *nfs_netns_namespace(const struct kobject *kobj) in nfs_netns_namespace() 256 shutdown_show(struct kobject *kobj, struct kobj_attribute *attr, in shutdown_show() 265 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/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-srv-sysfs.c | 16 static void rtrs_srv_release(struct kobject *kobj) in rtrs_srv_release() 29 static ssize_t rtrs_srv_disconnect_show(struct kobject *kobj, in rtrs_srv_disconnect_show() 35 static ssize_t rtrs_srv_disconnect_store(struct kobject *kobj, in rtrs_srv_disconnect_store() 66 static ssize_t rtrs_srv_hca_port_show(struct kobject *kobj, in rtrs_srv_hca_port_show() 82 static ssize_t rtrs_srv_hca_name_show(struct kobject *kobj, in rtrs_srv_hca_name_show() 96 static ssize_t rtrs_srv_src_addr_show(struct kobject *kobj, in rtrs_srv_src_addr_show() 112 static ssize_t rtrs_srv_dst_addr_show(struct kobject *kobj, in rtrs_srv_dst_addr_show() 216 static void rtrs_srv_path_stats_release(struct kobject *kobj) in rtrs_srv_path_stats_release()
|
| /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/w1/slaves/ |
| H A D | w1_ds2408.c | 67 static ssize_t state_read(struct file *filp, struct kobject *kobj, in state_read() 79 static ssize_t output_read(struct file *filp, struct kobject *kobj, in output_read() 92 static ssize_t activity_read(struct file *filp, struct kobject *kobj, in activity_read() 105 static ssize_t cond_search_mask_read(struct file *filp, struct kobject *kobj, in cond_search_mask_read() 119 struct kobject *kobj, in cond_search_polarity_read() 129 static ssize_t status_control_read(struct file *filp, struct kobject *kobj, in status_control_read() 162 static ssize_t output_write(struct file *filp, struct kobject *kobj, in output_write() 212 static ssize_t activity_write(struct file *filp, struct kobject *kobj, in activity_write() 242 static ssize_t status_control_write(struct file *filp, struct kobject *kobj, in status_control_write()
|
| /linux/drivers/platform/x86/ |
| H A D | asus-armoury.c | 124 static ssize_t pending_reboot_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in pending_reboot_show() 296 ssize_t armoury_attr_uint_store(struct kobject *kobj, struct kobj_attribute *attr, in armoury_attr_uint_store() 324 ssize_t armoury_attr_uint_show(struct kobject *kobj, struct kobj_attribute *attr, in armoury_attr_uint_show() 337 static ssize_t enum_type_show(struct kobject *kobj, struct kobj_attribute *attr, in enum_type_show() 343 static ssize_t int_type_show(struct kobject *kobj, struct kobj_attribute *attr, in int_type_show() 364 static ssize_t mini_led_mode_current_value_show(struct kobject *kobj, in mini_led_mode_current_value_show() 402 static ssize_t mini_led_mode_current_value_store(struct kobject *kobj, in mini_led_mode_current_value_store() 449 static ssize_t mini_led_mode_possible_values_show(struct kobject *kobj, in mini_led_mode_possible_values_show() 463 static ssize_t gpu_mux_mode_current_value_store(struct kobject *kobj, in gpu_mux_mode_current_value_store() 507 static ssize_t dgpu_disable_current_value_store(struct kobject *kobj, in dgpu_disable_current_value_store() [all …]
|
| /linux/drivers/accessibility/speakup/ |
| H A D | kobjects.c | 29 static ssize_t chars_chartab_show(struct kobject *kobj, in chars_chartab_show() 109 static ssize_t chars_chartab_store(struct kobject *kobj, in chars_chartab_store() 229 static ssize_t keymap_show(struct kobject *kobj, struct kobj_attribute *attr, in keymap_show() 265 static ssize_t keymap_store(struct kobject *kobj, struct kobj_attribute *attr, in keymap_store() 332 static ssize_t silent_store(struct kobject *kobj, struct kobj_attribute *attr, in silent_store() 371 static ssize_t synth_show(struct kobject *kobj, struct kobj_attribute *attr, in synth_show() 386 static ssize_t synth_store(struct kobject *kobj, struct kobj_attribute *attr, in synth_store() 412 static ssize_t synth_direct_store(struct kobject *kobj, in synth_direct_store() 440 static ssize_t version_show(struct kobject *kobj, struct kobj_attribute *attr, in version_show() 456 static ssize_t punc_show(struct kobject *kobj, struct kobj_attribute *attr, in punc_show() [all …]
|
| /linux/drivers/s390/char/ |
| H A D | sclp_cpi_sys.c | 219 static ssize_t system_name_show(struct kobject *kobj, in system_name_show() 230 static ssize_t system_name_store(struct kobject *kobj, in system_name_store() 251 static ssize_t sysplex_name_show(struct kobject *kobj, in sysplex_name_show() 262 static ssize_t sysplex_name_store(struct kobject *kobj, in sysplex_name_store() 283 static ssize_t system_type_show(struct kobject *kobj, in system_type_show() 294 static ssize_t system_type_store(struct kobject *kobj, in system_type_store() 315 static ssize_t system_level_show(struct kobject *kobj, in system_level_show() 326 static ssize_t system_level_store(struct kobject *kobj, in system_level_store() 352 static ssize_t set_store(struct kobject *kobj, in set_store()
|