Searched refs:warn (Results 1 - 25 of 44) sorted by relevance

12

/drivers/media/tuners/
H A Dfc0013-priv.h31 #undef warn macro
32 #define warn(f, arg...) printk(KERN_WARNING LOG_PREFIX": " f "\n" , ## arg) macro
/drivers/acpi/acpica/
H A Dutaddress.c191 * warn - TRUE if warning on overlap desired
206 acpi_physical_address address, u32 length, u8 warn)
242 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
H A Dutxface.c464 * warn - TRUE if warning on overlap desired
476 acpi_size length, u8 warn)
487 (u32)length, warn);
474 acpi_check_address_range(acpi_adr_space_type space_id, acpi_physical_address address, acpi_size length, u8 warn) argument
/drivers/usb/gadget/function/
H A Duvc.h87 #define uvc_warn_once(dev, warn, msg...) \
89 if (!test_and_set_bit(warn, &dev->warnings)) \
/drivers/net/wireless/iwlwifi/
H A Diwl-debug.c86 __iwl_fn(warn)
/drivers/pci/hotplug/
H A Drpaphp.h58 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME , ## arg) macro
H A Dcpci_hotplug_core.c53 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg) macro
152 warn("failure to update adapter file");
384 warn("failure to update adapter file");
386 warn("failure to update latch file");
418 warn("slot %s already inserted",
449 warn("failure to update latch file");
452 warn("failure to update adapter file");
474 warn("failure to update latch file");
490 warn("failure to update adapter file");
H A Dpciehp_acpi.c72 warn("bad specifier '%s' for pciehp_detect_mode. Use default\n",
H A Dacpi_pcihp.c42 #define warn(format, arg...) printk(KERN_WARNING "%s: " format , 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 Dcpci_hotplug_pci.c46 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg) macro
/drivers/media/usb/dvb-usb/
H A Daz6027.c319 warn("usb in operation failed. (%d)", ret);
357 warn("usb out operation failed. (%d)", ret);
383 warn("usb out operation failed. (%d)", ret);
438 warn("usb in operation failed. (%d)", ret);
475 warn("usb out operation failed. (%d)", ret);
511 warn("usb in operation failed. (%d)", ret);
515 warn("Read CI IO error");
551 warn("usb out operation failed. (%d)", ret);
582 warn("usb in operation failed. (%d)", ret);
611 warn("us
[all...]
H A Ddvb-usb.h56 #undef warn macro
57 #define warn(format, arg...) printk(KERN_WARNING DVB_USB_LOG_PREFIX ": " format "\n" , ## arg) macro
H A Dgp8psk.c73 warn("usb in %d operation failed.", req);
103 warn("usb out operation failed.");
H A Ddtv5100.c58 warn("wlen = %x, aborting.", wlen);
H A Ddw2102.c309 warn("i2c rd: len=%d is too big!\n",
334 warn("i2c wr: len=%d is too big!\n",
352 warn("i2c wr: len=%d is too big!\n",
428 warn("i2c rd: len=%d is too big!\n",
465 warn("i2c wr: len=%d is too big!\n",
509 warn("i2c rd: len=%d is too big!\n",
534 warn("i2c wr: len=%d is too big!\n",
625 warn("i2c rd: len=%d is too big!\n",
660 warn("i2c wr: len=%d is too big!\n",
680 warn("i2
[all...]
H A Ddibusb-common.c117 warn("i2c wr: len=%d is too big!\n", wlen);
311 warn("LITE-ON DVB-T: Strange IF1 calibration :%2X %2X\n", a, b);
H A Dvp702x.c46 warn("usb in operation failed. (%d)", ret);
83 warn("usb out operation failed. (%d)",ret);
/drivers/media/common/b2c2/
H A Dflexcop-common.h35 #undef warn macro
36 #define warn(format, arg...) \ macro
/drivers/usb/musb/
H A Ddavinci.c463 u8 devctl, warn = 0; local
472 if ((devctl & MUSB_DEVCTL_VBUS) != warn) {
473 warn = devctl & MUSB_DEVCTL_VBUS;
475 warn >> MUSB_DEVCTL_VBUS_SHIFT);
/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.h194 #define NV_WARN(drm,f,a...) NV_PRINTK(warn, &(drm)->client, f, ##a)
/drivers/net/wireless/brcm80211/brcmsmac/
H A Ddebug.c134 __brcms_fn(warn)
/drivers/media/dvb-frontends/
H A Dbcm3510_priv.h31 #undef warn macro
32 #define warn(format, arg...) printk(KERN_WARNING "bcm3510: " format "\n" , ## arg) macro
H A Ddib3000mb_priv.h19 #define warn(format, arg...) printk(KERN_WARNING "dib3000: " format "\n" , ## arg) macro
/drivers/block/drbd/
H A Ddrbd_state.c58 union drbd_state ns, enum sanitize_state_warnings *warn);
718 static void print_sanitize_warnings(struct drbd_device *device, enum sanitize_state_warnings warn) argument
729 if (warn != NO_WARNING)
730 drbd_warn(device, "%s\n", msg_table[warn]);
744 union drbd_state ns, enum sanitize_state_warnings *warn)
749 if (warn)
750 *warn = NO_WARNING;
775 if (warn)
776 *warn = ns.conn == C_VERIFY_S || ns.conn == C_VERIFY_T ?
788 if (warn)
743 sanitize_state(struct drbd_device *device, union drbd_state os, union drbd_state ns, enum sanitize_state_warnings *warn) argument
[all...]

Completed in 2188 milliseconds

12