Lines Matching refs:data

132 static int ring_show(struct seq_file *s, void *data)
251 static int srings_show(struct seq_file *s, void *data)
354 static int mbox_show(struct seq_file *s, void *data)
374 static int wil_debugfs_iomem_x32_set(void *data, u64 val)
377 wil_debugfs_iomem_data *)data;
394 static int wil_debugfs_iomem_x32_get(void *data, u64 *val)
397 wil_debugfs_iomem_data *)data;
419 struct wil_debugfs_iomem_data *data = &wil->dbg_data.data_arr[
422 data->wil = wil;
423 data->offset = value;
425 debugfs_create_file_unsafe(name, mode, parent, data, &fops_iomem_x32);
429 static int wil_debugfs_ulong_set(void *data, u64 val)
431 *(ulong *)data = val;
435 static int wil_debugfs_ulong_get(void *data, u64 *val)
437 *val = *(ulong *)data;
584 static int memread_show(struct seq_file *s, void *data)
660 wil_blob->blob.data + aligned_pos, aligned_count);
1042 void *p = skb->data;
1062 static int txdesc_show(struct seq_file *s, void *data)
1157 static int status_msg_show(struct seq_file *s, void *data)
1218 static int rx_buff_mgmt_show(struct seq_file *s, void *data)
1273 static int bf_show(struct seq_file *s, void *data)
1344 static int temp_show(struct seq_file *s, void *data)
1387 static int freq_show(struct seq_file *s, void *data)
1400 static int link_show(struct seq_file *s, void *data)
1455 static int info_show(struct seq_file *s, void *data)
1606 static int sta_show(struct seq_file *s, void *data)
1665 "Rx invalid frame: non-data %lu, short %lu, large %lu, replay %lu\n",
1690 static int mids_show(struct seq_file *s, void *data)
1715 static int wil_tx_latency_debugfs_show(struct seq_file *s, void *data)
1906 static int wil_link_stats_debugfs_show(struct seq_file *s, void *data)
1999 wil_link_stats_global_debugfs_show(struct seq_file *s, void *data)
2165 static int wil_fw_capabilities_debugfs_show(struct seq_file *s, void *data)
2189 static int wil_fw_version_debugfs_show(struct seq_file *s, void *data)
2304 wil_compressed_rx_status_show(struct seq_file *s, void *data)
2344 blob->data = (void * __force)wil->csr + HOSTADDR(map->host);