Searched defs:warn (Results 1 - 25 of 30) sorted by relevance

12

/drivers/media/dvb/frontends/
H A Dec100_priv.h36 #undef warn macro
37 #define warn(f, arg...) printk(KERN_WARNING LOG_PREFIX": " f "\n" , ## arg) macro
H A Dcxd2820r_priv.h40 #undef warn macro
41 #define warn(f, arg...) printk(KERN_WARNING LOG_PREFIX": " f "\n" , ## arg) macro
H A Drtl2830_priv.h37 #undef warn macro
38 #define warn(f, arg...) printk(KERN_WARNING LOG_PREFIX": " f "\n" , ## arg) macro
H A Da8293.c38 #undef warn macro
39 #define warn(f, arg...) printk(KERN_WARNING LOG_PREFIX": " f "\n" , ## arg) macro
68 warn("i2c failed=%d rd=%d", ret, rd);
H A Daf9013_priv.h42 #undef warn macro
43 #define warn(f, arg...) printk(KERN_WARNING LOG_PREFIX": " f "\n" , ## arg) macro
H A Dhd29l2_priv.h41 #undef warn macro
42 #define warn(f, arg...) printk(KERN_WARNING LOG_PREFIX": " f "\n" , ## arg) macro
H A Dtda10071_priv.h38 #undef warn macro
39 #define warn(f, arg...) printk(KERN_WARNING LOG_PREFIX": " f "\n" , ## arg) macro
/drivers/acpi/acpica/
H A Dutaddress.c206 acpi_physical_address address, u32 length, u8 warn)
241 if (warn) { /* Optional warning message */
205 acpi_ut_check_address_range(acpi_adr_space_type space_id, acpi_physical_address address, u32 length, u8 warn) argument
/drivers/pci/hotplug/
H A Dcpci_hotplug_pci.c46 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg) macro
H A Dcpcihp_generic.c62 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg) macro
H A Dpcihp_skeleton.c59 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg) macro
H A Drpaphp.h58 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME , ## arg) macro
H A Dacpi_pcihp.c42 #define warn(format, arg...) printk(KERN_WARNING "%s: " format , MY_NAME , ## arg) macro
H A Dacpiphp.h50 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME , ## arg) macro
H A Dcpcihp_zt5550.c57 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg) macro
H A Dpci_hotplug_core.c50 #define warn(format, arg...) printk(KERN_WARNING "%s: " format , MY_NAME , ## arg) macro
H A Dpciehp.h58 #define warn(format, arg...) \ macro
H A Dcpci_hotplug_core.c53 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg) macro
149 warn("failure to update adapter file");
373 warn("failure to update adapter file");
375 warn("failure to update latch file");
407 warn("slot %s already inserted",
438 warn("failure to update latch file");
441 warn("failure to update adapter file");
463 warn("failure to update latch file");
479 warn("failure to update adapter file");
H A Dshpchp.h61 #define warn(format, arg...) \ macro
/drivers/media/dvb/b2c2/
H A Dflexcop-common.h35 #undef warn macro
36 #define warn(format, arg...) \ macro
/drivers/usb/musb/
H A Ddavinci.c472 u8 devctl, warn = 0; local
481 if ((devctl & MUSB_DEVCTL_VBUS) != warn) {
482 warn = devctl & MUSB_DEVCTL_VBUS;
484 warn >> MUSB_DEVCTL_VBUS_SHIFT);
/drivers/media/common/tuners/
H A Dtda18218_priv.h34 #undef warn macro
35 #define warn(f, arg...) printk(KERN_WARNING LOG_PREFIX": " f "\n" , ## arg) macro
/drivers/media/dvb/dvb-usb/
H A Ddvb-usb.h56 #undef warn macro
57 #define warn(format, arg...) printk(KERN_WARNING DVB_USB_LOG_PREFIX ": " format "\n" , ## arg) macro
/drivers/usb/gadget/
H A Dci13xxx_udc.h216 #define warn(format, args...) ci13xxx_printk(KERN_WARNING, format, ## args) macro
/drivers/acpi/
H A Dosl.c1360 u8 warn = 0; local
1375 warn = 1;
1376 clash = acpi_check_address_range(space_id, res->start, length, warn);

Completed in 729 milliseconds

12