/linux-4.19.296/drivers/s390/block/ |
D | dcssblk.c | 110 struct dcssblk_dev_info *dev_info; in dcssblk_release_segment() local 113 dev_info = container_of(dev, struct dcssblk_dev_info, dev); in dcssblk_release_segment() 114 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment() 118 kfree(dev_info); in dcssblk_release_segment() 129 dcssblk_assign_free_minor(struct dcssblk_dev_info *dev_info) in dcssblk_assign_free_minor() argument 134 if (dev_info == NULL) in dcssblk_assign_free_minor() 146 dev_info->gd->first_minor = minor; in dcssblk_assign_free_minor() 176 struct dcssblk_dev_info *dev_info; in dcssblk_get_segment_by_name() local 179 list_for_each_entry(dev_info, &dcssblk_devices, lh) { in dcssblk_get_segment_by_name() 180 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_get_segment_by_name() [all …]
|
/linux-4.19.296/drivers/edac/ |
D | amd8131_edac.c | 92 static void amd8131_pcix_init(struct amd8131_dev_info *dev_info) in amd8131_pcix_init() argument 95 struct pci_dev *dev = dev_info->dev; in amd8131_pcix_init() 143 static void amd8131_pcix_exit(struct amd8131_dev_info *dev_info) in amd8131_pcix_exit() argument 146 struct pci_dev *dev = dev_info->dev; in amd8131_pcix_exit() 171 struct amd8131_dev_info *dev_info = edac_dev->pvt_info; in amd8131_pcix_check() local 172 struct pci_dev *dev = dev_info->dev; in amd8131_pcix_check() 179 "on %s bridge\n", dev_info->ctl_name); in amd8131_pcix_check() 199 "on %s bridge\n", dev_info->ctl_name); in amd8131_pcix_check() 212 "on %s bridge\n", dev_info->ctl_name); in amd8131_pcix_check() 225 "on %s bridge\n", dev_info->ctl_name); in amd8131_pcix_check() [all …]
|
D | amd8111_edac.c | 245 static void amd8111_lpc_bridge_init(struct amd8111_dev_info *dev_info) in amd8111_lpc_bridge_init() argument 248 struct pci_dev *dev = dev_info->dev; in amd8111_lpc_bridge_init() 282 static void amd8111_lpc_bridge_exit(struct amd8111_dev_info *dev_info) in amd8111_lpc_bridge_exit() argument 290 struct amd8111_dev_info *dev_info = edac_dev->pvt_info; in amd8111_lpc_bridge_check() local 291 struct pci_dev *dev = dev_info->dev; in amd8111_lpc_bridge_check() 298 dev_info->ctl_name); in amd8111_lpc_bridge_check() 351 struct amd8111_dev_info *dev_info = &amd8111_devices[id->driver_data]; in amd8111_dev_probe() local 354 dev_info->dev = pci_get_device(PCI_VENDOR_ID_AMD, in amd8111_dev_probe() 355 dev_info->err_dev, NULL); in amd8111_dev_probe() 357 if (!dev_info->dev) { in amd8111_dev_probe() [all …]
|
D | cpc925_edac.c | 290 void (*init)(struct cpc925_dev_info *dev_info); 291 void (*exit)(struct cpc925_dev_info *dev_info); 643 static void cpc925_cpu_init(struct cpc925_dev_info *dev_info) in cpc925_cpu_init() argument 648 apimask = __raw_readl(dev_info->vbase + REG_APIMASK_OFFSET); in cpc925_cpu_init() 660 __raw_writel(apimask, dev_info->vbase + REG_APIMASK_OFFSET); in cpc925_cpu_init() 664 static void cpc925_cpu_exit(struct cpc925_dev_info *dev_info) in cpc925_cpu_exit() argument 683 struct cpc925_dev_info *dev_info = edac_dev->pvt_info; in cpc925_cpu_check() local 688 apiexcp = __raw_readl(dev_info->vbase + REG_APIEXCP_OFFSET); in cpc925_cpu_check() 695 apimask = __raw_readl(dev_info->vbase + REG_APIMASK_OFFSET); in cpc925_cpu_check() 706 static void cpc925_htlink_init(struct cpc925_dev_info *dev_info) in cpc925_htlink_init() argument [all …]
|
D | amd8111_edac.h | 114 void (*init)(struct amd8111_dev_info *dev_info); 115 void (*exit)(struct amd8111_dev_info *dev_info); 125 void (*init)(struct amd8111_pci_info *dev_info); 126 void (*exit)(struct amd8111_pci_info *dev_info);
|
D | amd8131_edac.h | 113 void (*init)(struct amd8131_dev_info *dev_info); 114 void (*exit)(struct amd8131_dev_info *dev_info);
|
/linux-4.19.296/include/net/caif/ |
D | cfsrvl.h | 22 struct dev_info dev_info; member 28 struct cflayer *cfvei_create(u8 linkid, struct dev_info *dev_info); 29 struct cflayer *cfdgml_create(u8 linkid, struct dev_info *dev_info); 30 struct cflayer *cfutill_create(u8 linkid, struct dev_info *dev_info); 31 struct cflayer *cfvidl_create(u8 linkid, struct dev_info *dev_info); 32 struct cflayer *cfrfml_create(u8 linkid, struct dev_info *dev_info, 34 struct cflayer *cfdbgl_create(u8 linkid, struct dev_info *dev_info); 43 struct dev_info *dev_info,
|
D | caif_layer.h | 258 struct dev_info { struct 274 struct dev_info *dev_info; member
|
/linux-4.19.296/lib/ |
D | test_kmod.c | 188 dev_info(test_dev->dev, "Done: %u threads have all run now\n", in kmod_test_done_check() 190 dev_info(test_dev->dev, "Last thread to run: %u\n", idx); in kmod_test_done_check() 263 dev_info(test_dev->dev, in tally_work_test() 271 dev_info(test_dev->dev, "Sync thread %u fs: %s\n", in tally_work_test() 301 dev_info(test_dev->dev, "Results:\n"); in tally_up_work() 356 dev_info(test_dev->dev, "Ending request_module() tests\n"); in test_dev_kmod_stop_tests() 363 dev_info(test_dev->dev, in test_dev_kmod_stop_tests() 410 dev_info(test_dev->dev, in try_requests() 416 dev_info(test_dev->dev, in try_requests() 429 dev_info(test_dev->dev, "Test case: %s (%u)\n", in run_test_driver() [all …]
|
/linux-4.19.296/drivers/char/agp/ |
D | amd64-agp.c | 304 dev_info(&agp->dev, "aperture size %u MB is not right, using settings from NB\n", in fix_northbridge() 314 dev_info(&agp->dev, "aperture from AGP @ %Lx size %u MB\n", in fix_northbridge() 365 dev_info(&pdev->dev, "AMD 8151 AGP Bridge rev %s\n", revstring); in amd8151_init() 372 dev_info(&pdev->dev, "correcting AGP revision (reports 3.5, is really 3.0)\n"); in amd8151_init() 396 dev_info(&pdev->dev, "setting up ULi AGP\n"); in uli_agp_init() 399 dev_info(&pdev->dev, "can't find ULi secondary device\n"); in uli_agp_init() 408 dev_info(&pdev->dev, "no ULi size found for %d\n", size); in uli_agp_init() 458 dev_info(&pdev->dev, "setting up Nforce3 AGP\n"); in nforce3_agp_init() 462 dev_info(&pdev->dev, "can't find Nforce3 secondary device\n"); in nforce3_agp_init() 471 dev_info(&pdev->dev, "no NForce3 size found for %d\n", size); in nforce3_agp_init() [all …]
|
D | backend.c | 281 dev_info(&bridge->dev->dev, "can't lock chipset driver\n"); in agp_add_bridge() 288 dev_info(&bridge->dev->dev, in agp_add_bridge() 296 dev_info(&bridge->dev->dev, in agp_add_bridge() 301 dev_info(&bridge->dev->dev, "AGP aperture is %dM @ 0x%lx\n", in agp_add_bridge()
|
D | sis-agp.c | 81 dev_info(&agp_bridge->dev->dev, "AGP %d.%d bridge\n", in sis_delayed_enable() 94 dev_info(&agp_bridge->dev->dev, "putting AGP V3 device at %s into %dx mode\n", in sis_delayed_enable() 105 dev_info(&agp_bridge->dev->dev, "SiS delay workaround: giving bridge time to recover\n"); in sis_delayed_enable() 192 dev_info(&pdev->dev, "SiS chipset [%04x/%04x]\n", in agp_sis_probe()
|
/linux-4.19.296/drivers/misc/ |
D | lattice-ecp3-config.c | 114 dev_info(&spi->dev, "FPGA %s detected\n", ecp3_dev[i].name); in firmware_load() 166 dev_info(&spi->dev, "Configuring the FPGA...\n"); in firmware_load() 179 dev_info(&spi->dev, "FPGA successfully configured!\n"); in firmware_load() 181 dev_info(&spi->dev, "FPGA not configured (DONE not set)\n"); in firmware_load() 214 dev_info(&spi->dev, "FPGA bitstream configuration driver registered\n"); in lattice_ecp3_probe()
|
/linux-4.19.296/drivers/media/radio/ |
D | radio-wl1273.c | 514 dev_info(dev, "%s - %s not found\n", __func__, fw_name); in wl1273_fm_upload_firmware_patch() 1219 dev_info(radio->dev, "RDS_SYNC: Not synchronized\n"); in wl1273_fm_fops_read() 1823 dev_info(dev, DRIVER_DESC); in wl1273_fm_vidioc_log_status() 1826 dev_info(dev, "Mode: Off\n"); in wl1273_fm_vidioc_log_status() 1831 dev_info(dev, "Mode: Suspended\n"); in wl1273_fm_vidioc_log_status() 1839 dev_info(dev, "ASIC_ID: 0x%04x\n", val); in wl1273_fm_vidioc_log_status() 1845 dev_info(dev, "ASIC Version: 0x%04x\n", val); in wl1273_fm_vidioc_log_status() 1851 dev_info(dev, "FW version: %d(0x%04x)\n", val, val); in wl1273_fm_vidioc_log_status() 1857 dev_info(dev, "BAND: %d\n", val); in wl1273_fm_vidioc_log_status() 1864 dev_info(dev, "PUPD: 0x%04x\n", val); in wl1273_fm_vidioc_log_status() [all …]
|
D | radio-raremono.c | 166 dev_info(&intf->dev, "Thanko's Raremono disconnected\n"); in usb_raremono_disconnect() 336 dev_info(&intf->dev, "this is not Thanko's Raremono.\n"); in usb_raremono_probe() 341 dev_info(&intf->dev, "Thanko's Raremono connected: (%04X:%04X)\n", in usb_raremono_probe() 369 dev_info(&intf->dev, "V4L2 device registered as %s\n", in usb_raremono_probe()
|
/linux-4.19.296/drivers/memory/ |
D | emif.c | 1289 struct ddr_device_info *dev_info) in of_get_ddr_info() argument 1295 dev_info->cs1_used = true; in of_get_ddr_info() 1298 dev_info->cal_resistors_per_cs = true; in of_get_ddr_info() 1301 dev_info->type = DDR_TYPE_LPDDR2_S4; in of_get_ddr_info() 1303 dev_info->type = DDR_TYPE_LPDDR2_S2; in of_get_ddr_info() 1310 dev_info->density = 0; in of_get_ddr_info() 1312 dev_info->density = __fls(density) - 5; in of_get_ddr_info() 1316 dev_info->io_width = 0; in of_get_ddr_info() 1318 dev_info->io_width = __fls(io_width) - 1; in of_get_ddr_info() 1325 struct ddr_device_info *dev_info = NULL; in of_get_memory_device_details() local [all …]
|
/linux-4.19.296/drivers/char/ipmi/ |
D | ipmi_si_platform.c | 94 dev_info(io->dev, "Using ACPI GPE %d\n", io->irq); in acpi_gpe_irq_setup() 159 dev_info(&pdev->dev, PFX "probing via %s\n", in platform_ipmi_probe() 239 dev_info(&pdev->dev, "probing via device tree\n"); in of_ipmi_probe() 340 dev_info(&pdev->dev, PFX "probing via ACPI\n"); in acpi_ipmi_probe() 366 dev_info(&pdev->dev, "unknown IPMI type %lld\n", tmp); in acpi_ipmi_probe() 397 dev_info(io.dev, "%pR regsize %d spacing %d irq %d\n", in acpi_ipmi_probe()
|
D | ipmi_si_pci.c | 80 dev_info(&pdev->dev, "probing via PCI"); in ipmi_pci_probe() 96 dev_info(&pdev->dev, "Unknown IPMI class: %x\n", pdev->class); in ipmi_pci_probe() 128 dev_info(&pdev->dev, "%pR regsize %d spacing %d irq %d\n", in ipmi_pci_probe()
|
/linux-4.19.296/drivers/misc/cxl/ |
D | pci.c | 174 dev_info(&dev->dev, "dump_cxl_config_space\n"); in dump_cxl_config_space() 177 dev_info(&dev->dev, "BAR0: %#.8x\n", val); in dump_cxl_config_space() 179 dev_info(&dev->dev, "BAR1: %#.8x\n", val); in dump_cxl_config_space() 181 dev_info(&dev->dev, "BAR2: %#.8x\n", val); in dump_cxl_config_space() 183 dev_info(&dev->dev, "BAR3: %#.8x\n", val); in dump_cxl_config_space() 185 dev_info(&dev->dev, "BAR4: %#.8x\n", val); in dump_cxl_config_space() 187 dev_info(&dev->dev, "BAR5: %#.8x\n", val); in dump_cxl_config_space() 189 dev_info(&dev->dev, "p1 regs: %#llx, len: %#llx\n", in dump_cxl_config_space() 191 dev_info(&dev->dev, "p2 regs: %#llx, len: %#llx\n", in dump_cxl_config_space() 193 dev_info(&dev->dev, "BAR 4/5: %#llx, len: %#llx\n", in dump_cxl_config_space() [all …]
|
/linux-4.19.296/drivers/char/tpm/ |
D | tpm_infineon.c | 223 dev_info(&chip->dev, "Granting WTX (%02d / %02d)\n", in tpm_wtx() 234 dev_info(&chip->dev, "Aborting WTX\n"); in tpm_wtx_abort() 287 dev_info(&chip->dev, "WTX-package received\n"); in tpm_inf_recv() 298 dev_info(&chip->dev, "WTX-abort acknowledged\n"); in tpm_inf_recv() 417 dev_info(&dev->dev, "Found %s with ID %s\n", in tpm_inf_pnp_probe() 443 dev_info(&dev->dev, "Found %s with ID %s\n", in tpm_inf_pnp_probe() 532 dev_info(&dev->dev, "TPM found: " in tpm_inf_pnp_probe()
|
/linux-4.19.296/drivers/iio/common/st_sensors/ |
D | st_sensors_trigger.c | 164 dev_info(&indio_dev->dev, in st_sensors_allocate_trigger() 170 dev_info(&indio_dev->dev, in st_sensors_allocate_trigger() 174 dev_info(&indio_dev->dev, in st_sensors_allocate_trigger()
|
/linux-4.19.296/drivers/media/radio/si470x/ |
D | radio-si470x-usb.c | 552 dev_info(&radio->intf->dev, in si470x_start_usb() 616 dev_info(&intf->dev, "could not find interrupt in endpoint\n"); in si470x_usb_driver_probe() 625 dev_info(&intf->dev, "could not allocate int_in_buffer"); in si470x_usb_driver_probe() 655 dev_info(&intf->dev, "this is not a si470x device.\n"); in si470x_usb_driver_probe() 689 dev_info(&intf->dev, "DeviceID=0x%4.4hx ChipID=0x%4.4hx\n", in si470x_usb_driver_probe() 706 dev_info(&intf->dev, "software version %d, hardware version %d\n", in si470x_usb_driver_probe() 791 dev_info(&intf->dev, "suspending now...\n"); in si470x_usb_driver_suspend() 817 dev_info(&intf->dev, "resuming now...\n"); in si470x_usb_driver_resume()
|
/linux-4.19.296/drivers/i2c/busses/ |
D | i2c-ali15x3.c | 176 dev_info(&ALI15X3_dev->dev, "forcing ISA address 0x%04X\n", in ali15x3_setup() 195 dev_info(&ALI15X3_dev->dev, "enabling SMBus device\n"); in ali15x3_setup() 202 dev_info(&ALI15X3_dev->dev, "enabling SMBus controller\n"); in ali15x3_setup() 265 dev_info(&adap->dev, "Resetting entire SMB Bus to " in ali15x3_transaction()
|
/linux-4.19.296/drivers/base/test/ |
D | test_async_driver_probe.c | 20 dev_info(&pdev->dev, "sleeping for %d msecs in probe\n", in test_probe() 23 dev_info(&pdev->dev, "done sleeping\n"); in test_probe()
|
/linux-4.19.296/drivers/mux/ |
D | adg792a.c | 120 dev_info(dev, "3x single pole quadruple throw muxes registered\n"); in adg792a_probe() 122 dev_info(dev, "triple pole quadruple throw mux registered\n"); in adg792a_probe()
|