Lines Matching refs:ppos
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()
235 *ppos += 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()
279 *ppos += 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()
373 *ppos += len; in appldata_generic_handler()