Home
last modified time | relevance | path

Searched refs:__compat_only_sysfs_link_entry_to_kobj (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/sysfs/
Dgroup.c376 int __compat_only_sysfs_link_entry_to_kobj(struct kobject *kobj, in __compat_only_sysfs_link_entry_to_kobj() function
411 EXPORT_SYMBOL_GPL(__compat_only_sysfs_link_entry_to_kobj);
/linux-4.4.14/include/linux/
Dsysfs.h281 int __compat_only_sysfs_link_entry_to_kobj(struct kobject *kobj,
467 static inline int __compat_only_sysfs_link_entry_to_kobj( in __compat_only_sysfs_link_entry_to_kobj() function
/linux-4.4.14/drivers/char/tpm/
Dtpm-chip.c239 rc = __compat_only_sysfs_link_entry_to_kobj(&chip->pdev->kobj, in tpm_chip_register()