Lines Matching full:main
178 * called when the reference count for the 'main' kobj
182 * One 'main' kobject for each control structure allocated.
183 * That main kobj is initially set to one AND
188 * bumps the 'main' kobject.
191 * the 'main' kobj.
193 * When the main kobj reaches zero (0) then THIS function
200 * with its own 'main' kobj.
214 /* ktype for the main (master) kobject */
331 /* map from this kobj to the main control struct in edac_device_ctrl_instance_release()
332 * and then dec the main kobj count in edac_device_ctrl_instance_release()
511 /* bump the main kobject's reference count for this controller in edac_device_create_block()
512 * and this instance is dependent on the main in edac_device_create_block()
610 /* bump the main kobject's reference count for this controller in edac_device_create_instance()
611 * and this instance is dependent on the main in edac_device_create_instance()
724 * add some attributes to this instance's main kobject
753 * remove any attributes to this instance's main kobject
760 /* if there are main attributes, defined, remove them. First, in edac_device_remove_main_sysfs_attributes()
778 * and 'export' it to sysfs. The 'main' kobj should already have been
781 * the main attributes (if any) are connected to the main kobject of
795 /* go create any main attributes callers wants */ in edac_device_create_sysfs()
849 /* remove any main attributes for this device */ in edac_device_remove_sysfs()