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()
527 /* bump the main kobject's reference count for this controller in edac_device_create_block()
528 * and this instance is dependent on the main in edac_device_create_block()
626 /* bump the main kobject's reference count for this controller in edac_device_create_instance()
627 * and this instance is dependent on the main in edac_device_create_instance()
740 * add some attributes to this instance's main kobject
769 * remove any attributes to this instance's main kobject
776 /* if there are main attributes, defined, remove them. First, in edac_device_remove_main_sysfs_attributes()
794 * and 'export' it to sysfs. The 'main' kobj should already have been
797 * the main attributes (if any) are connected to the main kobject of
811 /* go create any main attributes callers wants */ in edac_device_create_sysfs()
865 /* remove any main attributes for this device */ in edac_device_remove_sysfs()