Home
last modified time | relevance | path

Searched refs:sysfs_bin_attr_simple_read (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/bpf/
H A Dsysfs_btf.c48 .read = sysfs_bin_attr_simple_read,
H A Dbtf.c8244 attr->read = sysfs_bin_attr_simple_read; in btf_module_notify()
/linux/include/linux/
H A Dsysfs.h381 __BIN_ATTR(_name, _mode, sysfs_bin_attr_simple_read, NULL, 0)
496 ssize_t sysfs_bin_attr_simple_read(struct file *file, struct kobject *kobj,
758 static inline ssize_t sysfs_bin_attr_simple_read(struct file *file, in sysfs_bin_attr_simple_read() function
/linux/fs/sysfs/
H A Dfile.c825 ssize_t sysfs_bin_attr_simple_read(struct file *file, struct kobject *kobj, in sysfs_bin_attr_simple_read() function
832 EXPORT_SYMBOL_GPL(sysfs_bin_attr_simple_read);
/linux/kernel/module/
H A Dsysfs.c193 nattr->read = sysfs_bin_attr_simple_read; in add_notes_attrs()
/linux/init/
H A Dinitramfs.c605 static BIN_ATTR(initrd, 0440, sysfs_bin_attr_simple_read, NULL, 0);
/linux/arch/powerpc/platforms/powernv/
H A Dopal.c818 attr->read = sysfs_bin_attr_simple_read; in opal_add_one_export()