Searched refs:WIL_NAME (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | pcie_bus.c | 176 dev_info(&pdev->dev, WIL_NAME in wil_pcie_probe() 181 dev_err(&pdev->dev, "Not " WIL_NAME "? " in wil_pcie_probe() 201 rc = pci_request_region(pdev, 0, WIL_NAME); in wil_pcie_probe() 297 .name = WIL_NAME,
|
D | interrupt.c | 555 WIL_NAME"_tx", wil); in wil6210_request_3msi() 560 WIL_NAME"_rx", wil); in wil6210_request_3msi() 566 IRQF_SHARED, WIL_NAME"_misc", wil); in wil6210_request_3msi() 611 WIL_NAME, wil); in wil6210_init_irq()
|
D | main.c | 460 wil->wmi_wq = create_singlethread_workqueue(WIL_NAME "_wmi"); in wil_priv_init() 464 wil->wq_service = create_singlethread_workqueue(WIL_NAME "_service"); in wil_priv_init()
|
D | wil6210.h | 33 #define WIL_NAME "wil6210" macro
|
D | debugfs.c | 1437 struct dentry *dbg = wil->debug = debugfs_create_dir(WIL_NAME, in wil6210_debugfs_init()
|