Home
last modified time | relevance | path

Searched defs:kobj (Results 176 – 200 of 576) sorted by relevance

12345678910>>...24

/linux-6.15/kernel/
Dparams.c766 struct kobject *kobj; in lookup_or_create_module_kobject() local
885 static ssize_t module_attr_show(struct kobject *kobj, in module_attr_show()
904 static ssize_t module_attr_store(struct kobject *kobj, in module_attr_store()
928 static int uevent_filter(const struct kobject *kobj) in uevent_filter()
943 static void module_kobj_release(struct kobject *kobj) in module_kobj_release()
/linux-6.15/drivers/hid/
Dhid-roccat-kone.c263 static ssize_t kone_sysfs_read_settings(struct file *fp, struct kobject *kobj, in kone_sysfs_read_settings()
287 static ssize_t kone_sysfs_write_settings(struct file *fp, struct kobject *kobj, in kone_sysfs_write_settings()
334 struct kobject *kobj, const struct bin_attribute *attr, in kone_sysfs_read_profilex()
354 struct kobject *kobj, const struct bin_attribute *attr, in kone_sysfs_write_profilex()
/linux-6.15/drivers/platform/x86/hp/hp-bioscfg/
Dbioscfg.c27 ssize_t display_name_language_code_show(struct kobject *kobj, in display_name_language_code_show()
338 static ssize_t pending_reboot_show(struct kobject *kobj, in pending_reboot_show()
356 static void attr_name_release(struct kobject *kobj) in attr_name_release()
Dorder-list-attributes.c13 static ssize_t current_value_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in current_value_show()
75 static ssize_t type_show(struct kobject *kobj, struct kobj_attribute *attr, in type_show()
/linux-6.15/drivers/misc/
Dds1682.c156 static ssize_t ds1682_eeprom_read(struct file *filp, struct kobject *kobj, in ds1682_eeprom_read()
174 static ssize_t ds1682_eeprom_write(struct file *filp, struct kobject *kobj, in ds1682_eeprom_write()
Dsram.c25 static ssize_t sram_read(struct file *filp, struct kobject *kobj, in sram_read()
40 static ssize_t sram_write(struct file *filp, struct kobject *kobj, in sram_write()
/linux-6.15/drivers/platform/x86/amd/hsmp/
Dacpi.c228 static ssize_t hsmp_metric_tbl_acpi_read(struct file *filp, struct kobject *kobj, in hsmp_metric_tbl_acpi_read()
238 static umode_t hsmp_is_sock_attr_visible(struct kobject *kobj, in hsmp_is_sock_attr_visible()
/linux-6.15/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c79 struct kobject *kobj; member
328 static ssize_t kfd_procfs_show(struct kobject *kobj, struct attribute *attr, in kfd_procfs_show()
364 static void kfd_procfs_kobj_release(struct kobject *kobj) in kfd_procfs_kobj_release()
404 static ssize_t kfd_procfs_queue_show(struct kobject *kobj, in kfd_procfs_queue_show()
422 static ssize_t kfd_procfs_stats_show(struct kobject *kobj, in kfd_procfs_stats_show()
448 static ssize_t kfd_sysfs_counters_show(struct kobject *kobj, in kfd_sysfs_counters_show()
545 static void kfd_sysfs_create_file(struct kobject *kobj, struct attribute *attr, in kfd_sysfs_create_file()
/linux-6.15/drivers/platform/x86/
Dsamsung-galaxybook.c911 static ssize_t type_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in type_show()
918 static ssize_t default_value_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in default_value_show()
925 static ssize_t possible_values_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in possible_values_show()
932 static ssize_t display_name_language_code_show(struct kobject *kobj, struct kobj_attribute *attr, in display_name_language_code_show()
941 static ssize_t display_name_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in display_name_show()
949 static ssize_t current_value_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in current_value_show()
963 static ssize_t current_value_store(struct kobject *kobj, struct kobj_attribute *attr, in current_value_store()
/linux-6.15/arch/arm/common/
DbL_switcher.c667 static ssize_t bL_switcher_active_show(struct kobject *kobj, in bL_switcher_active_show()
673 static ssize_t bL_switcher_active_store(struct kobject *kobj, in bL_switcher_active_store()
693 static ssize_t bL_switcher_trace_trigger_store(struct kobject *kobj, in bL_switcher_trace_trigger_store()
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_hdcp.c447 void hdcp_destroy(struct kobject *kobj, struct hdcp_workqueue *hdcp_work) in hdcp_destroy()
612 static ssize_t srm_data_write(struct file *filp, struct kobject *kobj, in srm_data_write()
636 static ssize_t srm_data_read(struct file *filp, struct kobject *kobj, in srm_data_read()
/linux-6.15/drivers/nvme/host/
Dsysfs.c268 static umode_t nvme_ns_attrs_are_visible(struct kobject *kobj, in nvme_ns_attrs_are_visible()
325 static bool multipath_sysfs_group_visible(struct kobject *kobj) in multipath_sysfs_group_visible()
332 static bool multipath_sysfs_attr_visible(struct kobject *kobj, in multipath_sysfs_attr_visible()
746 static umode_t nvme_dev_attrs_are_visible(struct kobject *kobj, in nvme_dev_attrs_are_visible()
821 static umode_t nvme_tls_attrs_are_visible(struct kobject *kobj, in nvme_tls_attrs_are_visible()
/linux-6.15/drivers/infiniband/hw/mlx4/
Dsysfs.c367 struct kobject kobj; member
378 static void mlx4_port_release(struct kobject *kobj) in mlx4_port_release()
400 static ssize_t port_attr_show(struct kobject *kobj, in port_attr_show()
412 static ssize_t port_attr_store(struct kobject *kobj, in port_attr_store()
/linux-6.15/drivers/dma/qcom/
Dhidma_mgmt_sys.c140 static ssize_t show_values_channel(struct kobject *kobj, in show_values_channel()
157 static ssize_t set_values_channel(struct kobject *kobj, in set_values_channel()
/linux-6.15/drivers/gpu/drm/xe/
Dxe_gt_sysfs.c15 static void xe_gt_sysfs_kobj_release(struct kobject *kobj) in xe_gt_sysfs_kobj_release()
Dxe_tile_sysfs.c15 static void xe_tile_sysfs_kobj_release(struct kobject *kobj) in xe_tile_sysfs_kobj_release()
/linux-6.15/arch/mips/loongson64/
Dboardinfo.c5 static ssize_t boardinfo_show(struct kobject *kobj, in boardinfo_show()
/linux-6.15/fs/ocfs2/cluster/
Dsys.c21 static ssize_t version_show(struct kobject *kobj, struct kobj_attribute *attr, in version_show()
/linux-6.15/arch/powerpc/platforms/44x/
Dcpm.c124 static ssize_t cpm_idle_show(struct kobject *kobj, in cpm_idle_show()
142 static ssize_t cpm_idle_store(struct kobject *kobj, in cpm_idle_store()
/linux-6.15/arch/x86/events/
Dprobe.c8 not_visible(struct kobject *kobj, struct attribute *attr, int i) in not_visible()
/linux-6.15/fs/gfs2/
Dsys.c36 static ssize_t gfs2_attr_show(struct kobject *kobj, struct attribute *attr, in gfs2_attr_show()
44 static ssize_t gfs2_attr_store(struct kobject *kobj, struct attribute *attr, in gfs2_attr_store()
379 static void gfs2_sbd_release(struct kobject *kobj) in gfs2_sbd_release()
780 static int gfs2_uevent(const struct kobject *kobj, struct kobj_uevent_env *env) in gfs2_uevent()
/linux-6.15/include/linux/
Dcdev.h15 struct kobject kobj; member
/linux-6.15/drivers/platform/x86/intel/pmt/
Dclass.c83 intel_pmt_read(struct file *filp, struct kobject *kobj, in intel_pmt_read()
107 intel_pmt_mmap(struct file *filp, struct kobject *kobj, in intel_pmt_mmap()
/linux-6.15/kernel/module/
Dsysfs.c28 static ssize_t module_sect_read(struct file *file, struct kobject *kobj, in module_sect_read()
336 struct kobject *kobj; in mod_sysfs_init() local
/linux-6.15/drivers/w1/slaves/
Dw1_ds2433.c112 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read()
226 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write()

12345678910>>...24