/linux-5.19.10/drivers/media/platform/ti/davinci/ |
D | dm644x_ccdc.c | 171 dev_notice(ccdc_cfg.dev, "\nReading 0x%x to ALAW...\n", val); in ccdc_readregs() 173 dev_notice(ccdc_cfg.dev, "\nReading 0x%x to CLAMP...\n", val); in ccdc_readregs() 175 dev_notice(ccdc_cfg.dev, "\nReading 0x%x to DCSUB...\n", val); in ccdc_readregs() 177 dev_notice(ccdc_cfg.dev, "\nReading 0x%x to BLKCMP...\n", val); in ccdc_readregs() 179 dev_notice(ccdc_cfg.dev, "\nReading 0x%x to FPC_ADDR...\n", val); in ccdc_readregs() 181 dev_notice(ccdc_cfg.dev, "\nReading 0x%x to FPC...\n", val); in ccdc_readregs() 183 dev_notice(ccdc_cfg.dev, "\nReading 0x%x to FMTCFG...\n", val); in ccdc_readregs() 185 dev_notice(ccdc_cfg.dev, "\nReading 0x%x to COLPTN...\n", val); in ccdc_readregs() 187 dev_notice(ccdc_cfg.dev, "\nReading 0x%x to FMT_HORZ...\n", val); in ccdc_readregs() 189 dev_notice(ccdc_cfg.dev, "\nReading 0x%x to FMT_VERT...\n", val); in ccdc_readregs() [all …]
|
/linux-5.19.10/drivers/crypto/ccp/ |
D | sp-platform.c | 94 dev_notice(dev, "unable to get IRQ (%d)\n", ret); in sp_get_irqs() 104 dev_notice(dev, "unable to get IRQ (%d)\n", ret); in sp_get_irqs() 174 dev_notice(dev, "enabled\n"); in sp_platform_probe() 179 dev_notice(dev, "initialization failed\n"); in sp_platform_probe() 190 dev_notice(dev, "disabled\n"); in sp_platform_remove()
|
D | psp-dev.c | 72 dev_notice(psp->dev, "psp: unable to access the device: you might be running a broken BIOS.\n"); in psp_get_capability() 81 …dev_notice(psp->dev, "psp: Both TSME and SME are active, SME is unnecessary when TSME is active.\n… in psp_get_capability() 174 dev_notice(dev, "psp enabled\n"); in psp_dev_init() 183 dev_notice(dev, "psp initialization failed\n"); in psp_dev_init()
|
D | sp-pci.c | 145 dev_notice(dev, "could not enable MSI-X (%d), trying MSI\n", ret); in sp_get_irqs() 151 dev_notice(dev, "could not enable MSI (%d)\n", ret); in sp_get_irqs() 301 dev_notice(dev, "initialization failed\n"); in sp_pci_probe()
|
D | tee-dev.c | 222 dev_notice(dev, "tee enabled\n"); in tee_dev_init() 229 dev_notice(dev, "tee initialization failed\n"); in tee_dev_init()
|
/linux-5.19.10/drivers/mtd/maps/ |
D | vmu-flash.c | 151 dev_notice(&mdev->dev, "VMU at (%d, %d)" in maple_vmu_read_block() 199 dev_notice(&mdev->dev, "VMU read on (%d, %d)" in maple_vmu_read_block() 257 dev_notice(&mdev->dev, "VMU write at (%d, %d)" in maple_vmu_write_block() 659 dev_notice(&mdev->dev, "VMU at (%d, %d) is busy\n", in vmu_connect() 737 dev_notice(&mdev->dev, ERRSTR " invalid partition number\n", in vmu_file_error() 742 dev_notice(&mdev->dev, ERRSTR " phase error\n", in vmu_file_error() 747 dev_notice(&mdev->dev, ERRSTR " invalid block number\n", in vmu_file_error() 752 dev_notice(&mdev->dev, ERRSTR " write error\n", in vmu_file_error() 757 dev_notice(&mdev->dev, ERRSTR " invalid write length\n", in vmu_file_error() 762 dev_notice(&mdev->dev, ERRSTR " bad CRC\n", in vmu_file_error() [all …]
|
/linux-5.19.10/include/linux/ |
D | dev_printk.h | 147 #define dev_notice(dev, fmt, ...) \ macro 196 dev_level_once(dev_notice, dev, fmt, ##__VA_ARGS__) 222 dev_level_ratelimited(dev_notice, dev, fmt, ##__VA_ARGS__)
|
/linux-5.19.10/drivers/char/ipmi/ |
D | ipmi_ipmb.c | 462 dev_notice(&client->dev, in ipmi_ipmb_probe() 480 dev_notice(&client->dev, in ipmi_ipmb_probe() 499 dev_notice(&client->dev, in ipmi_ipmb_probe() 530 dev_notice(&client->dev, in ipmi_ipmb_probe()
|
/linux-5.19.10/drivers/iommu/arm/arm-smmu/ |
D | arm-smmu.c | 1700 dev_notice(smmu->dev, "probing hardware configuration...\n"); in arm_smmu_device_cfg_probe() 1701 dev_notice(smmu->dev, "SMMUv%d with:\n", in arm_smmu_device_cfg_probe() 1715 dev_notice(smmu->dev, "\tstage 1 translation\n"); in arm_smmu_device_cfg_probe() 1720 dev_notice(smmu->dev, "\tstage 2 translation\n"); in arm_smmu_device_cfg_probe() 1725 dev_notice(smmu->dev, "\tnested translation\n"); in arm_smmu_device_cfg_probe() 1737 dev_notice(smmu->dev, "\taddress translation ops\n"); in arm_smmu_device_cfg_probe() 1748 dev_notice(smmu->dev, "\t%scoherent table walk\n", in arm_smmu_device_cfg_probe() 1751 dev_notice(smmu->dev, in arm_smmu_device_cfg_probe() 1777 dev_notice(smmu->dev, in arm_smmu_device_cfg_probe() 1818 dev_notice(smmu->dev, "\t%u context banks (%u stage-2 only)\n", in arm_smmu_device_cfg_probe() [all …]
|
/linux-5.19.10/drivers/ata/ |
D | pata_cmd64x.c | 477 dev_notice(&pdev->dev, "Mobility Bridge detected, ignoring CNTRL port enable/disable\n"); in cmd64x_init_one() 479 dev_notice(&pdev->dev, "Primary port is disabled\n"); in cmd64x_init_one() 484 dev_notice(&pdev->dev, "Secondary port is disabled\n"); in cmd64x_init_one()
|
/linux-5.19.10/drivers/tty/serial/8250/ |
D | 8250_hp300.c | 183 dev_notice(&d->dev, in hpdca_init_one() 265 dev_notice(uart.port.dev, in hp300_8250_init()
|
/linux-5.19.10/drivers/platform/x86/ |
D | acer-wireless.c | 27 dev_notice(&adev->dev, "Unknown SMKB event: %#x\n", event); in acer_wireless_notify()
|
/linux-5.19.10/drivers/firewire/ |
D | sbp2.c | 428 dev_notice(lu_dev(lu), in sbp2_status_write() 843 dev_notice(tgt_dev(tgt), "logged in to LUN %04x (%d retries)\n", in sbp2_login() 949 dev_notice(tgt_dev(tgt), "reconnected to LUN %04x (%d retries)\n", in sbp2_reconnect() 1079 dev_notice(tgt_dev(tgt), "%ds mgt_ORB_timeout limited to 40s\n", in sbp2_clamp_management_orb_timeout() 1092 dev_notice(tgt_dev(tgt), in sbp2_init_workarounds() 1114 dev_notice(tgt_dev(tgt), "workarounds 0x%x " in sbp2_init_workarounds() 1249 dev_notice(&unit->device, "released target %d:0:0\n", shost->host_no); in sbp2_remove() 1550 dev_notice(lu_dev(lu), "sbp2_scsi_abort\n"); in sbp2_scsi_abort()
|
/linux-5.19.10/drivers/gpu/drm/i915/ |
D | i915_utils.c | 49 dev_notice(kdev, "%s", FDO_BUG_MSG); in __i915_printk()
|
/linux-5.19.10/drivers/infiniband/core/ |
D | user_mad.c | 691 dev_notice(&file->port->dev, "%s: invalid device\n", __func__); in ib_umad_reg_agent() 702 dev_notice(&file->port->dev, in ib_umad_reg_agent() 713 dev_notice(&file->port->dev, "%s: Max Agents (%u) reached\n", __func__, in ib_umad_reg_agent() 792 dev_notice(&file->port->dev, "%s: invalid device\n", __func__); in ib_umad_reg_agent2() 803 dev_notice(&file->port->dev, "%s: invalid QPN %u specified\n", in ib_umad_reg_agent2() 810 dev_notice(&file->port->dev, in ib_umad_reg_agent2() 827 dev_notice(&file->port->dev, "%s: Max Agents (%u) reached\n", __func__, in ib_umad_reg_agent2() 838 dev_notice(&file->port->dev, in ib_umad_reg_agent2()
|
/linux-5.19.10/drivers/firmware/ |
D | turris-mox-rwtm.c | 211 dev_notice(rwtm->dev, in mox_get_board_info() 246 dev_notice(rwtm->dev, in mox_get_board_info() 523 dev_notice(dev, in turris_mox_rwtm_probe()
|
/linux-5.19.10/drivers/i3c/master/mipi-i3c-hci/ |
D | ext_caps.c | 242 dev_notice(&hci->master.dev, in hci_extcap_vendor_specific() 296 dev_notice(&hci->master.dev, in i3c_hci_parse_ext_caps()
|
/linux-5.19.10/drivers/mmc/core/ |
D | pwrseq_emmc.c | 82 …dev_notice(dev, "EMMC reset pin tied to a sleepy GPIO driver; reset on emergency-reboot disabled\n… in mmc_pwrseq_emmc_probe()
|
/linux-5.19.10/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 568 dev_notice(&instance->pdev->dev, "pcidata = %x\n", pcidata); in megasas_adp_reset_xscale() 570 dev_notice(&instance->pdev->dev, "mfi 1068 offset read=%x\n", pcidata); in megasas_adp_reset_xscale() 581 dev_notice(&instance->pdev->dev, "1068 offset handshake read=%x\n", pcidata); in megasas_adp_reset_xscale() 583 dev_notice(&instance->pdev->dev, "1068 offset pcidt=%x\n", pcidata); in megasas_adp_reset_xscale() 1045 dev_notice(&instance->pdev->dev, "RESETGEN2: retry=%x, hostdiag=%x\n", in megasas_adp_reset_gen2() 1053 dev_notice(&instance->pdev->dev, "ADP_RESET_GEN2: HostDiag=%x\n", HostDiag); in megasas_adp_reset_gen2() 1063 dev_notice(&instance->pdev->dev, "RESET_GEN2: retry=%x, hostdiag=%x\n", in megasas_adp_reset_gen2() 2769 dev_notice(&instance->pdev->dev, "HBA reset wait ...\n"); in megasas_wait_for_outstanding() 2777 dev_notice(&instance->pdev->dev, "reset: Stopping HBA.\n"); in megasas_wait_for_outstanding() 2789 dev_notice(&instance->pdev->dev, "%d:%p reset [%02x]\n", in megasas_wait_for_outstanding() [all …]
|
/linux-5.19.10/drivers/hwmon/ |
D | i5500_temp.c | 129 dev_notice(&pdev->dev, "Sensor seems to be disabled\n"); in i5500_temp_probe()
|
/linux-5.19.10/drivers/net/ethernet/intel/e1000e/ |
D | param.c | 232 dev_notice(&adapter->pdev->dev, in e1000e_check_options() 234 dev_notice(&adapter->pdev->dev, in e1000e_check_options()
|
/linux-5.19.10/sound/pci/oxygen/ |
D | xonar_lib.c | 48 dev_notice(chip->card->dev, "power restored\n"); in xonar_ext_power_gpio_changed()
|
/linux-5.19.10/drivers/media/cec/platform/tegra/ |
D | tegra_cec.c | 443 dev_notice(&pdev->dev, "suspended\n"); in tegra_cec_suspend() 451 dev_notice(&pdev->dev, "Resuming\n"); in tegra_cec_resume()
|
/linux-5.19.10/drivers/comedi/drivers/ |
D | ni_tiocmd.c | 460 dev_notice(counter->counter_dev->dev->class_dev, in ni_tio_handle_interrupt() 471 dev_notice(counter->counter_dev->dev->class_dev, in ni_tio_handle_interrupt()
|
/linux-5.19.10/drivers/net/ieee802154/ |
D | ca8210.c | 736 dev_notice( in ca8210_rx_done() 742 dev_notice( in ca8210_rx_done() 748 dev_notice( in ca8210_rx_done() 754 dev_notice( in ca8210_rx_done() 759 dev_notice( in ca8210_rx_done() 765 dev_notice( in ca8210_rx_done() 771 dev_notice( in ca8210_rx_done() 777 dev_notice( in ca8210_rx_done()
|