Searched refs:kset_find_obj (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/ |
| H A D | kobject.h | 201 struct kobject *kset_find_obj(struct kset *, const char *);
|
| /linux/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | bioscfg.c | 705 duplicate = kset_find_obj(temp_kset, str_value); in hp_init_bios_package_attribute() 804 duplicate = kset_find_obj(temp_kset, str); in hp_init_bios_buffer_attribute()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-elog.c | 294 kobj = kset_find_obj(elog_kset, name); in elog_event()
|
| H A D | opal-dump.c | 406 kobj = kset_find_obj(dump_kset, name); in process_dump()
|
| /linux/drivers/pci/ |
| H A D | slot.c | 148 dup_slot = kset_find_obj(pci_slots_kset, new_name); in make_slot_name()
|
| /linux/lib/ |
| H A D | kobject.c | 904 struct kobject *kset_find_obj(struct kset *kset, const char *name) in kset_find_obj() function 921 EXPORT_SYMBOL_GPL(kset_find_obj);
|
| /linux/drivers/pci/hotplug/ |
| H A D | pci_hotplug_core.c | 248 kobj = kset_find_obj(module_kset, slot->mod_name); in fs_add_slot()
|
| /linux/kernel/module/ |
| H A D | sysfs.c | 343 kobj = kset_find_obj(module_kset, mod->name); in mod_sysfs_init()
|
| /linux/drivers/firmware/ |
| H A D | qemu_fw_cfg.c | 518 ko = kset_find_obj(dir, tok); in fw_cfg_build_symlink()
|
| /linux/drivers/base/ |
| H A D | bus.c | 1411 k = kset_find_obj(sp->drivers_kset, name); in driver_find()
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | think-lmi.c | 1474 duplicate = kset_find_obj(attribute_kset, name); in tlmi_validate_setting_name()
|