struct kset_uevent_ops { int (*filter)(struct kset *kset, struct kobject *kobj); //过滤函数,kset中的kobj是否需要处理 const char *(*name)(stru……