/linux-6.1.9/lib/ |
D | kobject.c | 28 const void *kobject_namespace(struct kobject *kobj) in kobject_namespace() 48 void kobject_get_ownership(struct kobject *kobj, kuid_t *uid, kgid_t *gid) in kobject_get_ownership() 57 static int create_dir(struct kobject *kobj) in create_dir() 97 static int get_kobj_path_length(struct kobject *kobj) in get_kobj_path_length() 115 static void fill_kobj_path(struct kobject *kobj, char *path, int length) in fill_kobj_path() 139 char *kobject_get_path(struct kobject *kobj, gfp_t gfp_mask) in kobject_get_path() 157 static void kobj_kset_join(struct kobject *kobj) in kobj_kset_join() 169 static void kobj_kset_leave(struct kobject *kobj) in kobj_kset_leave() 180 static void kobject_init_internal(struct kobject *kobj) in kobject_init_internal() 193 static int kobject_add_internal(struct kobject *kobj) in kobject_add_internal() [all …]
|
/linux-6.1.9/include/linux/ |
D | sysfs.h | 363 static inline int sysfs_create_dir_ns(struct kobject *kobj, const void *ns) in sysfs_create_dir_ns() 368 static inline void sysfs_remove_dir(struct kobject *kobj) in sysfs_remove_dir() 372 static inline int sysfs_rename_dir_ns(struct kobject *kobj, in sysfs_rename_dir_ns() 378 static inline int sysfs_move_dir_ns(struct kobject *kobj, in sysfs_move_dir_ns() 396 static inline int sysfs_create_file_ns(struct kobject *kobj, in sysfs_create_file_ns() 403 static inline int sysfs_create_files(struct kobject *kobj, in sysfs_create_files() 409 static inline int sysfs_chmod_file(struct kobject *kobj, in sysfs_chmod_file() 416 sysfs_break_active_protection(struct kobject *kobj, in sysfs_break_active_protection() 426 static inline void sysfs_remove_file_ns(struct kobject *kobj, in sysfs_remove_file_ns() 432 static inline bool sysfs_remove_file_self(struct kobject *kobj, in sysfs_remove_file_self() [all …]
|
/linux-6.1.9/kernel/ |
D | ksysfs.c | 30 static ssize_t uevent_seqnum_show(struct kobject *kobj, in uevent_seqnum_show() 39 static ssize_t uevent_helper_show(struct kobject *kobj, in uevent_helper_show() 44 static ssize_t uevent_helper_store(struct kobject *kobj, in uevent_helper_store() 60 static ssize_t profiling_show(struct kobject *kobj, in profiling_show() 65 static ssize_t profiling_store(struct kobject *kobj, in profiling_store() 91 static ssize_t kexec_loaded_show(struct kobject *kobj, in kexec_loaded_show() 98 static ssize_t kexec_crash_loaded_show(struct kobject *kobj, in kexec_crash_loaded_show() 105 static ssize_t kexec_crash_size_show(struct kobject *kobj, in kexec_crash_size_show() 115 static ssize_t kexec_crash_size_store(struct kobject *kobj, in kexec_crash_size_store() 134 static ssize_t vmcoreinfo_show(struct kobject *kobj, in vmcoreinfo_show() [all …]
|
/linux-6.1.9/drivers/gpu/drm/i915/gt/ |
D | sysfs_engines.c | 19 static struct intel_engine_cs *kobj_to_engine(struct kobject *kobj) in kobj_to_engine() 25 name_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in name_show() 34 class_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in class_show() 43 inst_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in inst_show() 52 mmio_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in mmio_show() 123 caps_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in caps_show() 134 all_caps_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in all_caps_show() 143 max_spin_store(struct kobject *kobj, struct kobj_attribute *attr, in max_spin_store() 181 max_spin_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in max_spin_show() 192 max_spin_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in max_spin_default() [all …]
|
D | intel_gt_sysfs_pm.c | 27 sysfs_gt_attribute_w_func(struct kobject *kobj, struct attribute *attr, in sysfs_gt_attribute_w_func() 52 sysfs_gt_attribute_r_func(struct kobject *kobj, struct attribute *attr, in sysfs_gt_attribute_r_func() 193 static ssize_t rc6_enable_show(struct kobject *kobj, in rc6_enable_show() 291 static int __intel_gt_sysfs_create_group(struct kobject *kobj, in __intel_gt_sysfs_create_group() 299 static void intel_sysfs_rc6_init(struct intel_gt *gt, struct kobject *kobj) in intel_sysfs_rc6_init() 333 static void intel_sysfs_rc6_init(struct intel_gt *gt, struct kobject *kobj) in intel_sysfs_rc6_init() 455 static ssize_t punit_req_freq_mhz_show(struct kobject *kobj, in punit_req_freq_mhz_show() 473 static ssize_t throttle_reason_bool_show(struct kobject *kobj, in throttle_reason_bool_show() 556 static ssize_t freq_factor_scale_show(struct kobject *kobj, in freq_factor_scale_show() 569 static ssize_t media_freq_factor_show(struct kobject *kobj, in media_freq_factor_show() [all …]
|
/linux-6.1.9/kernel/power/ |
D | main.c | 103 static ssize_t pm_async_show(struct kobject *kobj, struct kobj_attribute *attr, in pm_async_show() 109 static ssize_t pm_async_store(struct kobject *kobj, struct kobj_attribute *attr, in pm_async_store() 127 static ssize_t mem_sleep_show(struct kobject *kobj, struct kobj_attribute *attr, in mem_sleep_show() 172 static ssize_t mem_sleep_store(struct kobject *kobj, struct kobj_attribute *attr, in mem_sleep_store() 208 static ssize_t sync_on_suspend_show(struct kobject *kobj, in sync_on_suspend_show() 214 static ssize_t sync_on_suspend_store(struct kobject *kobj, in sync_on_suspend_store() 245 static ssize_t pm_test_show(struct kobject *kobj, struct kobj_attribute *attr, in pm_test_show() 266 static ssize_t pm_test_store(struct kobject *kobj, struct kobj_attribute *attr, in pm_test_store() 336 static ssize_t last_failed_dev_show(struct kobject *kobj, in last_failed_dev_show() 350 static ssize_t last_failed_errno_show(struct kobject *kobj, in last_failed_errno_show() [all …]
|
/linux-6.1.9/mm/damon/ |
D | sysfs.c | 21 struct kobject kobj; member 42 static ssize_t min_show(struct kobject *kobj, struct kobj_attribute *attr, in min_show() 51 static ssize_t min_store(struct kobject *kobj, struct kobj_attribute *attr, in min_store() 67 static ssize_t max_show(struct kobject *kobj, struct kobj_attribute *attr, in max_show() 76 static ssize_t max_store(struct kobject *kobj, struct kobj_attribute *attr, in max_store() 92 static void damon_sysfs_ul_range_release(struct kobject *kobj) in damon_sysfs_ul_range_release() 121 struct kobject kobj; member 134 static ssize_t nr_tried_show(struct kobject *kobj, struct kobj_attribute *attr, in nr_tried_show() 143 static ssize_t sz_tried_show(struct kobject *kobj, struct kobj_attribute *attr, in sz_tried_show() 152 static ssize_t nr_applied_show(struct kobject *kobj, in nr_applied_show() [all …]
|
/linux-6.1.9/fs/sysfs/ |
D | group.c | 34 static int create_files(struct kernfs_node *parent, struct kobject *kobj, in create_files() 107 static int internal_create_group(struct kobject *kobj, int update, in internal_create_group() 171 int sysfs_create_group(struct kobject *kobj, in sysfs_create_group() 178 static int internal_create_groups(struct kobject *kobj, int update, in internal_create_groups() 211 int sysfs_create_groups(struct kobject *kobj, in sysfs_create_groups() 229 int sysfs_update_groups(struct kobject *kobj, in sysfs_update_groups() 254 int sysfs_update_group(struct kobject *kobj, in sysfs_update_group() 269 void sysfs_remove_group(struct kobject *kobj, in sysfs_remove_group() 304 void sysfs_remove_groups(struct kobject *kobj, in sysfs_remove_groups() 325 int sysfs_merge_group(struct kobject *kobj, in sysfs_merge_group() [all …]
|
D | file.c | 28 struct kobject *kobj = kn->parent->priv; in sysfs_file_ops() local 43 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_seq_show() local 81 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_bin_read() local 105 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_read() local 131 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_write() local 144 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_bin_write() local 165 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_bin_mmap() local 180 void sysfs_notify(struct kobject *kobj, const char *dir, const char *attr) in sysfs_notify() 258 struct kobject *kobj = parent->priv; in sysfs_add_file_mode_ns() local 345 int sysfs_create_file_ns(struct kobject *kobj, const struct attribute *attr, in sysfs_create_file_ns() [all …]
|
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-6.1.9/fs/btrfs/ |
D | sysfs.c | 55 struct kobject kobj; member 173 static ssize_t btrfs_feature_attr_show(struct kobject *kobj, in btrfs_feature_attr_show() 189 static ssize_t btrfs_feature_attr_store(struct kobject *kobj, in btrfs_feature_attr_store() 257 static umode_t btrfs_feature_visible(struct kobject *kobj, in btrfs_feature_visible() 340 static ssize_t rmdir_subvol_show(struct kobject *kobj, in rmdir_subvol_show() 347 static ssize_t supported_checksums_show(struct kobject *kobj, in supported_checksums_show() 368 static ssize_t send_stream_version_show(struct kobject *kobj, in send_stream_version_show() 383 static ssize_t supported_rescue_options_show(struct kobject *kobj, in supported_rescue_options_show() 398 static ssize_t supported_sectorsizes_show(struct kobject *kobj, in supported_sectorsizes_show() 439 static ssize_t btrfs_discardable_bytes_show(struct kobject *kobj, in btrfs_discardable_bytes_show() [all …]
|
/linux-6.1.9/drivers/platform/x86/ |
D | think-lmi.c | 177 #define to_tlmi_pwd_setting(kobj) container_of(kobj, struct tlmi_pwd_setting, kobj) argument 178 #define to_tlmi_attr_setting(kobj) container_of(kobj, struct tlmi_attr_setting, kobj) argument 388 static ssize_t is_enabled_show(struct kobject *kobj, struct kobj_attribute *attr, in is_enabled_show() 398 static ssize_t current_password_store(struct kobject *kobj, in current_password_store() 418 static ssize_t new_password_store(struct kobject *kobj, in new_password_store() 502 static ssize_t min_password_length_show(struct kobject *kobj, struct kobj_attribute *attr, in min_password_length_show() 512 static ssize_t max_password_length_show(struct kobject *kobj, struct kobj_attribute *attr, in max_password_length_show() 521 static ssize_t mechanism_show(struct kobject *kobj, struct kobj_attribute *attr, in mechanism_show() 528 static ssize_t encoding_show(struct kobject *kobj, struct kobj_attribute *attr, in encoding_show() 536 static ssize_t encoding_store(struct kobject *kobj, in encoding_store() [all …]
|
/linux-6.1.9/net/sunrpc/ |
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(struct kobject *kobj) in rpc_sysfs_object_child_ns_type() 49 struct kobject *kobj; in rpc_sysfs_object_alloc() local 63 rpc_sysfs_xprt_kobj_get_xprt(struct kobject *kobj) in rpc_sysfs_xprt_kobj_get_xprt() 72 rpc_sysfs_xprt_kobj_get_xprt_switch(struct kobject *kobj) in rpc_sysfs_xprt_kobj_get_xprt_switch() 81 rpc_sysfs_xprt_switch_kobj_get_xprt(struct kobject *kobj) in rpc_sysfs_xprt_switch_kobj_get_xprt() 89 static ssize_t rpc_sysfs_xprt_dstaddr_show(struct kobject *kobj, in rpc_sysfs_xprt_dstaddr_show() 106 static ssize_t rpc_sysfs_xprt_srcaddr_show(struct kobject *kobj, in rpc_sysfs_xprt_srcaddr_show() 132 static ssize_t rpc_sysfs_xprt_info_show(struct kobject *kobj, in rpc_sysfs_xprt_info_show() 165 static ssize_t rpc_sysfs_xprt_state_show(struct kobject *kobj, in rpc_sysfs_xprt_state_show() [all …]
|
/linux-6.1.9/arch/s390/kernel/ |
D | ipl.c | 291 static ssize_t ipl_type_show(struct kobject *kobj, struct kobj_attribute *attr, in ipl_type_show() 299 static ssize_t ipl_secure_show(struct kobject *kobj, in ipl_secure_show() 308 static ssize_t ipl_has_secure_show(struct kobject *kobj, in ipl_has_secure_show() 317 static ssize_t ipl_vm_parm_show(struct kobject *kobj, in ipl_vm_parm_show() 330 static ssize_t sys_ipl_device_show(struct kobject *kobj, in sys_ipl_device_show() 351 static ssize_t ipl_parameter_read(struct file *filp, struct kobject *kobj, in ipl_parameter_read() 362 static ssize_t ipl_scp_data_read(struct file *filp, struct kobject *kobj, in ipl_scp_data_read() 372 static ssize_t ipl_nvme_scp_data_read(struct file *filp, struct kobject *kobj, in ipl_nvme_scp_data_read() 421 static ssize_t ipl_ccw_loadparm_show(struct kobject *kobj, in ipl_ccw_loadparm_show() 617 static ssize_t reipl_nss_vmparm_show(struct kobject *kobj, in reipl_nss_vmparm_show() [all …]
|
D | uv.c | 465 static ssize_t uv_query_facilities(struct kobject *kobj, in uv_query_facilities() 478 static ssize_t uv_query_supp_se_hdr_ver(struct kobject *kobj, in uv_query_supp_se_hdr_ver() 487 static ssize_t uv_query_supp_se_hdr_pcf(struct kobject *kobj, in uv_query_supp_se_hdr_pcf() 496 static ssize_t uv_query_dump_cpu_len(struct kobject *kobj, in uv_query_dump_cpu_len() 506 static ssize_t uv_query_dump_storage_state_len(struct kobject *kobj, in uv_query_dump_storage_state_len() 516 static ssize_t uv_query_dump_finalize_len(struct kobject *kobj, in uv_query_dump_finalize_len() 526 static ssize_t uv_query_feature_indications(struct kobject *kobj, in uv_query_feature_indications() 535 static ssize_t uv_query_max_guest_cpus(struct kobject *kobj, in uv_query_max_guest_cpus() 545 static ssize_t uv_query_max_guest_vms(struct kobject *kobj, in uv_query_max_guest_vms() 555 static ssize_t uv_query_max_guest_addr(struct kobject *kobj, in uv_query_max_guest_addr() [all …]
|
/linux-6.1.9/fs/orangefs/ |
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() 280 static ssize_t sysfs_int_store(struct kobject *kobj, in sysfs_int_store() 320 static ssize_t sysfs_service_op_show(struct kobject *kobj, in sysfs_service_op_show() 535 static ssize_t sysfs_service_op_store(struct kobject *kobj, in sysfs_service_op_store() 901 static void orangefs_obj_release(struct kobject *kobj) in orangefs_obj_release() 948 static void acache_orangefs_obj_release(struct kobject *kobj) in acache_orangefs_obj_release() 995 static void capcache_orangefs_obj_release(struct kobject *kobj) in capcache_orangefs_obj_release() 1042 static void ccache_orangefs_obj_release(struct kobject *kobj) in ccache_orangefs_obj_release() [all …]
|
/linux-6.1.9/drivers/infiniband/ulp/rtrs/ |
D | rtrs-clt-sysfs.c | 19 static void rtrs_clt_path_release(struct kobject *kobj) in rtrs_clt_path_release() 33 static void rtrs_clt_path_stats_release(struct kobject *kobj) in rtrs_clt_path_stats_release() 198 static ssize_t rtrs_clt_state_show(struct kobject *kobj, in rtrs_clt_state_show() 213 static ssize_t rtrs_clt_reconnect_show(struct kobject *kobj, in rtrs_clt_reconnect_show() 219 static ssize_t rtrs_clt_reconnect_store(struct kobject *kobj, in rtrs_clt_reconnect_store() 243 static ssize_t rtrs_clt_disconnect_show(struct kobject *kobj, in rtrs_clt_disconnect_show() 249 static ssize_t rtrs_clt_disconnect_store(struct kobject *kobj, in rtrs_clt_disconnect_store() 270 static ssize_t rtrs_clt_remove_path_show(struct kobject *kobj, in rtrs_clt_remove_path_show() 276 static ssize_t rtrs_clt_remove_path_store(struct kobject *kobj, in rtrs_clt_remove_path_store() 333 static ssize_t rtrs_clt_hca_port_show(struct kobject *kobj, in rtrs_clt_hca_port_show() [all …]
|
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() 217 static void rtrs_srv_path_stats_release(struct kobject *kobj) in rtrs_srv_path_stats_release()
|
/linux-6.1.9/drivers/parisc/ |
D | pdc_stable.c | 93 struct kobject kobj; member 435 pdcspath_attr_show(struct kobject *kobj, struct attribute *attr, char *buf) in pdcspath_attr_show() 455 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() 536 static ssize_t pdcs_auto_read(struct kobject *kobj, in pdcs_auto_read() 561 static ssize_t pdcs_autoboot_read(struct kobject *kobj, in pdcs_autoboot_read() 571 static ssize_t pdcs_autosearch_read(struct kobject *kobj, in pdcs_autosearch_read() 583 static ssize_t pdcs_timer_read(struct kobject *kobj, in pdcs_timer_read() 608 static ssize_t pdcs_osid_read(struct kobject *kobj, in pdcs_osid_read() 628 static ssize_t pdcs_osdep1_read(struct kobject *kobj, in pdcs_osdep1_read() [all …]
|
/linux-6.1.9/fs/nfs/ |
D | sysfs.c | 23 static void nfs_netns_object_release(struct kobject *kobj) in nfs_netns_object_release() 29 struct kobject *kobj) in nfs_netns_object_child_ns_type() 43 struct kobject *kobj; in nfs_netns_object_alloc() local 76 static ssize_t nfs_netns_identifier_show(struct kobject *kobj, in nfs_netns_identifier_show() 98 static ssize_t nfs_netns_identifier_store(struct kobject *kobj, in nfs_netns_identifier_store() 123 static void nfs_netns_client_release(struct kobject *kobj) in nfs_netns_client_release() 133 static const void *nfs_netns_client_namespace(struct kobject *kobj) in nfs_netns_client_namespace()
|
/linux-6.1.9/drivers/block/rnbd/ |
D | rnbd-clt-sysfs.c | 223 static ssize_t state_show(struct kobject *kobj, in state_show() 248 static ssize_t nr_poll_queues_show(struct kobject *kobj, in nr_poll_queues_show() 261 static ssize_t mapping_path_show(struct kobject *kobj, in mapping_path_show() 274 static ssize_t access_mode_show(struct kobject *kobj, in access_mode_show() 287 static ssize_t rnbd_clt_unmap_dev_show(struct kobject *kobj, in rnbd_clt_unmap_dev_show() 294 static ssize_t rnbd_clt_unmap_dev_store(struct kobject *kobj, in rnbd_clt_unmap_dev_store() 357 static ssize_t rnbd_clt_resize_dev_show(struct kobject *kobj, in rnbd_clt_resize_dev_show() 365 static ssize_t rnbd_clt_resize_dev_store(struct kobject *kobj, in rnbd_clt_resize_dev_store() 390 static ssize_t rnbd_clt_remap_dev_show(struct kobject *kobj, in rnbd_clt_remap_dev_show() 396 static ssize_t rnbd_clt_remap_dev_store(struct kobject *kobj, in rnbd_clt_remap_dev_store() [all …]
|
D | rnbd-srv-sysfs.c | 26 static void rnbd_srv_dev_release(struct kobject *kobj) in rnbd_srv_dev_release() 84 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-6.1.9/drivers/cpuidle/ |
D | sysfs.c | 149 struct kobject kobj; member 152 static inline struct cpuidle_device *to_cpuidle_device(struct kobject *kobj) in to_cpuidle_device() 160 static ssize_t cpuidle_show(struct kobject *kobj, struct attribute *attr, in cpuidle_show() 175 static ssize_t cpuidle_store(struct kobject *kobj, struct attribute *attr, in cpuidle_store() 195 static void cpuidle_sysfs_release(struct kobject *kobj) in cpuidle_sysfs_release() 344 struct kobject kobj; member 378 static void cpuidle_add_s2idle_attr_group(struct cpuidle_state_kobj *kobj) in cpuidle_add_s2idle_attr_group() 390 static void cpuidle_remove_s2idle_attr_group(struct cpuidle_state_kobj *kobj) in cpuidle_remove_s2idle_attr_group() 396 static inline void cpuidle_add_s2idle_attr_group(struct cpuidle_state_kobj *kobj) { } in cpuidle_add_s2idle_attr_group() 397 static inline void cpuidle_remove_s2idle_attr_group(struct cpuidle_state_kobj *kobj) { } in cpuidle_remove_s2idle_attr_group() [all …]
|
/linux-6.1.9/drivers/staging/greybus/ |
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-6.1.9/drivers/w1/slaves/ |
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()
|