Searched refs:WIL_NAME (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/ath/wil6210/ |
D | pcie_bus.c | 110 dev_info(&pdev->dev, WIL_NAME " device found [%04x:%04x] (rev %x)\n", in wil_pcie_probe() 114 dev_err(&pdev->dev, "Not " WIL_NAME "? " in wil_pcie_probe() 127 rc = pci_request_region(pdev, 0, WIL_NAME); in wil_pcie_probe() 213 .name = WIL_NAME,
|
D | interrupt.c | 458 WIL_NAME"_tx", wil); in wil6210_request_3msi() 463 WIL_NAME"_rx", wil); in wil6210_request_3msi() 469 IRQF_SHARED, WIL_NAME"_misc", wil); in wil6210_request_3msi() 492 WIL_NAME, wil); in wil6210_init_irq()
|
D | main.c | 145 wil->wmi_wq = create_singlethread_workqueue(WIL_NAME"_wmi"); in wil_priv_init() 149 wil->wmi_wq_conn = create_singlethread_workqueue(WIL_NAME"_connect"); in wil_priv_init()
|
D | wil6210.h | 24 #define WIL_NAME "wil6210" macro
|
D | debugfs.c | 570 struct dentry *dbg = wil->debug = debugfs_create_dir(WIL_NAME, in wil6210_debugfs_init()
|