WIL_NAME
struct dentry *dbg = wil->debug = debugfs_create_dir(WIL_NAME,
WIL_NAME "_tx", wil);
WIL_NAME "_rx", wil);
IRQF_SHARED, WIL_NAME "_misc", wil);
WIL_NAME, wil);
wil->wmi_wq = create_singlethread_workqueue(WIL_NAME "_wmi");
wil->wq_service = create_singlethread_workqueue(WIL_NAME "_service");
dev_info(&pdev->dev, WIL_NAME
rc = pci_request_region(pdev, 0, WIL_NAME);
.name = WIL_NAME,