Lines Matching +full:20 +full:w
50 DEBUGFS_READONLY_FILE(rts_threshold, 20, "%d",
52 DEBUGFS_READONLY_FILE(fragmentation_threshold, 20, "%d",
54 DEBUGFS_READONLY_FILE(short_retry_limit, 20, "%d",
56 DEBUGFS_READONLY_FILE(long_retry_limit, 20, "%d",
59 DEBUGFS_RADIO_READONLY_FILE(radio_rts_threshold, 20, "%d",
166 struct debugfs_read_work *w = container_of(work, typeof(*w), work);
168 w->ret = w->handler(w->wiphy, w->file, w->buf, w->bufsize, w->data);
169 complete(&w->completion);
175 struct debugfs_read_work *w = data;
177 wiphy_work_cancel(w->wiphy, &w->work);
178 complete(&w->completion);
246 struct debugfs_write_work *w = container_of(work, typeof(*w), work);
248 w->ret = w->handler(w->wiphy, w->file, w->buf, w->count, w->data);
249 complete(&w->completion);
255 struct debugfs_write_work *w = data;
257 wiphy_work_cancel(w->wiphy, &w->work);
258 complete(&w->completion);