Home
last modified time | relevance | path

Searched defs:kobj (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/linux/lib/
H A Dkobject.c30 const struct ns_common *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 Dxe_hw_engine_class_sysfs.c35 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 Dxe_gt_freq.c66 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 Dsysfs_engines.c20 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/mm/damon/
H A Dsysfs-schemes.c18 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 Dsysfs.c19 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 Dsysfs.c29 static void rpc_sysfs_object_release(struct kobject *kobj) in rpc_sysfs_object_release()
35 rpc_sysfs_object_child_ns_type(const struct kobject *kobj) in rpc_sysfs_object_child_ns_type()
50 struct kobject *kobj; in rpc_sysfs_object_alloc() local
64 rpc_sysfs_client_kobj_get_clnt(struct kobject *kobj) in rpc_sysfs_client_kobj_get_clnt()
74 rpc_sysfs_xprt_kobj_get_xprt(struct kobject *kobj) in rpc_sysfs_xprt_kobj_get_xprt()
83 rpc_sysfs_xprt_kobj_get_xprt_switch(struct kobject *kobj) in rpc_sysfs_xprt_kobj_get_xprt_switch()
92 rpc_sysfs_xprt_switch_kobj_get_xprt(struct kobject *kobj) in rpc_sysfs_xprt_switch_kobj_get_xprt()
100 static ssize_t rpc_sysfs_clnt_version_show(struct kobject *kobj, in rpc_sysfs_clnt_version_show()
115 static ssize_t rpc_sysfs_clnt_program_show(struct kobject *kobj, in rpc_sysfs_clnt_program_show()
130 static ssize_t rpc_sysfs_clnt_max_connect_show(struct kobject *kobj, in rpc_sysfs_clnt_max_connect_show()
[all …]
/linux/fs/sysfs/
H A Dfile.c34 struct kobject *kobj = sysfs_file_kobj(kn); in sysfs_file_ops() local
49 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_seq_show() local
87 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_bin_read() local
111 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_read() local
137 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_write() local
150 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_bin_write() local
171 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_bin_mmap() local
180 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_bin_llseek() local
198 void sysfs_notify(struct kobject *kobj, const char *dir, const char *attr) in sysfs_notify()
277 struct kobject *kobj = parent->priv; in sysfs_add_file_mode_ns() local
[all …]
H A Dsymlink.c67 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/fs/btrfs/
H A Dsysfs.c58 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 Dsysfs.h505 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 Dmain.c193 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 Dthink-lmi.c237 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 Dhugetlb_sysfs.c28 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 Dcma_sysfs.c32 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 Dsysfs.c25 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 Dorangefs-sysfs.c176 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 Dpdc_stable.c93 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 Drnbd-clt-sysfs.c225 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 Drnbd-srv-sysfs.c27 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 Dipl.c392 static ssize_t ipl_type_show(struct kobject *kobj, struct kobj_attribute *attr, in ipl_type_show()
400 static ssize_t ipl_secure_show(struct kobject *kobj, in ipl_secure_show()
409 static ssize_t ipl_has_secure_show(struct kobject *kobj, in ipl_has_secure_show()
418 static ssize_t ipl_vm_parm_show(struct kobject *kobj, in ipl_vm_parm_show()
431 static ssize_t sys_ipl_device_show(struct kobject *kobj, in sys_ipl_device_show()
456 static ssize_t sys_ipl_parameter_read(struct file *filp, struct kobject *kobj, in sys_ipl_parameter_read()
590 static ssize_t ipl_ccw_loadparm_show(struct kobject *kobj, in ipl_ccw_loadparm_show()
790 static ssize_t reipl_nss_vmparm_show(struct kobject *kobj, in reipl_nss_vmparm_show()
796 static ssize_t reipl_nss_vmparm_store(struct kobject *kobj, in reipl_nss_vmparm_store()
804 static ssize_t reipl_ccw_vmparm_show(struct kobject *kobj, in reipl_ccw_vmparm_show()
[all …]
/linux/drivers/cpuidle/
H A Dsysfs.c156 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 Daudio_manager_sysfs.c14 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 Dw1_ds2408.c67 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 Dasus-armoury.c121 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 …]

12345678910>>...17