Lines Matching refs:count
16 size_t count, loff_t *ppos) \
23 return simple_read_from_buffer(userbuf, count, ppos, buf, res); \
65 size_t count, loff_t *ppos) in ht40allow_map_read() argument
87 r = simple_read_from_buffer(user_buf, count, ppos, buf, offset); in ht40allow_map_read()
119 size_t count,
150 char __user *userbuf, size_t count, in wiphy_locked_debugfs_read() argument
190 return simple_read_from_buffer(userbuf, count, ppos, buf, work.ret); in wiphy_locked_debugfs_read()
199 size_t count,
204 size_t count; member
215 w->ret = w->handler(w->wiphy, w->file, w->buf, w->count, w->data); in wiphy_locked_debugfs_write_work()
230 const char __user *userbuf, size_t count, in wiphy_locked_debugfs_write() argument
234 size_t count, in wiphy_locked_debugfs_write()
243 .count = count, in wiphy_locked_debugfs_write()
254 if (count >= bufsize) in wiphy_locked_debugfs_write()
259 if (copy_from_user(buf, userbuf, count)) in wiphy_locked_debugfs_write()