Home
last modified time | relevance | path

Searched refs:pr_notice (Results 1 – 25 of 208) sorted by relevance

123456789

/linux/drivers/firmware/efi/
H A Defi-bgrt.c40 pr_notice("Ignoring BGRT: invalid length %u (expected %zu)\n", in efi_bgrt_init()
51 pr_notice("Ignoring BGRT: invalid version %u (expected 1)\n", in efi_bgrt_init()
56 pr_notice("Ignoring BGRT: invalid image type %u (expected 0)\n", in efi_bgrt_init()
61 pr_notice("Ignoring BGRT: null image address\n"); in efi_bgrt_init()
66 pr_notice("Ignoring BGRT: invalid image address\n"); in efi_bgrt_init()
71 pr_notice("Ignoring BGRT: failed to map image header memory\n"); in efi_bgrt_init()
78 pr_notice("Ignoring BGRT: Incorrect BMP magic number 0x%x (expected 0x4d42)\n", in efi_bgrt_init()
/linux/lib/
H A Dtest_lockup.c178 pr_notice("lock mutex %ps\n", (void *)lock_mutex_ptr); in test_lock()
184 pr_notice("lock rw_semaphore %ps\n", in test_lock()
194 pr_notice("lock mmap_lock pid=%d\n", main_task->pid); in test_lock()
215 pr_notice("lock spinlock %ps\n", in test_lock()
222 pr_notice("lock rwlock %ps\n", in test_lock()
254 pr_notice("unlock rwlock %ps\n", in test_unlock()
261 pr_notice("unlock spinlock %ps\n", in test_unlock()
283 pr_notice("unlock mmap_lock pid=%d\n", main_task->pid); in test_unlock()
292 pr_notice("unlock rw_semaphore %ps\n", in test_unlock()
299 pr_notice("unlock mutex %ps\n", in test_unlock()
[all …]
/linux/arch/nios2/kernel/
H A Dprocess.c45 pr_notice("Machine restart (%08x)...\n", cpuinfo.reset_addr); in machine_restart()
56 pr_notice("Machine halt...\n"); in machine_halt()
68 pr_notice("Machine power off...\n"); in machine_power_off()
76 pr_notice("\n"); in show_regs()
79 pr_notice("r1: %08lx r2: %08lx r3: %08lx r4: %08lx\n", in show_regs()
82 pr_notice("r5: %08lx r6: %08lx r7: %08lx r8: %08lx\n", in show_regs()
85 pr_notice("r9: %08lx r10: %08lx r11: %08lx r12: %08lx\n", in show_regs()
88 pr_notice("r13: %08lx r14: %08lx r15: %08lx\n", in show_regs()
91 pr_notice("ra: %08lx fp: %08lx sp: %08lx gp: %08lx\n", in show_regs()
94 pr_notice("ea: %08lx estatus: %08lx\n", in show_regs()
/linux/drivers/net/wireless/ath/ath5k/
H A Dani.c733 pr_notice("ACK fail\t%d\n", ath5k_hw_reg_read(ah, AR5K_ACK_FAIL)); in ath5k_ani_print_counters()
734 pr_notice("RTS fail\t%d\n", ath5k_hw_reg_read(ah, AR5K_RTS_FAIL)); in ath5k_ani_print_counters()
735 pr_notice("RTS success\t%d\n", ath5k_hw_reg_read(ah, AR5K_RTS_OK)); in ath5k_ani_print_counters()
736 pr_notice("FCS error\t%d\n", ath5k_hw_reg_read(ah, AR5K_FCS_FAIL)); in ath5k_ani_print_counters()
739 pr_notice("tx\t%d\n", ath5k_hw_reg_read(ah, AR5K_PROFCNT_TX)); in ath5k_ani_print_counters()
740 pr_notice("rx\t%d\n", ath5k_hw_reg_read(ah, AR5K_PROFCNT_RX)); in ath5k_ani_print_counters()
741 pr_notice("busy\t%d\n", ath5k_hw_reg_read(ah, AR5K_PROFCNT_RXCLR)); in ath5k_ani_print_counters()
742 pr_notice("cycles\t%d\n", ath5k_hw_reg_read(ah, AR5K_PROFCNT_CYCLE)); in ath5k_ani_print_counters()
744 pr_notice("AR5K_PHYERR_CNT1\t%d\n", in ath5k_ani_print_counters()
746 pr_notice("AR5K_PHYERR_CNT2\t%d\n", in ath5k_ani_print_counters()
[all …]
/linux/drivers/media/rc/
H A Dene_ir.c114 pr_notice("chip is 0x%02x%02x - kbver = 0x%02x, rev = 0x%02x\n", in ene_hw_detect()
117 pr_notice("PLL freq = %d\n", dev->pll_freq); in ene_hw_detect()
126 pr_notice("KB3926C detected\n"); in ene_hw_detect()
129 pr_notice("KB3926B detected\n"); in ene_hw_detect()
132 pr_notice("KB3926D or higher detected\n"); in ene_hw_detect()
142 pr_notice("Firmware regs: %02x %02x\n", fw_reg1, fw_reg2); in ene_hw_detect()
151 pr_notice("Hardware features:\n"); in ene_hw_detect()
154 pr_notice("* Supports transmitting & learning mode\n"); in ene_hw_detect()
155 pr_notice(" This feature is rare and therefore,\n"); in ene_hw_detect()
156 pr_notice(" you are welcome to test it,\n"); in ene_hw_detect()
[all …]
/linux/arch/loongarch/kernel/
H A Dmachine_kexec.c280 pr_notice("EFI boot flag: 0x%lx\n", efi_boot); in machine_kexec()
281 pr_notice("Command line addr: 0x%lx\n", cmdline_ptr); in machine_kexec()
282 pr_notice("Command line string: %s\n", (char *)cmdline_ptr); in machine_kexec()
283 pr_notice("System table addr: 0x%lx\n", systable_ptr); in machine_kexec()
284 pr_notice("We will call new kernel at 0x%lx\n", start_addr); in machine_kexec()
285 pr_notice("Bye ...\n"); in machine_kexec()
H A Dinst.c142 pr_notice("atomic memory access instructions are not supported\n"); in insns_not_supported()
145 pr_notice("sc.q instruction is not supported\n"); in insns_not_supported()
154 pr_notice("ll and sc instructions are not supported\n"); in insns_not_supported()
163 pr_notice("llacq and screl instructions are not supported\n"); in insns_not_supported()
169 pr_notice("bceqz and bcnez instructions are not supported\n"); in insns_not_supported()
/linux/arch/microblaze/kernel/
H A Dreset.c16 pr_notice("Machine shutdown...\n"); in machine_shutdown()
23 pr_notice("Machine halt...\n"); in machine_halt()
30 pr_notice("Machine power off...\n"); in machine_power_off()
/linux/drivers/platform/x86/
H A Dacerhdf.c310 pr_notice("fan %s\n", state == ACERHDF_FAN_OFF ? "OFF" : "ON"); in acerhdf_change_fanstate()
326 pr_notice("turning off fan manually\n"); in acerhdf_change_fanstate()
356 pr_notice("interval changed to: %d\n", interval); in acerhdf_check_param()
375 pr_notice("temp %d\n", temp); in acerhdf_get_ec_temp()
395 pr_notice("kernel mode fan control OFF\n"); in acerhdf_revert_to_bios_mode()
401 pr_notice("kernel mode fan control ON\n"); in acerhdf_enable_kernelmode()
510 pr_notice("going suspend\n"); in acerhdf_suspend()
610 pr_notice("Fan control off, to enable do:\n"); in acerhdf_check_hardware()
611 pr_notice("echo -n \"enabled\" > /sys/class/thermal/thermal_zoneN/mode # N=0,1,2...\n"); in acerhdf_check_hardware()
/linux/fs/netfs/
H A Dfscache_main.c81 pr_notice("Failed to allocate a cookie jar\n"); in fscache_init()
86 pr_notice("FS-Cache loaded\n"); in fscache_init()
108 pr_notice("FS-Cache unloaded\n"); in fscache_exit()
/linux/fs/afs/
H A Drotate.c125 pr_notice("kAFS: Volume %llu '%s' on server %pU is %s\n", in afs_busy()
726 pr_notice("EDESTADDR occurred\n"); in afs_dump_edestaddrreq()
727 pr_notice("OP: cbb=%x cbb2=%x fl=%x err=%hd\n", in afs_dump_edestaddrreq()
730 pr_notice("OP: ut=%lx ix=%d ni=%u\n", in afs_dump_edestaddrreq()
732 pr_notice("OP: call er=%d ac=%d r=%u\n", in afs_dump_edestaddrreq()
738 pr_notice("FC: SL nr=%u vnov=%hx\n", in afs_dump_edestaddrreq()
746 pr_notice("FC: server fl=%lx av=%u %pU\n", in afs_dump_edestaddrreq()
748 pr_notice("FC: - pq=%x R=%lx F=%lx\n", in afs_dump_edestaddrreq()
751 pr_notice("FC: - av=%u nr=%u/%u/%u pr=%u\n", in afs_dump_edestaddrreq()
756 pr_notice("FC: - current\n"); in afs_dump_edestaddrreq()
[all …]
/linux/drivers/acpi/
H A Dosi.c249 pr_notice("DMI detected to setup _OSI(\"Darwin\"): Apple hardware\n"); in acpi_osi_dmi_darwin()
257 pr_notice("DMI detected to setup _OSI(\"Linux\"): %s\n", d->ident); in acpi_osi_dmi_linux()
271 pr_notice("DMI detected: %s\n", d->ident); in dmi_disable_osi_vista()
281 pr_notice("DMI detected: %s\n", d->ident); in dmi_disable_osi_win7()
289 pr_notice("DMI detected: %s\n", d->ident); in dmi_disable_osi_win8()
/linux/arch/riscv/kernel/
H A Dmachine_kexec.c170 pr_notice("Will call new kernel at %08lx from hart id %lx\n", in machine_kexec()
172 pr_notice("FDT image at %08lx\n", fdt_addr); in machine_kexec()
178 pr_notice("Bye...\n"); in machine_kexec()
/linux/certs/
H A Dsystem_keyring.c182 pr_notice("Loaded X.509 cert '%s'\n", key_ref_to_ptr(key)->description); in add_to_secondary_keyring()
228 pr_notice("Initialise system trusted keyrings\n"); in system_trusted_keyring_init()
270 pr_notice("Loading compiled-in module X.509 certificates\n"); in load_module_cert()
284 pr_notice("Loading compiled-in X.509 certificates\n"); in load_system_certificate_list()
/linux/drivers/input/misc/
H A Dapanel.c220 pr_notice(APANEL ": Fujitsu BIOS signature '%s' not found...\n", in bios_signature()
253 pr_notice(APANEL ": only one SMBus slave " in apanel_init()
269 pr_notice(APANEL ": unknown device %u found\n", devno); in apanel_init()
275 pr_notice(APANEL ": unknown method %u for devno %u\n", in apanel_init()
/linux/arch/mips/pci/
H A Dpcie-octeon.c1182 pr_notice("PCIe: Port %d is disabled, skipping.\n", pcie_port); in __cvmx_pcie_rc_initialize_gen2()
1191 pr_notice("PCIe: Port %d is SRIO, skipping.\n", pcie_port); in __cvmx_pcie_rc_initialize_gen2()
1194 pr_notice("PCIe: Port %d is SGMII, skipping.\n", pcie_port); in __cvmx_pcie_rc_initialize_gen2()
1197 pr_notice("PCIe: Port %d is XAUI, skipping.\n", pcie_port); in __cvmx_pcie_rc_initialize_gen2()
1205 pr_notice("PCIe: Port %d is unknown, skipping.\n", pcie_port); in __cvmx_pcie_rc_initialize_gen2()
1211 pr_notice("PCIe: Port %d is SRIO, skipping.\n", pcie_port); in __cvmx_pcie_rc_initialize_gen2()
1219 pr_notice("PCIE : init for pcie analyzer.\n"); in __cvmx_pcie_rc_initialize_gen2()
1239 pr_notice("PCIe: Port %d in endpoint mode.\n", pcie_port); in __cvmx_pcie_rc_initialize_gen2()
1300 pr_notice("PCIe: Port %d stuck in reset, skipping.\n", pcie_port); in __cvmx_pcie_rc_initialize_gen2()
1307 pr_notice("PCIe: BIST FAILED for port %d (0x%016llx)\n", pcie_port, CAST64(pemx_bist_status.u64)); in __cvmx_pcie_rc_initialize_gen2()
[all …]
/linux/drivers/isdn/hardware/mISDN/
H A Davmfritz.c755 pr_notice("%s: reset\n", fc->name); in reset_avm()
771 pr_notice("%s: S0/S1 %x/%x\n", fc->name, in reset_avm()
817 pr_notice("%s: IRQ %d count %d\n", fc->name, in init_card()
969 pr_notice("%s: PCI stat %#x\n", fc->name, val); in setup_fritz()
970 pr_notice("%s: PCI Class %X Rev %d\n", fc->name, in setup_fritz()
972 pr_notice("%s: HDLC version %x\n", fc->name, ver & 0xf); in setup_fritz()
981 pr_notice("%s: PCI V2 stat %#x\n", fc->name, val); in setup_fritz()
982 pr_notice("%s: PCI V2 Class %X Rev %d\n", fc->name, in setup_fritz()
984 pr_notice("%s: HDLC version %x\n", fc->name, ver & 0xf); in setup_fritz()
994 pr_notice("%s: %s config irq:%d base:0x%X\n", fc->name, in setup_fritz()
[all …]
H A Dspeedfax.c140 pr_notice("%s: %d IRQ LOOP cpu%d\n", sf->name, in IOFUNC_IND()
299 pr_notice("%s: IRQ %d count %d\n", sf->name, in init_card()
389 pr_notice("%s: got firmware %zu bytes\n", in setup_instance()
420 pr_notice("SpeedFax %d cards installed\n", sfax_cnt); in setup_instance()
459 pr_notice("mISDN: Speedfax found adapter %s at %s\n", in sfaxpci_probe()
507 pr_notice("Sedlbauer Speedfax+ Driver Rev. %s\n", in Speedfax_init()
/linux/arch/sh/boards/mach-x3proto/
H A Dilsel.c66 pr_notice("enabling ILSEL set %d\n", set); in __ilsel_enable()
146 pr_notice("disabling ILSEL set %d\n", irq); in ilsel_disable()
/linux/samples/rust/
H A Drust_print_main.rs70 pr_notice!("Notice message (level 5) without args\n"); in init()
82 pr_notice!("{} message (level {}) with args\n", "Notice", 5); in init()
/linux/fs/jffs2/
H A Dscan.c30 pr_notice(fmt, ##__VA_ARGS__); \
33 pr_notice("Further such events for this erase block will not be printed\n"); \
268 pr_notice("Cowardly refusing to erase blocks on filesystem with no valid JFFS2 nodes\n"); in jffs2_scan_medium()
269 pr_notice("empty_blocks %d, bad_blocks %d, c->nr_blocks %d\n", in jffs2_scan_medium()
876 pr_notice("CLEANMARKER node found at 0x%08x has totlen 0x%x != normal 0x%x\n", in jffs2_scan_eraseblock()
883 pr_notice("CLEANMARKER node found at 0x%08x, not first node in block (0x%08x)\n", in jffs2_scan_eraseblock()
906 pr_notice("Read-only compatible feature node (0x%04x) found at offset 0x%08x\n", in jffs2_scan_eraseblock()
917 pr_notice("Incompatible feature node (0x%04x) found at offset 0x%08x\n", in jffs2_scan_eraseblock()
980 pr_notice("%s(): allocation of inode cache failed\n", __func__); in jffs2_scan_make_ino_cache()
1013 pr_notice("%s(): CRC failed on node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", in jffs2_scan_inode_node()
[all …]
/linux/arch/powerpc/platforms/pseries/
H A Dmobility.c110 pr_notice("ignoring remove operation for %pOFfp\n", dn); in delete_dt_node()
281 pr_notice("ignoring add operation for %pOF\n", dn); in add_dt_node()
702 pr_notice("Partition suspend attempt %u of %u error: %d\n", in pseries_suspend()
711 pr_notice("VASI state %lu after failed suspend\n", in pseries_suspend()
720 pr_notice("Will retry partition suspend after %u ms\n", in pseries_suspend()
/linux/arch/x86/mm/
H A Dmmio-mod.c352 pr_notice("purging non-iounmapped trace @0x%08lx, size 0x%lx.\n", in clear_trace_list()
375 pr_notice("Failed to allocate mask\n"); in enter_uniprocessor()
383 pr_notice("Disabling non-boot CPUs...\n"); in enter_uniprocessor()
405 pr_notice("Re-enabling CPUs...\n"); in leave_uniprocessor()
/linux/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c566 pr_notice("Oops: Not a creditcard\n"); in set_card_type()
570 pr_notice("Not an Ethernet card\n"); in set_card_type()
601 pr_notice("Sorry, this is an old CE card\n"); in set_card_type()
605 pr_notice("unknown card (mediaid=%02x prodid=%02x)\n", mediaid, prodid); in set_card_type()
707 pr_notice("manfid not found in CIS\n"); in xirc2ps_config()
729 pr_notice("Unknown Card Manufacturer ID: 0x%04x\n", in xirc2ps_config()
736 pr_notice("this card is not supported\n"); in xirc2ps_config()
760 pr_notice("node-id not found in CIS\n"); in xirc2ps_config()
787 pr_notice("no ports available\n"); in xirc2ps_config()
894 pr_notice("invalid if_port requested\n"); in xirc2ps_config()
[all …]
/linux/drivers/scsi/qedi/
H A Dqedi_dbg.c72 pr_notice("[%s]:[%s:%d]:%d: %pV", in qedi_dbg_notice()
76 pr_notice("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedi_dbg_notice()

123456789