Home
last modified time | relevance | path

Searched refs:rt2x00_probe_err (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00pci.c69 rt2x00_probe_err("Failed to allocate registers\n"); in rt2x00pci_alloc_reg()
85 rt2x00_probe_err("Enable device failed\n"); in rt2x00pci_probe()
91 rt2x00_probe_err("PCI request regions failed\n"); in rt2x00pci_probe()
98 rt2x00_probe_err("MWI not available\n"); in rt2x00pci_probe()
101 rt2x00_probe_err("PCI DMA not supported\n"); in rt2x00pci_probe()
108 rt2x00_probe_err("Failed to allocate hardware\n"); in rt2x00pci_probe()
Drt2x00soc.c69 rt2x00_probe_err("Failed to allocate registers\n"); in rt2x00soc_alloc_reg()
83 rt2x00_probe_err("Failed to allocate hardware\n"); in rt2x00soc_probe()
Drt2x00usb.c774 rt2x00_probe_err("Failed to allocate registers\n"); in rt2x00usb_alloc_reg()
794 rt2x00_probe_err("Failed to allocate hardware\n"); in rt2x00usb_probe()
Drt2x00.h66 #define rt2x00_probe_err(fmt, ...) \ macro