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

/linux-master/drivers/misc/altera-stapl/
H A Daltera.c229 u8 *proc_attributes = NULL; local
313 proc_attributes = kzalloc(proc_count, GFP_KERNEL);
315 if (proc_attributes == NULL)
463 proc_attributes[i] =
485 ((proc_attributes[i] == 1) ||
486 ((proc_attributes[i] & 0xc0) == 0x40))) {
492 ((proc_attributes[0] != 1) &&
493 ((proc_attributes[0] & 0xc0) != 0x40)))) {
636 ((proc_attributes[i] == 1) ||
637 ((proc_attributes[
[all...]

Completed in 99 milliseconds