Home
last modified time | relevance | path

Searched defs:kobj (Results 101 – 125 of 555) sorted by relevance

12345678910>>...23

/linux-6.8/drivers/base/
Dcore.c2356 static ssize_t dev_attr_show(struct kobject *kobj, struct attribute *attr, in dev_attr_show()
2372 static ssize_t dev_attr_store(struct kobject *kobj, struct attribute *attr, in dev_attr_store()
2476 static void device_release(struct kobject *kobj) in device_release()
2506 static const void *device_namespace(const struct kobject *kobj) in device_namespace()
2517 static void device_get_ownership(const struct kobject *kobj, kuid_t *uid, kgid_t *gid) in device_get_ownership()
2533 static int dev_uevent_filter(const struct kobject *kobj) in dev_uevent_filter()
2547 static const char *dev_uevent_name(const struct kobject *kobj) in dev_uevent_name()
2558 static int dev_uevent(const struct kobject *kobj, struct kobj_uevent_env *env) in dev_uevent()
3142 struct kobject kobj; member
3148 static void class_dir_release(struct kobject *kobj) in class_dir_release()
[all …]
/linux-6.8/drivers/misc/cxl/
Dsysfs.c446 static ssize_t afu_eb_read(struct file *filp, struct kobject *kobj, in afu_eb_read()
505 struct kobject kobj; member
516 static ssize_t vendor_show(struct kobject *kobj, in vendor_show()
524 static ssize_t device_show(struct kobject *kobj, in device_show()
532 static ssize_t class_show(struct kobject *kobj, in class_show()
540 static ssize_t afu_read_config(struct file *filp, struct kobject *kobj, in afu_read_config()
575 static void release_afu_config_record(struct kobject *kobj) in release_afu_config_record()
/linux-6.8/net/core/
Dnet-sysfs.c794 static ssize_t rx_queue_attr_show(struct kobject *kobj, struct attribute *attr, in rx_queue_attr_show()
806 static ssize_t rx_queue_attr_store(struct kobject *kobj, struct attribute *attr, in rx_queue_attr_store()
1023 static void rx_queue_release(struct kobject *kobj) in rx_queue_release()
1047 static const void *rx_queue_namespace(const struct kobject *kobj) in rx_queue_namespace()
1059 static void rx_queue_get_ownership(const struct kobject *kobj, in rx_queue_get_ownership()
1090 struct kobject *kobj = &queue->kobj; in rx_queue_add_kobject() local
1127 struct kobject *kobj = &queue->kobj; in rx_queue_change_owner() local
1162 struct kobject *kobj = &dev->_rx[i].kobj; in net_rx_queue_update_kobjects() local
1215 static ssize_t netdev_queue_attr_show(struct kobject *kobj, in netdev_queue_attr_show()
1228 static ssize_t netdev_queue_attr_store(struct kobject *kobj, in netdev_queue_attr_store()
[all …]
/linux-6.8/drivers/gpu/drm/amd/amdgpu/
Damdgpu_discovery.c677 struct kobject kobj; /* ip_discovery/die/#die/#hw_id/#instance/<attrs...> */ member
777 static ssize_t ip_hw_instance_attr_show(struct kobject *kobj, in ip_hw_instance_attr_show()
794 static void ip_hw_instance_release(struct kobject *kobj) in ip_hw_instance_release()
811 static void ip_hw_id_release(struct kobject *kobj) in ip_hw_id_release()
857 static ssize_t ip_die_entry_attr_show(struct kobject *kobj, in ip_die_entry_attr_show()
870 static void ip_die_entry_release(struct kobject *kobj) in ip_die_entry_release()
900 struct kobject kobj; /* ip_discovery/ */ member
905 static void die_kobj_release(struct kobject *kobj) in die_kobj_release()
914 static void ip_disc_release(struct kobject *kobj) in ip_disc_release()
/linux-6.8/arch/powerpc/platforms/powernv/
Dopal-psr.c25 static ssize_t psr_show(struct kobject *kobj, struct kobj_attribute *attr, in psr_show()
75 static ssize_t psr_store(struct kobject *kobj, struct kobj_attribute *attr, in psr_store()
/linux-6.8/drivers/w1/slaves/
Dw1_ds2413.c27 static ssize_t state_read(struct file *filp, struct kobject *kobj, in state_read()
83 static ssize_t output_write(struct file *filp, struct kobject *kobj, in output_write()
Dw1_ds2406.c26 struct file *filp, struct kobject *kobj, in w1_f12_read_state()
63 struct file *filp, struct kobject *kobj, in w1_f12_write_output()
/linux-6.8/drivers/platform/x86/intel/uncore-frequency/
Duncore-frequency-common.c26 static ssize_t show_domain_id(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in show_domain_id()
33 static ssize_t show_fabric_cluster_id(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in show_fabric_cluster_id()
40 static ssize_t show_package_id(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in show_package_id()
/linux-6.8/fs/f2fs/
Dsysfs.c802 static ssize_t f2fs_attr_show(struct kobject *kobj, in f2fs_attr_show()
812 static ssize_t f2fs_attr_store(struct kobject *kobj, struct attribute *attr, in f2fs_attr_store()
822 static void f2fs_sb_release(struct kobject *kobj) in f2fs_sb_release()
1319 static ssize_t f2fs_stat_attr_show(struct kobject *kobj, in f2fs_stat_attr_show()
1329 static ssize_t f2fs_stat_attr_store(struct kobject *kobj, struct attribute *attr, in f2fs_stat_attr_store()
1339 static void f2fs_stat_kobj_release(struct kobject *kobj) in f2fs_stat_kobj_release()
1357 static ssize_t f2fs_sb_feat_attr_show(struct kobject *kobj, in f2fs_sb_feat_attr_show()
1367 static void f2fs_feature_list_kobj_release(struct kobject *kobj) in f2fs_feature_list_kobj_release()
/linux-6.8/arch/mips/alchemy/devboards/
Dpm.c118 static ssize_t db1x_pmattr_show(struct kobject *kobj, in db1x_pmattr_show()
148 static ssize_t db1x_pmattr_store(struct kobject *kobj, in db1x_pmattr_store()
/linux-6.8/drivers/platform/x86/dell/dell-wmi-sysman/
Dstring-attributes.c15 static ssize_t current_value_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in current_value_show()
81 static ssize_t type_show(struct kobject *kobj, struct kobj_attribute *attr, in type_show()
Dint-attributes.c15 static ssize_t current_value_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in current_value_show()
95 static ssize_t type_show(struct kobject *kobj, struct kobj_attribute *attr, in type_show()
Denum-attributes.c13 static ssize_t current_value_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in current_value_show()
91 static ssize_t type_show(struct kobject *kobj, struct kobj_attribute *attr, in type_show()
/linux-6.8/drivers/s390/char/
Dsclp_ocf.c96 static ssize_t cpc_name_show(struct kobject *kobj, in cpc_name_show()
110 static ssize_t hmc_network_show(struct kobject *kobj, in hmc_network_show()
Dsclp_sd.c87 struct kobject kobj; member
359 static void sclp_sd_file_release(struct kobject *kobj) in sclp_sd_file_release()
425 static ssize_t reload_store(struct kobject *kobj, struct kobj_attribute *attr, in reload_store()
462 static ssize_t data_read(struct file *file, struct kobject *kobj, in data_read()
/linux-6.8/drivers/scsi/qla2xxx/
Dqla_attr.c19 qla2x00_sysfs_read_fw_dump(struct file *filp, struct kobject *kobj, in qla2x00_sysfs_read_fw_dump()
60 qla2x00_sysfs_write_fw_dump(struct file *filp, struct kobject *kobj, in qla2x00_sysfs_write_fw_dump()
182 qla2x00_sysfs_read_nvram(struct file *filp, struct kobject *kobj, in qla2x00_sysfs_read_nvram()
222 qla2x00_sysfs_write_nvram(struct file *filp, struct kobject *kobj, in qla2x00_sysfs_write_nvram()
296 qla2x00_sysfs_read_optrom(struct file *filp, struct kobject *kobj, in qla2x00_sysfs_read_optrom()
320 qla2x00_sysfs_write_optrom(struct file *filp, struct kobject *kobj, in qla2x00_sysfs_write_optrom()
358 qla2x00_sysfs_write_optrom_ctl(struct file *filp, struct kobject *kobj, in qla2x00_sysfs_write_optrom_ctl()
542 qla2x00_sysfs_read_vpd(struct file *filp, struct kobject *kobj, in qla2x00_sysfs_read_vpd()
589 qla2x00_sysfs_write_vpd(struct file *filp, struct kobject *kobj, in qla2x00_sysfs_write_vpd()
656 qla2x00_sysfs_read_sfp(struct file *filp, struct kobject *kobj, in qla2x00_sysfs_read_sfp()
[all …]
/linux-6.8/drivers/platform/x86/intel/
Dsdsi.c378 static ssize_t provision_akc_write(struct file *filp, struct kobject *kobj, in provision_akc_write()
392 static ssize_t provision_cap_write(struct file *filp, struct kobject *kobj, in provision_cap_write()
448 state_certificate_read(struct file *filp, struct kobject *kobj, in state_certificate_read()
460 meter_certificate_read(struct file *filp, struct kobject *kobj, in meter_certificate_read()
471 static ssize_t registers_read(struct file *filp, struct kobject *kobj, in registers_read()
507 sdsi_battr_is_visible(struct kobject *kobj, struct bin_attribute *attr, int n) in sdsi_battr_is_visible()
/linux-6.8/drivers/infiniband/hw/hfi1/
Dsysfs.c13 static struct hfi1_pportdata *hfi1_get_pportdata_kobj(struct kobject *kobj) in hfi1_get_pportdata_kobj()
29 static ssize_t cc_table_bin_read(struct file *filp, struct kobject *kobj, in cc_table_bin_read()
67 static ssize_t cc_setting_bin_read(struct file *filp, struct kobject *kobj, in cc_setting_bin_read()
575 static ssize_t sde_show(struct kobject *kobj, struct attribute *attr, char *buf) in sde_show()
588 static ssize_t sde_store(struct kobject *kobj, struct attribute *attr, in sde_store()
/linux-6.8/drivers/hid/
Dhid-roccat-arvo.c186 struct kobject *kobj, void const *buf, in arvo_sysfs_write()
205 struct kobject *kobj, void *buf, loff_t off, in arvo_sysfs_read()
227 struct kobject *kobj, struct bin_attribute *attr, char *buf, in arvo_sysfs_write_button()
237 struct kobject *kobj, struct bin_attribute *attr, char *buf, in arvo_sysfs_read_info()
/linux-6.8/fs/erofs/
Dsysfs.c107 static ssize_t erofs_attr_show(struct kobject *kobj, in erofs_attr_show()
130 static ssize_t erofs_attr_store(struct kobject *kobj, struct attribute *attr, in erofs_attr_store()
170 static void erofs_sb_release(struct kobject *kobj) in erofs_sb_release()
/linux-6.8/drivers/rapidio/
Drio-sysfs.c116 rio_read_config(struct file *filp, struct kobject *kobj, in rio_read_config()
187 rio_write_config(struct file *filp, struct kobject *kobj, in rio_write_config()
259 static umode_t rio_dev_is_attr_visible(struct kobject *kobj, in rio_dev_is_attr_visible()
/linux-6.8/drivers/gpu/drm/i915/
Di915_sysfs.c62 i915_l3_read(struct file *filp, struct kobject *kobj, in i915_l3_read()
90 i915_l3_write(struct file *filp, struct kobject *kobj, in i915_l3_write()
/linux-6.8/drivers/cxl/
Dport.c155 static ssize_t CDAT_read(struct file *filp, struct kobject *kobj, in CDAT_read()
175 static umode_t cxl_port_bin_attr_is_visible(struct kobject *kobj, in cxl_port_bin_attr_is_visible()
/linux-6.8/drivers/platform/chrome/
Dcros_ec_vbc.c16 static ssize_t vboot_context_read(struct file *filp, struct kobject *kobj, in vboot_context_read()
60 static ssize_t vboot_context_write(struct file *filp, struct kobject *kobj, in vboot_context_write()
/linux-6.8/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.c229 static ssize_t sysprops_show(struct kobject *kobj, struct attribute *attr, in sysprops_show()
254 static void kfd_topology_kobj_release(struct kobject *kobj) in kfd_topology_kobj_release()
268 static ssize_t iolink_show(struct kobject *kobj, struct attribute *attr, in iolink_show()
308 static ssize_t mem_show(struct kobject *kobj, struct attribute *attr, in mem_show()
340 static ssize_t kfd_cache_show(struct kobject *kobj, struct attribute *attr, in kfd_cache_show()
392 static ssize_t perf_show(struct kobject *kobj, struct kobj_attribute *attrs, in perf_show()
419 static ssize_t node_show(struct kobject *kobj, struct attribute *attr, in node_show()
560 static void kfd_remove_sysfs_file(struct kobject *kobj, struct attribute *attr) in kfd_remove_sysfs_file()

12345678910>>...23