edac_pci_top_main_kobj   29 drivers/edac/edac_pci_sysfs.c static struct kobject *edac_pci_top_main_kobj;
edac_pci_top_main_kobj   84 drivers/edac/edac_pci_sysfs.c 	kobject_put(edac_pci_top_main_kobj);
edac_pci_top_main_kobj  167 drivers/edac/edac_pci_sysfs.c 	main_kobj = kobject_get(edac_pci_top_main_kobj);
edac_pci_top_main_kobj  175 drivers/edac/edac_pci_sysfs.c 				   edac_pci_top_main_kobj, "pci%d", idx);
edac_pci_top_main_kobj  178 drivers/edac/edac_pci_sysfs.c 		kobject_put(edac_pci_top_main_kobj);
edac_pci_top_main_kobj  362 drivers/edac/edac_pci_sysfs.c 	edac_pci_top_main_kobj = kzalloc(sizeof(struct kobject), GFP_KERNEL);
edac_pci_top_main_kobj  363 drivers/edac/edac_pci_sysfs.c 	if (!edac_pci_top_main_kobj) {
edac_pci_top_main_kobj  370 drivers/edac/edac_pci_sysfs.c 	err = kobject_init_and_add(edac_pci_top_main_kobj,
edac_pci_top_main_kobj  382 drivers/edac/edac_pci_sysfs.c 	kobject_uevent(edac_pci_top_main_kobj, KOBJ_ADD);
edac_pci_top_main_kobj  389 drivers/edac/edac_pci_sysfs.c 	kfree(edac_pci_top_main_kobj);
edac_pci_top_main_kobj  417 drivers/edac/edac_pci_sysfs.c 		kobject_put(edac_pci_top_main_kobj);