proc_attributes   229 drivers/misc/altera-stapl/altera.c 	u8 *proc_attributes = NULL;
proc_attributes   313 drivers/misc/altera-stapl/altera.c 		proc_attributes = kzalloc(proc_count, GFP_KERNEL);
proc_attributes   315 drivers/misc/altera-stapl/altera.c 		if (proc_attributes == NULL)
proc_attributes   463 drivers/misc/altera-stapl/altera.c 				proc_attributes[i] =
proc_attributes   485 drivers/misc/altera-stapl/altera.c 				((proc_attributes[i] == 1) ||
proc_attributes   486 drivers/misc/altera-stapl/altera.c 				((proc_attributes[i] & 0xc0) == 0x40))) {
proc_attributes   492 drivers/misc/altera-stapl/altera.c 				((proc_attributes[0] != 1) &&
proc_attributes   493 drivers/misc/altera-stapl/altera.c 				((proc_attributes[0] & 0xc0) != 0x40)))) {
proc_attributes   639 drivers/misc/altera-stapl/altera.c 					((proc_attributes[i] == 1) ||
proc_attributes   640 drivers/misc/altera-stapl/altera.c 					((proc_attributes[i] & 0xc0) == 0x40)))
proc_attributes  2110 drivers/misc/altera-stapl/altera.c 	kfree(proc_attributes);