Home
last modified time | relevance | path

Searched refs:opp_p (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/sbus/char/
Dopenprom.c73 static int copyin(struct openpromio __user *info, struct openpromio **opp_p) in copyin() argument
77 if (!info || !opp_p) in copyin()
92 if (!(*opp_p = kzalloc(sizeof(int) + bufsize + 1, GFP_KERNEL))) in copyin()
95 if (copy_from_user(&(*opp_p)->oprom_array, in copyin()
97 kfree(*opp_p); in copyin()
103 static int getstrings(struct openpromio __user *info, struct openpromio **opp_p) in getstrings() argument
108 if (!info || !opp_p) in getstrings()
111 if (!(*opp_p = kzalloc(sizeof(int) + OPROMMAXPARAM + 1, GFP_KERNEL))) in getstrings()
114 (*opp_p)->oprom_size = 0; in getstrings()
119 kfree(*opp_p); in getstrings()
[all …]