Searched refs:rt2x00_probe_err (Results 1 – 3 of 3) sorted by relevance
58 rt2x00_probe_err("Failed to allocate registers\n"); in rt2x00pci_alloc_reg() 74 rt2x00_probe_err("Enable device failed\n"); in rt2x00pci_probe() 80 rt2x00_probe_err("PCI request regions failed\n"); in rt2x00pci_probe() 87 rt2x00_probe_err("MWI not available\n"); in rt2x00pci_probe() 90 rt2x00_probe_err("PCI DMA not supported\n"); in rt2x00pci_probe() 97 rt2x00_probe_err("Failed to allocate hardware\n"); in rt2x00pci_probe()
790 rt2x00_probe_err("Failed to allocate registers\n"); in rt2x00usb_alloc_reg() 810 rt2x00_probe_err("Failed to allocate hardware\n"); in rt2x00usb_probe()
54 * rt2x00_probe_err is for messages when rt2x00_dev is uninitialized56 #define rt2x00_probe_err(fmt, ...) \ macro