Home
last modified time | relevance | path

Searched defs:kobj (Results 126 – 150 of 477) sorted by relevance

12345678910>>...20

/OK3568_Linux_fs/kernel/drivers/w1/slaves/
H A Dw1_ds2430.c97 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read()
204 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write()
H A Dw1_ds2431.c97 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read()
203 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write()
H A Dw1_ds2805.c94 static ssize_t w1_f0d_read_bin(struct file *filp, struct kobject *kobj, in w1_f0d_read_bin()
202 static ssize_t w1_f0d_write_bin(struct file *filp, struct kobject *kobj, in w1_f0d_write_bin()
H A Dw1_ds2433.c89 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read()
203 static ssize_t eeprom_write(struct file *filp, struct kobject *kobj, in eeprom_write()
/OK3568_Linux_fs/kernel/drivers/i2c/
H A Di2c-slave-eeprom.c93 static ssize_t i2c_slave_eeprom_bin_read(struct file *filp, struct kobject *kobj, in i2c_slave_eeprom_bin_read()
108 static ssize_t i2c_slave_eeprom_bin_write(struct file *filp, struct kobject *kobj, in i2c_slave_eeprom_bin_write()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_sysfs.c164 i915_l3_read(struct file *filp, struct kobject *kobj, in i915_l3_read()
192 i915_l3_write(struct file *filp, struct kobject *kobj, in i915_l3_write()
495 static ssize_t error_state_read(struct file *filp, struct kobject *kobj, in error_state_read()
531 static ssize_t error_state_write(struct file *file, struct kobject *kobj, in error_state_write()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_sysfs.c255 struct xfs_kobj *kobj = to_kobj(kobject); in to_xstats() local
310 struct xfs_kobj *kobj = to_kobj(kobject); in to_xlog() local
403 struct xfs_kobj *kobj = to_kobj(kobject); in to_error_cfg() local
410 struct xfs_kobj *kobj = to_kobj(kobject); in err_to_mp() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dlivepatch.h72 struct kobject kobj; member
125 struct kobject kobj; member
168 struct kobject kobj; member
/OK3568_Linux_fs/kernel/drivers/misc/ocxl/
H A Dsysfs.c96 static ssize_t global_mmio_read(struct file *filp, struct kobject *kobj, in global_mmio_read()
127 static int global_mmio_mmap(struct file *filp, struct kobject *kobj, in global_mmio_mmap()
/OK3568_Linux_fs/kernel/drivers/misc/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c379 void hdcp_destroy(struct kobject *kobj, struct hdcp_workqueue *hdcp_work) in hdcp_destroy()
511 static ssize_t srm_data_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_at… in srm_data_write()
535 static ssize_t srm_data_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_att… in srm_data_read()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-roccat-kone.c266 static ssize_t kone_sysfs_read_settings(struct file *fp, struct kobject *kobj, in kone_sysfs_read_settings()
290 static ssize_t kone_sysfs_write_settings(struct file *fp, struct kobject *kobj, in kone_sysfs_write_settings()
337 struct kobject *kobj, struct bin_attribute *attr, in kone_sysfs_read_profilex()
357 struct kobject *kobj, struct bin_attribute *attr, in kone_sysfs_write_profilex()
/OK3568_Linux_fs/kernel/kernel/
H A Dparams.c746 struct kobject *kobj; in locate_module_kobject() local
870 static ssize_t module_attr_show(struct kobject *kobj, in module_attr_show()
889 static ssize_t module_attr_store(struct kobject *kobj, in module_attr_store()
913 static int uevent_filter(struct kset *kset, struct kobject *kobj) in uevent_filter()
929 static void module_kobj_release(struct kobject *kobj) in module_kobj_release()
H A Dkheaders.c33 ikheaders_read(struct file *file, struct kobject *kobj, in ikheaders_read()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Damd_nb.h47 struct kobject kobj; /* sysfs object */ member
55 struct kobject *kobj; member
/OK3568_Linux_fs/kernel/mm/
H A Dhuge_memory.c175 static ssize_t enabled_show(struct kobject *kobj, in enabled_show()
186 static ssize_t enabled_store(struct kobject *kobj, in enabled_store()
214 ssize_t single_hugepage_flag_show(struct kobject *kobj, in single_hugepage_flag_show()
222 ssize_t single_hugepage_flag_store(struct kobject *kobj, in single_hugepage_flag_store()
244 static ssize_t defrag_show(struct kobject *kobj, in defrag_show()
258 static ssize_t defrag_store(struct kobject *kobj, in defrag_store()
295 static ssize_t use_zero_page_show(struct kobject *kobj, in use_zero_page_show()
301 static ssize_t use_zero_page_store(struct kobject *kobj, in use_zero_page_store()
310 static ssize_t hpage_pmd_size_show(struct kobject *kobj, in hpage_pmd_size_show()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsysfs_btf.c16 btf_vmlinux_read(struct file *file, struct kobject *kobj, in btf_vmlinux_read()
/OK3568_Linux_fs/kernel/arch/arm/common/
H A DbL_switcher.c669 static ssize_t bL_switcher_active_show(struct kobject *kobj, in bL_switcher_active_show()
675 static ssize_t bL_switcher_active_store(struct kobject *kobj, in bL_switcher_active_store()
695 static ssize_t bL_switcher_trace_trigger_store(struct kobject *kobj, in bL_switcher_trace_trigger_store()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dfadump.c1426 static ssize_t release_mem_store(struct kobject *kobj, in release_mem_store()
1463 static ssize_t enabled_show(struct kobject *kobj, in enabled_show()
1470 static ssize_t mem_reserved_show(struct kobject *kobj, in mem_reserved_show()
1477 static ssize_t registered_show(struct kobject *kobj, in registered_show()
1484 static ssize_t registered_store(struct kobject *kobj, in registered_store()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c75 struct kobject *kobj; member
298 static ssize_t kfd_procfs_show(struct kobject *kobj, struct attribute *attr, in kfd_procfs_show()
336 static void kfd_procfs_kobj_release(struct kobject *kobj) in kfd_procfs_kobj_release()
376 static ssize_t kfd_procfs_queue_show(struct kobject *kobj, in kfd_procfs_queue_show()
394 static ssize_t kfd_procfs_stats_show(struct kobject *kobj, in kfd_procfs_stats_show()
/OK3568_Linux_fs/kernel/drivers/dma/qcom/
H A 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()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dsysfs.c365 struct kobject kobj; member
376 static void mlx4_port_release(struct kobject *kobj) in mlx4_port_release()
398 static ssize_t port_attr_show(struct kobject *kobj, in port_attr_show()
410 static ssize_t port_attr_store(struct kobject *kobj, in port_attr_store()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A 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()
302 static void gfs2_sbd_release(struct kobject *kobj) in gfs2_sbd_release()
703 static int gfs2_uevent(struct kset *kset, struct kobject *kobj, in gfs2_uevent()
/OK3568_Linux_fs/kernel/fs/ocfs2/cluster/
H A Dsys.c23 static ssize_t version_show(struct kobject *kobj, struct kobj_attribute *attr, in version_show()
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dprobe.c8 not_visible(struct kobject *kobj, struct attribute *attr, int i) in not_visible()

12345678910>>...20