Lines Matching refs:lenp
52 void __user *buffer, size_t *lenp, loff_t *ppos);
55 size_t *lenp, loff_t *ppos);
205 void __user *buffer, size_t *lenp, loff_t *ppos) in appldata_timer_handler() argument
210 if (!*lenp || *ppos) { in appldata_timer_handler()
211 *lenp = 0; in appldata_timer_handler()
218 if (len > *lenp) in appldata_timer_handler()
219 len = *lenp; in appldata_timer_handler()
224 len = *lenp; in appldata_timer_handler()
234 *lenp = len; in appldata_timer_handler()
247 void __user *buffer, size_t *lenp, loff_t *ppos) in appldata_interval_handler() argument
253 if (!*lenp || *ppos) { in appldata_interval_handler()
254 *lenp = 0; in appldata_interval_handler()
259 if (len > *lenp) in appldata_interval_handler()
260 len = *lenp; in appldata_interval_handler()
265 len = *lenp; in appldata_interval_handler()
278 *lenp = len; in appldata_interval_handler()
291 void __user *buffer, size_t *lenp, loff_t *ppos) in appldata_generic_handler() argument
318 if (!*lenp || *ppos) { in appldata_generic_handler()
319 *lenp = 0; in appldata_generic_handler()
326 if (len > *lenp) in appldata_generic_handler()
327 len = *lenp; in appldata_generic_handler()
334 len = *lenp; in appldata_generic_handler()
372 *lenp = len; in appldata_generic_handler()