Searched refs:cmm_attrs (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/platforms/pseries/
H A Dcmm.c369 static struct device_attribute *cmm_attrs[] = { variable in typeref:struct:device_attribute
407 for (i = 0; i < ARRAY_SIZE(cmm_attrs); i++) {
408 if ((rc = device_create_file(dev, cmm_attrs[i])))
421 device_remove_file(dev, cmm_attrs[i]);
436 for (i = 0; i < ARRAY_SIZE(cmm_attrs); i++)
437 device_remove_file(dev, cmm_attrs[i]);

Completed in 269 milliseconds