Home
last modified time | relevance | path

Searched refs:dev_info (Results 1 – 200 of 1971) sorted by relevance

12345678910

/linux-4.4.14/drivers/s390/block/
Ddcssblk.c88 struct dcssblk_dev_info *dev_info; in dcssblk_release_segment() local
91 dev_info = container_of(dev, struct dcssblk_dev_info, dev); in dcssblk_release_segment()
92 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment()
96 kfree(dev_info); in dcssblk_release_segment()
107 dcssblk_assign_free_minor(struct dcssblk_dev_info *dev_info) in dcssblk_assign_free_minor() argument
112 if (dev_info == NULL) in dcssblk_assign_free_minor()
124 dev_info->gd->first_minor = minor; in dcssblk_assign_free_minor()
154 struct dcssblk_dev_info *dev_info; in dcssblk_get_segment_by_name() local
157 list_for_each_entry(dev_info, &dcssblk_devices, lh) { in dcssblk_get_segment_by_name()
158 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_get_segment_by_name()
[all …]
/linux-4.4.14/drivers/power/
Dds2781_battery.c62 static inline int ds2781_battery_io(struct ds2781_device_info *dev_info, in ds2781_battery_io() argument
65 return w1_ds2781_io(dev_info->w1_dev, buf, addr, count, io); in ds2781_battery_io()
68 static int w1_ds2781_read(struct ds2781_device_info *dev_info, char *buf, in w1_ds2781_read() argument
71 return ds2781_battery_io(dev_info, buf, addr, count, 0); in w1_ds2781_read()
74 static inline int ds2781_read8(struct ds2781_device_info *dev_info, u8 *val, in ds2781_read8() argument
77 return ds2781_battery_io(dev_info, val, addr, sizeof(u8), 0); in ds2781_read8()
80 static int ds2781_read16(struct ds2781_device_info *dev_info, s16 *val, in ds2781_read16() argument
86 ret = ds2781_battery_io(dev_info, raw, addr, sizeof(raw), 0); in ds2781_read16()
95 static inline int ds2781_read_block(struct ds2781_device_info *dev_info, in ds2781_read_block() argument
98 return ds2781_battery_io(dev_info, val, addr, count, 0); in ds2781_read_block()
[all …]
Dds2780_battery.c64 static inline int ds2780_battery_io(struct ds2780_device_info *dev_info, in ds2780_battery_io() argument
67 return w1_ds2780_io(dev_info->w1_dev, buf, addr, count, io); in ds2780_battery_io()
70 static inline int ds2780_read8(struct ds2780_device_info *dev_info, u8 *val, in ds2780_read8() argument
73 return ds2780_battery_io(dev_info, val, addr, sizeof(u8), 0); in ds2780_read8()
76 static int ds2780_read16(struct ds2780_device_info *dev_info, s16 *val, in ds2780_read16() argument
82 ret = ds2780_battery_io(dev_info, raw, addr, sizeof(raw), 0); in ds2780_read16()
91 static inline int ds2780_read_block(struct ds2780_device_info *dev_info, in ds2780_read_block() argument
94 return ds2780_battery_io(dev_info, val, addr, count, 0); in ds2780_read_block()
97 static inline int ds2780_write(struct ds2780_device_info *dev_info, u8 *val, in ds2780_write() argument
100 return ds2780_battery_io(dev_info, val, addr, count, 1); in ds2780_write()
[all …]
Daxp288_fuel_gauge.c820 dev_info(&info->pdev->dev, in fuel_gauge_thread_handler()
824 dev_info(&info->pdev->dev, in fuel_gauge_thread_handler()
828 dev_info(&info->pdev->dev, in fuel_gauge_thread_handler()
832 dev_info(&info->pdev->dev, in fuel_gauge_thread_handler()
836 dev_info(&info->pdev->dev, "Low Batt Warning(2) INTR\n"); in fuel_gauge_thread_handler()
839 dev_info(&info->pdev->dev, "Low Batt Warning(1) INTR\n"); in fuel_gauge_thread_handler()
988 dev_info(&info->pdev->dev, "FG data needs to be initialized\n"); in fuel_gauge_init_config_regs()
990 dev_info(&info->pdev->dev, "FG data is already initialized\n"); in fuel_gauge_init_config_regs()
1043 dev_info(&info->pdev->dev, "HW IRQ %d -> VIRQ %d\n", in fuel_gauge_init_irq()
/linux-4.4.14/drivers/edac/
Damd8131_edac.c93 static void amd8131_pcix_init(struct amd8131_dev_info *dev_info) in amd8131_pcix_init() argument
96 struct pci_dev *dev = dev_info->dev; in amd8131_pcix_init()
144 static void amd8131_pcix_exit(struct amd8131_dev_info *dev_info) in amd8131_pcix_exit() argument
147 struct pci_dev *dev = dev_info->dev; in amd8131_pcix_exit()
172 struct amd8131_dev_info *dev_info = edac_dev->pvt_info; in amd8131_pcix_check() local
173 struct pci_dev *dev = dev_info->dev; in amd8131_pcix_check()
180 "on %s bridge\n", dev_info->ctl_name); in amd8131_pcix_check()
200 "on %s bridge\n", dev_info->ctl_name); in amd8131_pcix_check()
213 "on %s bridge\n", dev_info->ctl_name); in amd8131_pcix_check()
226 "on %s bridge\n", dev_info->ctl_name); in amd8131_pcix_check()
[all …]
Damd8111_edac.c246 static void amd8111_lpc_bridge_init(struct amd8111_dev_info *dev_info) in amd8111_lpc_bridge_init() argument
249 struct pci_dev *dev = dev_info->dev; in amd8111_lpc_bridge_init()
283 static void amd8111_lpc_bridge_exit(struct amd8111_dev_info *dev_info) in amd8111_lpc_bridge_exit() argument
291 struct amd8111_dev_info *dev_info = edac_dev->pvt_info; in amd8111_lpc_bridge_check() local
292 struct pci_dev *dev = dev_info->dev; in amd8111_lpc_bridge_check()
299 dev_info->ctl_name); in amd8111_lpc_bridge_check()
352 struct amd8111_dev_info *dev_info = &amd8111_devices[id->driver_data]; in amd8111_dev_probe() local
355 dev_info->dev = pci_get_device(PCI_VENDOR_ID_AMD, in amd8111_dev_probe()
356 dev_info->err_dev, NULL); in amd8111_dev_probe()
358 if (!dev_info->dev) { in amd8111_dev_probe()
[all …]
Dcpc925_edac.c291 void (*init)(struct cpc925_dev_info *dev_info);
292 void (*exit)(struct cpc925_dev_info *dev_info);
644 static void cpc925_cpu_init(struct cpc925_dev_info *dev_info) in cpc925_cpu_init() argument
649 apimask = __raw_readl(dev_info->vbase + REG_APIMASK_OFFSET); in cpc925_cpu_init()
661 __raw_writel(apimask, dev_info->vbase + REG_APIMASK_OFFSET); in cpc925_cpu_init()
665 static void cpc925_cpu_exit(struct cpc925_dev_info *dev_info) in cpc925_cpu_exit() argument
684 struct cpc925_dev_info *dev_info = edac_dev->pvt_info; in cpc925_cpu_check() local
689 apiexcp = __raw_readl(dev_info->vbase + REG_APIEXCP_OFFSET); in cpc925_cpu_check()
696 apimask = __raw_readl(dev_info->vbase + REG_APIMASK_OFFSET); in cpc925_cpu_check()
707 static void cpc925_htlink_init(struct cpc925_dev_info *dev_info) in cpc925_htlink_init() argument
[all …]
Damd8111_edac.h114 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);
Damd8131_edac.h113 void (*init)(struct amd8131_dev_info *dev_info);
114 void (*exit)(struct amd8131_dev_info *dev_info);
De752x_edac.c220 const struct e752x_dev_info *dev_info; member
851 if (pvt->dev_info->err_dev == PCI_DEVICE_ID_INTEL_3100_1_ERR) { in e752x_get_error_info()
903 if (pvt->dev_info->err_dev == PCI_DEVICE_ID_INTEL_3100_1_ERR) { in e752x_get_error_info()
997 if (pvt->dev_info->ctl_dev == PCI_DEVICE_ID_INTEL_3100_0) in set_sdram_scrub_rate()
1027 if (pvt->dev_info->ctl_dev == PCI_DEVICE_ID_INTEL_3100_0) in get_sdram_scrub_rate()
1180 pvt->dev_info->err_dev, NULL); in e752x_get_devs()
1240 if (pvt->dev_info->err_dev == PCI_DEVICE_ID_INTEL_3100_1_ERR) { in e752x_init_error_reporting_regs()
1311 pvt->dev_info = &e752x_devs[dev_idx]; in e752x_probe1()
1320 mci->ctl_name = pvt->dev_info->ctl_name; in e752x_probe1()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_debugfs.c46 dev_info(&pf->pdev->dev, "%d: bad seid\n", seid); in i40e_dbg_find_vsi()
66 dev_info(&pf->pdev->dev, "%d: bad seid\n", seid); in i40e_dbg_find_veb()
168 dev_info(&pf->pdev->dev, "bad seid value\n"); in i40e_dbg_dump_write()
176 dev_info(&pf->pdev->dev, "debug buffer freed\n"); in i40e_dbg_dump_write()
203 dev_info(&pf->pdev->dev, in i40e_dbg_dump_write()
273 dev_info(&pf->pdev->dev, in i40e_dbg_dump_write()
293 dev_info(&pf->pdev->dev, in i40e_dbg_dump_write()
302 dev_info(&pf->pdev->dev, "unknown seid %ld\n", seid); in i40e_dbg_dump_write()
377 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid()
381 dev_info(&pf->pdev->dev, "vsi seid %d\n", seid); in i40e_dbg_dump_vsi_seid()
[all …]
Di40e_main.c191 dev_info(&pf->pdev->dev, in i40e_get_lump()
1996 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters()
2070 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters()
2080 dev_info(&pf->pdev->dev, "promiscuous mode forced on\n"); in i40e_sync_vsi_filters()
2095 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters()
2128 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters()
2136 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters()
2144 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters()
2243 dev_info(&vsi->back->pdev->dev, in i40e_vlan_stripping_enable()
2274 dev_info(&vsi->back->pdev->dev, in i40e_vlan_stripping_disable()
[all …]
/linux-4.4.14/include/net/caif/
Dcfsrvl.h22 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,
Dcaif_layer.h258 struct dev_info { struct
274 struct dev_info *dev_info; member
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_roce.c32 struct be_dev_info dev_info; in _be_roce_dev_add() local
49 dev_info.dpp_unmapped_addr = pci_resource_start(pdev, 2); in _be_roce_dev_add()
50 dev_info.dpp_unmapped_len = pci_resource_len(pdev, 2); in _be_roce_dev_add()
52 dev_info.dpp_unmapped_addr = 0; in _be_roce_dev_add()
53 dev_info.dpp_unmapped_len = 0; in _be_roce_dev_add()
55 dev_info.pdev = adapter->pdev; in _be_roce_dev_add()
56 dev_info.db = adapter->db; in _be_roce_dev_add()
57 dev_info.unmapped_db = adapter->roce_db.io_addr; in _be_roce_dev_add()
58 dev_info.db_page_size = adapter->roce_db.size; in _be_roce_dev_add()
59 dev_info.db_total_size = adapter->roce_db.total_size; in _be_roce_dev_add()
[all …]
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Duvd_v5_0.c651 dev_info(adev->dev, "UVD 5.0 registers\n"); in uvd_v5_0_print_status()
652 dev_info(adev->dev, " UVD_SEMA_ADDR_LOW=0x%08X\n", in uvd_v5_0_print_status()
654 dev_info(adev->dev, " UVD_SEMA_ADDR_HIGH=0x%08X\n", in uvd_v5_0_print_status()
656 dev_info(adev->dev, " UVD_SEMA_CMD=0x%08X\n", in uvd_v5_0_print_status()
658 dev_info(adev->dev, " UVD_GPCOM_VCPU_CMD=0x%08X\n", in uvd_v5_0_print_status()
660 dev_info(adev->dev, " UVD_GPCOM_VCPU_DATA0=0x%08X\n", in uvd_v5_0_print_status()
662 dev_info(adev->dev, " UVD_GPCOM_VCPU_DATA1=0x%08X\n", in uvd_v5_0_print_status()
664 dev_info(adev->dev, " UVD_ENGINE_CNTL=0x%08X\n", in uvd_v5_0_print_status()
666 dev_info(adev->dev, " UVD_UDEC_ADDR_CONFIG=0x%08X\n", in uvd_v5_0_print_status()
668 dev_info(adev->dev, " UVD_UDEC_DB_ADDR_CONFIG=0x%08X\n", in uvd_v5_0_print_status()
[all …]
Duvd_v6_0.c643 dev_info(adev->dev, "UVD 6.0 registers\n"); in uvd_v6_0_print_status()
644 dev_info(adev->dev, " UVD_SEMA_ADDR_LOW=0x%08X\n", in uvd_v6_0_print_status()
646 dev_info(adev->dev, " UVD_SEMA_ADDR_HIGH=0x%08X\n", in uvd_v6_0_print_status()
648 dev_info(adev->dev, " UVD_SEMA_CMD=0x%08X\n", in uvd_v6_0_print_status()
650 dev_info(adev->dev, " UVD_GPCOM_VCPU_CMD=0x%08X\n", in uvd_v6_0_print_status()
652 dev_info(adev->dev, " UVD_GPCOM_VCPU_DATA0=0x%08X\n", in uvd_v6_0_print_status()
654 dev_info(adev->dev, " UVD_GPCOM_VCPU_DATA1=0x%08X\n", in uvd_v6_0_print_status()
656 dev_info(adev->dev, " UVD_ENGINE_CNTL=0x%08X\n", in uvd_v6_0_print_status()
658 dev_info(adev->dev, " UVD_UDEC_ADDR_CONFIG=0x%08X\n", in uvd_v6_0_print_status()
660 dev_info(adev->dev, " UVD_UDEC_DB_ADDR_CONFIG=0x%08X\n", in uvd_v6_0_print_status()
[all …]
Duvd_v4_2.c708 dev_info(adev->dev, "UVD 4.2 registers\n"); in uvd_v4_2_print_status()
709 dev_info(adev->dev, " UVD_SEMA_ADDR_LOW=0x%08X\n", in uvd_v4_2_print_status()
711 dev_info(adev->dev, " UVD_SEMA_ADDR_HIGH=0x%08X\n", in uvd_v4_2_print_status()
713 dev_info(adev->dev, " UVD_SEMA_CMD=0x%08X\n", in uvd_v4_2_print_status()
715 dev_info(adev->dev, " UVD_GPCOM_VCPU_CMD=0x%08X\n", in uvd_v4_2_print_status()
717 dev_info(adev->dev, " UVD_GPCOM_VCPU_DATA0=0x%08X\n", in uvd_v4_2_print_status()
719 dev_info(adev->dev, " UVD_GPCOM_VCPU_DATA1=0x%08X\n", in uvd_v4_2_print_status()
721 dev_info(adev->dev, " UVD_ENGINE_CNTL=0x%08X\n", in uvd_v4_2_print_status()
723 dev_info(adev->dev, " UVD_UDEC_ADDR_CONFIG=0x%08X\n", in uvd_v4_2_print_status()
725 dev_info(adev->dev, " UVD_UDEC_DB_ADDR_CONFIG=0x%08X\n", in uvd_v4_2_print_status()
[all …]
Dvce_v2_0.c485 dev_info(adev->dev, "VCE 2.0 registers\n"); in vce_v2_0_print_status()
486 dev_info(adev->dev, " VCE_STATUS=0x%08X\n", in vce_v2_0_print_status()
488 dev_info(adev->dev, " VCE_VCPU_CNTL=0x%08X\n", in vce_v2_0_print_status()
490 dev_info(adev->dev, " VCE_VCPU_CACHE_OFFSET0=0x%08X\n", in vce_v2_0_print_status()
492 dev_info(adev->dev, " VCE_VCPU_CACHE_SIZE0=0x%08X\n", in vce_v2_0_print_status()
494 dev_info(adev->dev, " VCE_VCPU_CACHE_OFFSET1=0x%08X\n", in vce_v2_0_print_status()
496 dev_info(adev->dev, " VCE_VCPU_CACHE_SIZE1=0x%08X\n", in vce_v2_0_print_status()
498 dev_info(adev->dev, " VCE_VCPU_CACHE_OFFSET2=0x%08X\n", in vce_v2_0_print_status()
500 dev_info(adev->dev, " VCE_VCPU_CACHE_SIZE2=0x%08X\n", in vce_v2_0_print_status()
502 dev_info(adev->dev, " VCE_SOFT_RESET=0x%08X\n", in vce_v2_0_print_status()
[all …]
Dvce_v3_0.c506 dev_info(adev->dev, "VCE 3.0 registers\n"); in vce_v3_0_print_status()
507 dev_info(adev->dev, " VCE_STATUS=0x%08X\n", in vce_v3_0_print_status()
509 dev_info(adev->dev, " VCE_VCPU_CNTL=0x%08X\n", in vce_v3_0_print_status()
511 dev_info(adev->dev, " VCE_VCPU_CACHE_OFFSET0=0x%08X\n", in vce_v3_0_print_status()
513 dev_info(adev->dev, " VCE_VCPU_CACHE_SIZE0=0x%08X\n", in vce_v3_0_print_status()
515 dev_info(adev->dev, " VCE_VCPU_CACHE_OFFSET1=0x%08X\n", in vce_v3_0_print_status()
517 dev_info(adev->dev, " VCE_VCPU_CACHE_SIZE1=0x%08X\n", in vce_v3_0_print_status()
519 dev_info(adev->dev, " VCE_VCPU_CACHE_OFFSET2=0x%08X\n", in vce_v3_0_print_status()
521 dev_info(adev->dev, " VCE_VCPU_CACHE_SIZE2=0x%08X\n", in vce_v3_0_print_status()
523 dev_info(adev->dev, " VCE_SOFT_RESET=0x%08X\n", in vce_v3_0_print_status()
[all …]
Damdgpu_kms.c428 struct drm_amdgpu_info_device dev_info = {}; in amdgpu_info_ioctl() local
431 dev_info.device_id = dev->pdev->device; in amdgpu_info_ioctl()
432 dev_info.chip_rev = adev->rev_id; in amdgpu_info_ioctl()
433 dev_info.external_rev = adev->external_rev_id; in amdgpu_info_ioctl()
434 dev_info.pci_rev = dev->pdev->revision; in amdgpu_info_ioctl()
435 dev_info.family = adev->family; in amdgpu_info_ioctl()
436 dev_info.num_shader_engines = adev->gfx.config.max_shader_engines; in amdgpu_info_ioctl()
437 dev_info.num_shader_arrays_per_engine = adev->gfx.config.max_sh_per_se; in amdgpu_info_ioctl()
439 dev_info.gpu_counter_freq = amdgpu_asic_get_xclk(adev) * 10; in amdgpu_info_ioctl()
441 dev_info.max_engine_clock = in amdgpu_info_ioctl()
[all …]
Dgmc_v8_0.c1084 dev_info(adev->dev, "GMC 8.x registers\n"); in gmc_v8_0_print_status()
1085 dev_info(adev->dev, " SRBM_STATUS=0x%08X\n", in gmc_v8_0_print_status()
1087 dev_info(adev->dev, " SRBM_STATUS2=0x%08X\n", in gmc_v8_0_print_status()
1090 dev_info(adev->dev, " VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x%08X\n", in gmc_v8_0_print_status()
1092 dev_info(adev->dev, " VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x%08X\n", in gmc_v8_0_print_status()
1094 dev_info(adev->dev, " MC_VM_MX_L1_TLB_CNTL=0x%08X\n", in gmc_v8_0_print_status()
1096 dev_info(adev->dev, " VM_L2_CNTL=0x%08X\n", in gmc_v8_0_print_status()
1098 dev_info(adev->dev, " VM_L2_CNTL2=0x%08X\n", in gmc_v8_0_print_status()
1100 dev_info(adev->dev, " VM_L2_CNTL3=0x%08X\n", in gmc_v8_0_print_status()
1102 dev_info(adev->dev, " VM_L2_CNTL4=0x%08X\n", in gmc_v8_0_print_status()
[all …]
Dgmc_v7_0.c1122 dev_info(adev->dev, "GMC 8.x registers\n"); in gmc_v7_0_print_status()
1123 dev_info(adev->dev, " SRBM_STATUS=0x%08X\n", in gmc_v7_0_print_status()
1125 dev_info(adev->dev, " SRBM_STATUS2=0x%08X\n", in gmc_v7_0_print_status()
1128 dev_info(adev->dev, " VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x%08X\n", in gmc_v7_0_print_status()
1130 dev_info(adev->dev, " VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x%08X\n", in gmc_v7_0_print_status()
1132 dev_info(adev->dev, " MC_VM_MX_L1_TLB_CNTL=0x%08X\n", in gmc_v7_0_print_status()
1134 dev_info(adev->dev, " VM_L2_CNTL=0x%08X\n", in gmc_v7_0_print_status()
1136 dev_info(adev->dev, " VM_L2_CNTL2=0x%08X\n", in gmc_v7_0_print_status()
1138 dev_info(adev->dev, " VM_L2_CNTL3=0x%08X\n", in gmc_v7_0_print_status()
1140 dev_info(adev->dev, " VM_CONTEXT0_PAGE_TABLE_START_ADDR=0x%08X\n", in gmc_v7_0_print_status()
[all …]
Dcik_ih.c373 dev_info(adev->dev, "CIK IH registers\n"); in cik_ih_print_status()
374 dev_info(adev->dev, " SRBM_STATUS=0x%08X\n", in cik_ih_print_status()
376 dev_info(adev->dev, " SRBM_STATUS2=0x%08X\n", in cik_ih_print_status()
378 dev_info(adev->dev, " INTERRUPT_CNTL=0x%08X\n", in cik_ih_print_status()
380 dev_info(adev->dev, " INTERRUPT_CNTL2=0x%08X\n", in cik_ih_print_status()
382 dev_info(adev->dev, " IH_CNTL=0x%08X\n", in cik_ih_print_status()
384 dev_info(adev->dev, " IH_RB_CNTL=0x%08X\n", in cik_ih_print_status()
386 dev_info(adev->dev, " IH_RB_BASE=0x%08X\n", in cik_ih_print_status()
388 dev_info(adev->dev, " IH_RB_WPTR_ADDR_LO=0x%08X\n", in cik_ih_print_status()
390 dev_info(adev->dev, " IH_RB_WPTR_ADDR_HI=0x%08X\n", in cik_ih_print_status()
[all …]
Dcz_ih.c351 dev_info(adev->dev, "CZ IH registers\n"); in cz_ih_print_status()
352 dev_info(adev->dev, " SRBM_STATUS=0x%08X\n", in cz_ih_print_status()
354 dev_info(adev->dev, " SRBM_STATUS2=0x%08X\n", in cz_ih_print_status()
356 dev_info(adev->dev, " INTERRUPT_CNTL=0x%08X\n", in cz_ih_print_status()
358 dev_info(adev->dev, " INTERRUPT_CNTL2=0x%08X\n", in cz_ih_print_status()
360 dev_info(adev->dev, " IH_CNTL=0x%08X\n", in cz_ih_print_status()
362 dev_info(adev->dev, " IH_RB_CNTL=0x%08X\n", in cz_ih_print_status()
364 dev_info(adev->dev, " IH_RB_BASE=0x%08X\n", in cz_ih_print_status()
366 dev_info(adev->dev, " IH_RB_WPTR_ADDR_LO=0x%08X\n", in cz_ih_print_status()
368 dev_info(adev->dev, " IH_RB_WPTR_ADDR_HI=0x%08X\n", in cz_ih_print_status()
[all …]
Diceland_ih.c351 dev_info(adev->dev, "ICELAND IH registers\n"); in iceland_ih_print_status()
352 dev_info(adev->dev, " SRBM_STATUS=0x%08X\n", in iceland_ih_print_status()
354 dev_info(adev->dev, " SRBM_STATUS2=0x%08X\n", in iceland_ih_print_status()
356 dev_info(adev->dev, " INTERRUPT_CNTL=0x%08X\n", in iceland_ih_print_status()
358 dev_info(adev->dev, " INTERRUPT_CNTL2=0x%08X\n", in iceland_ih_print_status()
360 dev_info(adev->dev, " IH_CNTL=0x%08X\n", in iceland_ih_print_status()
362 dev_info(adev->dev, " IH_RB_CNTL=0x%08X\n", in iceland_ih_print_status()
364 dev_info(adev->dev, " IH_RB_BASE=0x%08X\n", in iceland_ih_print_status()
366 dev_info(adev->dev, " IH_RB_WPTR_ADDR_LO=0x%08X\n", in iceland_ih_print_status()
368 dev_info(adev->dev, " IH_RB_WPTR_ADDR_HI=0x%08X\n", in iceland_ih_print_status()
[all …]
Dtonga_ih.c374 dev_info(adev->dev, "TONGA IH registers\n"); in tonga_ih_print_status()
375 dev_info(adev->dev, " SRBM_STATUS=0x%08X\n", in tonga_ih_print_status()
377 dev_info(adev->dev, " SRBM_STATUS2=0x%08X\n", in tonga_ih_print_status()
379 dev_info(adev->dev, " INTERRUPT_CNTL=0x%08X\n", in tonga_ih_print_status()
381 dev_info(adev->dev, " INTERRUPT_CNTL2=0x%08X\n", in tonga_ih_print_status()
383 dev_info(adev->dev, " IH_CNTL=0x%08X\n", in tonga_ih_print_status()
385 dev_info(adev->dev, " IH_RB_CNTL=0x%08X\n", in tonga_ih_print_status()
387 dev_info(adev->dev, " IH_RB_BASE=0x%08X\n", in tonga_ih_print_status()
389 dev_info(adev->dev, " IH_RB_WPTR_ADDR_LO=0x%08X\n", in tonga_ih_print_status()
391 dev_info(adev->dev, " IH_RB_WPTR_ADDR_HI=0x%08X\n", in tonga_ih_print_status()
[all …]
Dgfx_v7_0.c4959 dev_info(adev->dev, "GFX 7.x registers\n"); in gfx_v7_0_print_status()
4960 dev_info(adev->dev, " GRBM_STATUS=0x%08X\n", in gfx_v7_0_print_status()
4962 dev_info(adev->dev, " GRBM_STATUS2=0x%08X\n", in gfx_v7_0_print_status()
4964 dev_info(adev->dev, " GRBM_STATUS_SE0=0x%08X\n", in gfx_v7_0_print_status()
4966 dev_info(adev->dev, " GRBM_STATUS_SE1=0x%08X\n", in gfx_v7_0_print_status()
4968 dev_info(adev->dev, " GRBM_STATUS_SE2=0x%08X\n", in gfx_v7_0_print_status()
4970 dev_info(adev->dev, " GRBM_STATUS_SE3=0x%08X\n", in gfx_v7_0_print_status()
4972 dev_info(adev->dev, " CP_STAT = 0x%08x\n", RREG32(mmCP_STAT)); in gfx_v7_0_print_status()
4973 dev_info(adev->dev, " CP_STALLED_STAT1 = 0x%08x\n", in gfx_v7_0_print_status()
4975 dev_info(adev->dev, " CP_STALLED_STAT2 = 0x%08x\n", in gfx_v7_0_print_status()
[all …]
Dvi.c542 dev_info(adev->dev, " GRBM_STATUS=0x%08X\n", in vi_print_gpu_status_regs()
544 dev_info(adev->dev, " GRBM_STATUS2=0x%08X\n", in vi_print_gpu_status_regs()
546 dev_info(adev->dev, " GRBM_STATUS_SE0=0x%08X\n", in vi_print_gpu_status_regs()
548 dev_info(adev->dev, " GRBM_STATUS_SE1=0x%08X\n", in vi_print_gpu_status_regs()
550 dev_info(adev->dev, " GRBM_STATUS_SE2=0x%08X\n", in vi_print_gpu_status_regs()
552 dev_info(adev->dev, " GRBM_STATUS_SE3=0x%08X\n", in vi_print_gpu_status_regs()
554 dev_info(adev->dev, " SRBM_STATUS=0x%08X\n", in vi_print_gpu_status_regs()
556 dev_info(adev->dev, " SRBM_STATUS2=0x%08X\n", in vi_print_gpu_status_regs()
558 dev_info(adev->dev, " SDMA0_STATUS_REG = 0x%08X\n", in vi_print_gpu_status_regs()
561 dev_info(adev->dev, " SDMA1_STATUS_REG = 0x%08X\n", in vi_print_gpu_status_regs()
[all …]
Dgfx_v8_0.c4112 dev_info(adev->dev, "GFX 8.x registers\n"); in gfx_v8_0_print_status()
4113 dev_info(adev->dev, " GRBM_STATUS=0x%08X\n", in gfx_v8_0_print_status()
4115 dev_info(adev->dev, " GRBM_STATUS2=0x%08X\n", in gfx_v8_0_print_status()
4117 dev_info(adev->dev, " GRBM_STATUS_SE0=0x%08X\n", in gfx_v8_0_print_status()
4119 dev_info(adev->dev, " GRBM_STATUS_SE1=0x%08X\n", in gfx_v8_0_print_status()
4121 dev_info(adev->dev, " GRBM_STATUS_SE2=0x%08X\n", in gfx_v8_0_print_status()
4123 dev_info(adev->dev, " GRBM_STATUS_SE3=0x%08X\n", in gfx_v8_0_print_status()
4125 dev_info(adev->dev, " CP_STAT = 0x%08x\n", RREG32(mmCP_STAT)); in gfx_v8_0_print_status()
4126 dev_info(adev->dev, " CP_STALLED_STAT1 = 0x%08x\n", in gfx_v8_0_print_status()
4128 dev_info(adev->dev, " CP_STALLED_STAT2 = 0x%08x\n", in gfx_v8_0_print_status()
[all …]
Dcik.c1031 dev_info(adev->dev, " GRBM_STATUS=0x%08X\n", in cik_print_gpu_status_regs()
1033 dev_info(adev->dev, " GRBM_STATUS2=0x%08X\n", in cik_print_gpu_status_regs()
1035 dev_info(adev->dev, " GRBM_STATUS_SE0=0x%08X\n", in cik_print_gpu_status_regs()
1037 dev_info(adev->dev, " GRBM_STATUS_SE1=0x%08X\n", in cik_print_gpu_status_regs()
1039 dev_info(adev->dev, " GRBM_STATUS_SE2=0x%08X\n", in cik_print_gpu_status_regs()
1041 dev_info(adev->dev, " GRBM_STATUS_SE3=0x%08X\n", in cik_print_gpu_status_regs()
1043 dev_info(adev->dev, " SRBM_STATUS=0x%08X\n", in cik_print_gpu_status_regs()
1045 dev_info(adev->dev, " SRBM_STATUS2=0x%08X\n", in cik_print_gpu_status_regs()
1047 dev_info(adev->dev, " SDMA0_STATUS_REG = 0x%08X\n", in cik_print_gpu_status_regs()
1049 dev_info(adev->dev, " SDMA1_STATUS_REG = 0x%08X\n", in cik_print_gpu_status_regs()
[all …]
Dcik_sdma.c1070 dev_info(adev->dev, "CIK SDMA registers\n"); in cik_sdma_print_status()
1071 dev_info(adev->dev, " SRBM_STATUS2=0x%08X\n", in cik_sdma_print_status()
1074 dev_info(adev->dev, " SDMA%d_STATUS_REG=0x%08X\n", in cik_sdma_print_status()
1076 dev_info(adev->dev, " SDMA%d_ME_CNTL=0x%08X\n", in cik_sdma_print_status()
1078 dev_info(adev->dev, " SDMA%d_CNTL=0x%08X\n", in cik_sdma_print_status()
1080 dev_info(adev->dev, " SDMA%d_SEM_INCOMPLETE_TIMER_CNTL=0x%08X\n", in cik_sdma_print_status()
1082 dev_info(adev->dev, " SDMA%d_SEM_WAIT_FAIL_TIMER_CNTL=0x%08X\n", in cik_sdma_print_status()
1084 dev_info(adev->dev, " SDMA%d_GFX_IB_CNTL=0x%08X\n", in cik_sdma_print_status()
1086 dev_info(adev->dev, " SDMA%d_GFX_RB_CNTL=0x%08X\n", in cik_sdma_print_status()
1088 dev_info(adev->dev, " SDMA%d_GFX_RB_RPTR=0x%08X\n", in cik_sdma_print_status()
[all …]
Dci_dpm.c6350 dev_info(adev->dev, "CIK DPM registers\n"); in ci_dpm_print_status()
6351 dev_info(adev->dev, " BIOS_SCRATCH_4=0x%08X\n", in ci_dpm_print_status()
6353 dev_info(adev->dev, " MC_ARB_DRAM_TIMING=0x%08X\n", in ci_dpm_print_status()
6355 dev_info(adev->dev, " MC_ARB_DRAM_TIMING2=0x%08X\n", in ci_dpm_print_status()
6357 dev_info(adev->dev, " MC_ARB_BURST_TIME=0x%08X\n", in ci_dpm_print_status()
6359 dev_info(adev->dev, " MC_ARB_DRAM_TIMING_1=0x%08X\n", in ci_dpm_print_status()
6361 dev_info(adev->dev, " MC_ARB_DRAM_TIMING2_1=0x%08X\n", in ci_dpm_print_status()
6363 dev_info(adev->dev, " MC_CG_CONFIG=0x%08X\n", in ci_dpm_print_status()
6365 dev_info(adev->dev, " MC_ARB_CG=0x%08X\n", in ci_dpm_print_status()
6367 dev_info(adev->dev, " DIDT_SQ_CTRL0=0x%08X\n", in ci_dpm_print_status()
[all …]
Dsdma_v2_4.c1086 dev_info(adev->dev, "VI SDMA registers\n"); in sdma_v2_4_print_status()
1087 dev_info(adev->dev, " SRBM_STATUS2=0x%08X\n", in sdma_v2_4_print_status()
1090 dev_info(adev->dev, " SDMA%d_STATUS_REG=0x%08X\n", in sdma_v2_4_print_status()
1092 dev_info(adev->dev, " SDMA%d_F32_CNTL=0x%08X\n", in sdma_v2_4_print_status()
1094 dev_info(adev->dev, " SDMA%d_CNTL=0x%08X\n", in sdma_v2_4_print_status()
1096 dev_info(adev->dev, " SDMA%d_SEM_WAIT_FAIL_TIMER_CNTL=0x%08X\n", in sdma_v2_4_print_status()
1098 dev_info(adev->dev, " SDMA%d_GFX_IB_CNTL=0x%08X\n", in sdma_v2_4_print_status()
1100 dev_info(adev->dev, " SDMA%d_GFX_RB_CNTL=0x%08X\n", in sdma_v2_4_print_status()
1102 dev_info(adev->dev, " SDMA%d_GFX_RB_RPTR=0x%08X\n", in sdma_v2_4_print_status()
1104 dev_info(adev->dev, " SDMA%d_GFX_RB_WPTR=0x%08X\n", in sdma_v2_4_print_status()
[all …]
Dsdma_v3_0.c1246 dev_info(adev->dev, "VI SDMA registers\n"); in sdma_v3_0_print_status()
1247 dev_info(adev->dev, " SRBM_STATUS2=0x%08X\n", in sdma_v3_0_print_status()
1250 dev_info(adev->dev, " SDMA%d_STATUS_REG=0x%08X\n", in sdma_v3_0_print_status()
1252 dev_info(adev->dev, " SDMA%d_F32_CNTL=0x%08X\n", in sdma_v3_0_print_status()
1254 dev_info(adev->dev, " SDMA%d_CNTL=0x%08X\n", in sdma_v3_0_print_status()
1256 dev_info(adev->dev, " SDMA%d_SEM_WAIT_FAIL_TIMER_CNTL=0x%08X\n", in sdma_v3_0_print_status()
1258 dev_info(adev->dev, " SDMA%d_GFX_IB_CNTL=0x%08X\n", in sdma_v3_0_print_status()
1260 dev_info(adev->dev, " SDMA%d_GFX_RB_CNTL=0x%08X\n", in sdma_v3_0_print_status()
1262 dev_info(adev->dev, " SDMA%d_GFX_RB_RPTR=0x%08X\n", in sdma_v3_0_print_status()
1264 dev_info(adev->dev, " SDMA%d_GFX_RB_WPTR=0x%08X\n", in sdma_v3_0_print_status()
[all …]
/linux-4.4.14/drivers/staging/iio/addac/
Dadt7316.c223 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_enabled() local
224 struct adt7316_chip_info *chip = iio_priv(dev_info); in adt7316_show_enabled()
255 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_store_enabled() local
256 struct adt7316_chip_info *chip = iio_priv(dev_info); in adt7316_store_enabled()
279 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_select_ex_temp() local
280 struct adt7316_chip_info *chip = iio_priv(dev_info); in adt7316_show_select_ex_temp()
293 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_store_select_ex_temp() local
294 struct adt7316_chip_info *chip = iio_priv(dev_info); in adt7316_store_select_ex_temp()
323 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_mode() local
324 struct adt7316_chip_info *chip = iio_priv(dev_info); in adt7316_show_mode()
[all …]
/linux-4.4.14/drivers/mfd/
Dstw481x.c94 dev_info(&stw481x->client->dev, "voltages %s\n", in stw481x_startup()
96 dev_info(&stw481x->client->dev, "MMC level shifter %s\n", in stw481x_startup()
98 dev_info(&stw481x->client->dev, "VMMC: %s\n", in stw481x_startup()
101 dev_info(&stw481x->client->dev, "STw481x power control registers:\n"); in stw481x_startup()
119 dev_info(&stw481x->client->dev, "VCORE: %u.%uV %s\n", in stw481x_startup()
123 dev_info(&stw481x->client->dev, "VPLL: %u.%uV %s\n", in stw481x_startup()
127 dev_info(&stw481x->client->dev, "VAUX: %u.%uV %s\n", in stw481x_startup()
135 dev_info(&stw481x->client->dev, "TWARN: %s threshold, %s\n", in stw481x_startup()
139 dev_info(&stw481x->client->dev, "VMMC: %s\n", in stw481x_startup()
141 dev_info(&stw481x->client->dev, "IT WAKE UP: %s\n", in stw481x_startup()
[all …]
Dipaq-micro.c119 dev_info(micro->dev, "no message queued\n"); in micro_rx_msg()
121 dev_info(micro->dev, "expected message %02x\n", in micro_rx_msg()
253 dev_info(micro->dev, "HW version %s\n", str); in ipaq_micro_eeprom_dump()
258 dev_info(micro->dev, "serial number: %s\n", str); in ipaq_micro_eeprom_dump()
265 dev_info(micro->dev, "module ID: %s\n", str); in ipaq_micro_eeprom_dump()
270 dev_info(micro->dev, "product revision: %s\n", str); in ipaq_micro_eeprom_dump()
273 dev_info(micro->dev, "product ID: %u\n", ipaq_micro_to_u16(dump+80)); in ipaq_micro_eeprom_dump()
274 dev_info(micro->dev, "frame rate: %u fps\n", in ipaq_micro_eeprom_dump()
276 dev_info(micro->dev, "page mode: %u\n", ipaq_micro_to_u16(dump+84)); in ipaq_micro_eeprom_dump()
277 dev_info(micro->dev, "country ID: %u\n", ipaq_micro_to_u16(dump+86)); in ipaq_micro_eeprom_dump()
[all …]
Dtps6105x.c44 dev_info(&tps6105x->client->dev, in tps6105x_startup()
48 dev_info(&tps6105x->client->dev, in tps6105x_startup()
52 dev_info(&tps6105x->client->dev, in tps6105x_startup()
56 dev_info(&tps6105x->client->dev, in tps6105x_startup()
133 dev_info(&client->dev, in tps6105x_probe()
Dwm8350-core.c314 dev_info(wm8350->dev, in wm8350_device_init()
331 dev_info(wm8350->dev, "WM8350 Rev E\n"); in wm8350_device_init()
334 dev_info(wm8350->dev, "WM8350 Rev F\n"); in wm8350_device_init()
337 dev_info(wm8350->dev, "WM8350 Rev G\n"); in wm8350_device_init()
341 dev_info(wm8350->dev, "WM8350 Rev H\n"); in wm8350_device_init()
358 dev_info(wm8350->dev, "WM8351 Rev A\n"); in wm8350_device_init()
363 dev_info(wm8350->dev, "WM8351 Rev B\n"); in wm8350_device_init()
380 dev_info(wm8350->dev, "WM8352 Rev A\n"); in wm8350_device_init()
Dsm501.c195 dev_info(sm->dev, "System Control %08x\n", in sm501_dump_regs()
197 dev_info(sm->dev, "Misc Control %08x\n", in sm501_dump_regs()
199 dev_info(sm->dev, "GPIO Control Low %08x\n", in sm501_dump_regs()
201 dev_info(sm->dev, "GPIO Control Hi %08x\n", in sm501_dump_regs()
203 dev_info(sm->dev, "DRAM Control %08x\n", in sm501_dump_regs()
205 dev_info(sm->dev, "Arbitration Ctrl %08x\n", in sm501_dump_regs()
207 dev_info(sm->dev, "Misc Timing %08x\n", in sm501_dump_regs()
213 dev_info(sm->dev, "CurrentGate %08x\n", in sm501_dump_gate()
215 dev_info(sm->dev, "CurrentClock %08x\n", in sm501_dump_gate()
217 dev_info(sm->dev, "PowerModeControl %08x\n", in sm501_dump_gate()
[all …]
Dmenf21bmc.c44 dev_info(&client->dev, in menf21bmc_wdt_exit_prod_mode()
86 dev_info(&client->dev, "FW Revision: %02d.%02d.%02d\n", in menf21bmc_probe()
Dwm831x-core.c1665 dev_info(wm831x->dev, "Device is an engineering sample\n"); in wm831x_device_init()
1679 dev_info(wm831x->dev, "WM8310 revision %c\n", 'A' + rev); in wm831x_device_init()
1691 dev_info(wm831x->dev, "WM8311 revision %c\n", 'A' + rev); in wm831x_device_init()
1703 dev_info(wm831x->dev, "WM8312 revision %c\n", 'A' + rev); in wm831x_device_init()
1709 dev_info(wm831x->dev, "WM8320 revision %c\n", 'A' + rev); in wm831x_device_init()
1715 dev_info(wm831x->dev, "WM8321 revision %c\n", 'A' + rev); in wm831x_device_init()
1721 dev_info(wm831x->dev, "WM8325 revision %c\n", 'A' + rev); in wm831x_device_init()
1727 dev_info(wm831x->dev, "WM8326 revision %c\n", 'A' + rev); in wm831x_device_init()
1852 dev_info(wm831x->dev, "32.768kHz clock disabled, no RTC\n"); in wm831x_device_init()
1917 dev_info(wm831x->dev, in wm831x_device_suspend()
[all …]
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_ctl_drv.c266 dev_info(&GET_DEV(dev), in adf_ctl_is_device_in_use()
353 dev_info(&GET_DEV(accel_dev), in adf_ctl_ioctl_dev_start()
360 dev_info(&GET_DEV(accel_dev), in adf_ctl_ioctl_dev_start()
391 struct adf_dev_status_info dev_info; in adf_ctl_ioctl_get_status() local
394 if (copy_from_user(&dev_info, (void __user *)arg, in adf_ctl_ioctl_get_status()
400 accel_dev = adf_devmgr_get_dev_by_id(dev_info.accel_id); in adf_ctl_ioctl_get_status()
405 dev_info.state = adf_dev_started(accel_dev) ? DEV_UP : DEV_DOWN; in adf_ctl_ioctl_get_status()
406 dev_info.num_ae = hw_data->get_num_aes(hw_data); in adf_ctl_ioctl_get_status()
407 dev_info.num_accel = hw_data->get_num_accels(hw_data); in adf_ctl_ioctl_get_status()
408 dev_info.num_logical_accel = hw_data->num_logical_accel; in adf_ctl_ioctl_get_status()
[all …]
Dadf_aer.c63 dev_info(&pdev->dev, "Acceleration driver hardware error detected.\n"); in adf_error_detected()
94 dev_info(&GET_DEV(accel_dev), "Resetting device qat_dev%d\n", in adf_dev_restore()
101 dev_info(&GET_DEV(accel_dev), in adf_dev_restore()
196 dev_info(&pdev->dev, "Acceleration driver reset completed\n"); in adf_resume()
197 dev_info(&pdev->dev, "Device is up and runnig\n"); in adf_resume()
/linux-4.4.14/drivers/staging/xgifb/
DXGI_main.h21 #define XGISR (xgifb_info->dev_info.P3c4)
22 #define XGICR (xgifb_info->dev_info.P3d4)
23 #define XGIDACA (xgifb_info->dev_info.P3c8)
24 #define XGIDACD (xgifb_info->dev_info.P3c9)
25 #define XGIPART1 (xgifb_info->dev_info.Part1Port)
26 #define XGIPART2 (xgifb_info->dev_info.Part2Port)
27 #define XGIPART3 (xgifb_info->dev_info.Part3Port)
28 #define XGIPART4 (xgifb_info->dev_info.Part4Port)
29 #define XGIPART5 (xgifb_info->dev_info.Part5Port)
DXGI_main_26.c1682 dev_info(&pdev->dev, "Relocate IO address: %Lx [%08lx]\n", in xgifb_probe()
1696 XGIRegInit(&xgifb_info->dev_info, xgifb_info->vga_base); in xgifb_probe()
1730 dev_info(&pdev->dev, "chipid = %x\n", xgifb_info->chip); in xgifb_probe()
1774 dev_info(&pdev->dev, in xgifb_probe()
1780 dev_info(&pdev->dev, in xgifb_probe()
1816 dev_info(&pdev->dev, in xgifb_probe()
1821 dev_info(&pdev->dev, in xgifb_probe()
1826 dev_info(&pdev->dev, "XGI301 bridge detected\n"); in xgifb_probe()
1833 dev_info(&pdev->dev, in xgifb_probe()
1838 dev_info(&pdev->dev, in xgifb_probe()
[all …]
/linux-4.4.14/net/caif/
Dcfsrvl.c47 if (phyid != service->dev_info.id) in cfservl_ctrlcmd()
55 if (phyid != service->dev_info.id) in cfservl_ctrlcmd()
124 info->dev_info = &service->dev_info; in cfservl_modemcmd()
145 info->dev_info = &service->dev_info; in cfservl_modemcmd()
163 struct dev_info *dev_info, in cfsrvl_init() argument
173 service->dev_info = *dev_info; in cfsrvl_init()
190 return servl->dev_info.id; in cfsrvl_getphyid()
196 return servl->dev_info.id == phyid; in cfsrvl_phyid_match()
Dcfdbgl.c20 struct cflayer *cfdbgl_create(u8 channel_id, struct dev_info *dev_info) in cfdbgl_create() argument
26 cfsrvl_init(dbg, channel_id, dev_info, false); in cfdbgl_create()
52 info->dev_info = &service->dev_info; in cfdbgl_transmit()
Dcfvidl.c22 struct cflayer *cfvidl_create(u8 channel_id, struct dev_info *dev_info) in cfvidl_create() argument
29 cfsrvl_init(vid, channel_id, dev_info, false); in cfvidl_create()
63 info->dev_info = &service->dev_info; in cfvidl_transmit()
Dcfcnfg.c43 struct dev_info dev_info; member
148 static struct dev_info *cfcnfg_get_phyid(struct cfcnfg *cnfg, in cfcnfg_get_phyid()
158 return &phy->dev_info; in cfcnfg_get_phyid()
164 return &phy->dev_info; in cfcnfg_get_phyid()
222 struct dev_info *dev_info; in caif_connect_req_to_link_param() local
246 dev_info = cfcnfg_get_phyid(cnfg, pref); in caif_connect_req_to_link_param()
247 if (dev_info == NULL) in caif_connect_req_to_link_param()
249 l->phyid = dev_info->id; in caif_connect_req_to_link_param()
418 servicel = cfvei_create(channel_id, &phyinfo->dev_info); in cfcnfg_linkup_rsp()
422 &phyinfo->dev_info); in cfcnfg_linkup_rsp()
[all …]
Dcfveil.c26 struct cflayer *cfvei_create(u8 channel_id, struct dev_info *dev_info) in cfvei_create() argument
32 cfsrvl_init(vei, channel_id, dev_info, true); in cfvei_create()
96 info->dev_info = &service->dev_info; in cfvei_transmit()
Dcfdgml.c27 struct cflayer *cfdgml_create(u8 channel_id, struct dev_info *dev_info) in cfdgml_create() argument
33 cfsrvl_init(dgm, channel_id, dev_info, true); in cfdgml_create()
112 info->dev_info = &service->dev_info; in cfdgml_transmit()
Dcfutill.c27 struct cflayer *cfutill_create(u8 channel_id, struct dev_info *dev_info) in cfutill_create() argument
33 cfsrvl_init(util, channel_id, dev_info, true); in cfutill_create()
102 info->dev_info = &service->dev_info; in cfutill_transmit()
Dcfmuxl.c137 static struct cflayer *get_dn(struct cfmuxl *muxl, struct dev_info *dev_info) in get_dn() argument
140 int idx = dev_info->id % DN_CACHE_SIZE; in get_dn()
142 if (dn == NULL || dn->id != dev_info->id) { in get_dn()
144 dn = get_from_id(&muxl->frml_list, dev_info->id); in get_dn()
222 dn = get_dn(muxl, info->dev_info); in cfmuxl_transmit()
225 info->dev_info->id, info->dev_info->id); in cfmuxl_transmit()
Dcfrfml.c45 struct cflayer *cfrfml_create(u8 channel_id, struct dev_info *dev_info, in cfrfml_create() argument
54 cfsrvl_init(&this->serv, channel_id, dev_info, false); in cfrfml_create()
184 rfml->serv.dev_info.id); in cfrfml_receive()
208 cfpkt_info(pkt)->dev_info = &rfml->serv.dev_info; in cfrfml_transmit_segment()
292 rfml->serv.dev_info.id); in cfrfml_transmit()
Dcfctrl.c37 struct dev_info dev_info; in cfctrl_create() local
43 memset(&dev_info, 0, sizeof(dev_info)); in cfctrl_create()
44 dev_info.id = 0xff; in cfctrl_create()
45 cfsrvl_init(&this->serv, 0, &dev_info, false); in cfctrl_create()
173 info->dev_info = &cfctrl->serv.dev_info; in init_info()
191 cfpkt_info(pkt)->dev_info->id = physlinkid; in cfctrl_enum_req()
192 cfctrl->serv.dev_info.id = physlinkid; in cfctrl_enum_req()
287 cfpkt_info(pkt)->dev_info->id = param->phyid; in cfctrl_linkup_request()
/linux-4.4.14/drivers/net/ethernet/ti/
Ddavinci_cpdma.c380 dev_info(dev, "CPDMA: state: %s", cpdma_state_str[ctlr->state]); in cpdma_ctlr_dump()
382 dev_info(dev, "CPDMA: txidver: %x", in cpdma_ctlr_dump()
384 dev_info(dev, "CPDMA: txcontrol: %x", in cpdma_ctlr_dump()
386 dev_info(dev, "CPDMA: txteardown: %x", in cpdma_ctlr_dump()
388 dev_info(dev, "CPDMA: rxidver: %x", in cpdma_ctlr_dump()
390 dev_info(dev, "CPDMA: rxcontrol: %x", in cpdma_ctlr_dump()
392 dev_info(dev, "CPDMA: softreset: %x", in cpdma_ctlr_dump()
394 dev_info(dev, "CPDMA: rxteardown: %x", in cpdma_ctlr_dump()
396 dev_info(dev, "CPDMA: txintstatraw: %x", in cpdma_ctlr_dump()
398 dev_info(dev, "CPDMA: txintstatmasked: %x", in cpdma_ctlr_dump()
[all …]
Ddavinci_emac.c394 dev_info(emac_dev, "EMAC Basic registers\n"); in emac_dump_regs()
396 dev_info(emac_dev, "EMAC: EWCTL: %08X, EWINTTCNT: %08X\n", in emac_dump_regs()
400 dev_info(emac_dev, "EMAC: EmuControl:%08X, FifoControl: %08X\n", in emac_dump_regs()
402 dev_info(emac_dev, "EMAC: MBPEnable:%08X, RXUnicastSet: %08X, "\ in emac_dump_regs()
405 dev_info(emac_dev, "EMAC: MacControl:%08X, MacStatus: %08X, "\ in emac_dump_regs()
408 dev_info(emac_dev, "EMAC Statistics\n"); in emac_dump_regs()
409 dev_info(emac_dev, "EMAC: rx_good_frames:%d\n", in emac_dump_regs()
411 dev_info(emac_dev, "EMAC: rx_broadcast_frames:%d\n", in emac_dump_regs()
413 dev_info(emac_dev, "EMAC: rx_multicast_frames:%d\n", in emac_dump_regs()
415 dev_info(emac_dev, "EMAC: rx_pause_frames:%d\n", in emac_dump_regs()
[all …]
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
D21142.c43 dev_info(&dev->dev, "21143 negotiation status %08x, %s\n", in t21142_media_task()
56 dev_info(&dev->dev, in t21142_media_task()
64 dev_info(&dev->dev, in t21142_media_task()
73 dev_info(&dev->dev, in t21142_media_task()
93 dev_info(&dev->dev, "Testing new 21143 media %s\n", in t21142_media_task()
150 dev_info(&dev->dev, in t21142_lnk_change()
175 dev_info(&dev->dev, in t21142_lnk_change()
181 dev_info(&dev->dev, in t21142_lnk_change()
225 dev_info(&dev->dev, "21143 %s link beat %s\n", in t21142_lnk_change()
237 dev_info(&dev->dev, "21143 10baseT link beat good\n"); in t21142_lnk_change()
[all …]
Dpnic2.c87 dev_info(&dev->dev, "PNIC2 negotiation status %08x\n", in pnic2_timer()
180 dev_info(&dev->dev, in pnic2_lnk_change()
214 dev_info(&dev->dev, in pnic2_lnk_change()
230 dev_info(&dev->dev, in pnic2_lnk_change()
283 dev_info(&dev->dev, in pnic2_lnk_change()
340 dev_info(&dev->dev, "PNIC2 %s link beat %s\n", in pnic2_lnk_change()
365 dev_info(&dev->dev, "PNIC2 %s link beat %s\n", in pnic2_lnk_change()
386 dev_info(&dev->dev, "PNIC2 Link Change Default?\n"); in pnic2_lnk_change()
/linux-4.4.14/drivers/pci/
Dsetup-res.c119 dev_info(&dev->dev, "can't claim BAR %d %pR: no address assigned\n", in pci_claim_resource()
126 dev_info(&dev->dev, "can't claim BAR %d %pR: no compatible bridge window\n", in pci_claim_resource()
134 dev_info(&dev->dev, "can't claim BAR %d %pR: address conflict with %s %pR\n", in pci_claim_resource()
146 dev_info(&dev->dev, "disabling bridge mem windows\n"); in pci_disable_bridge_window()
195 dev_info(&dev->dev, "BAR %d: trying firmware assignment %pR\n", in pci_revert_fw_address()
199 dev_info(&dev->dev, "BAR %d: %pR conflicts with %s %pR\n", in pci_revert_fw_address()
282 dev_info(&dev->dev, "BAR %d: can't assign %pR (bogus alignment)\n", in pci_assign_resource()
296 dev_info(&dev->dev, "BAR %d: no space for %pR\n", resno, res); in pci_assign_resource()
301 dev_info(&dev->dev, "BAR %d: failed to assign %pR\n", resno, in pci_assign_resource()
308 dev_info(&dev->dev, "BAR %d: assigned %pR\n", resno, res); in pci_assign_resource()
[all …]
Dquirks.c67 dev_info(&d->dev, "PIIX3: Enabling Passive Release\n"); in quirk_passive_release()
87 dev_info(&dev->dev, "Activating ISA DMA hang workarounds\n"); in quirk_isa_dma_hangs()
116 dev_info(&dev->dev, FW_BUG "TigerPoint LPC.BM_STS cleared\n"); in quirk_tigerpoint_bm_sts()
128 dev_info(&dev->dev, "Disabling direct PCI/PCI transfers\n"); in quirk_nopcipci()
141 dev_info(&dev->dev, "Chipset erratum: Disabling direct PCI/AGP transfers\n"); in quirk_nopciamd()
153 dev_info(&dev->dev, "Limiting direct PCI/PCI transfers\n"); in quirk_triton()
213 dev_info(&dev->dev, "Applying VIA southbridge workaround\n"); in quirk_vialatency()
231 dev_info(&dev->dev, "Limiting direct PCI/PCI transfers\n"); in quirk_viaetbf()
240 dev_info(&dev->dev, "Limiting direct PCI/PCI transfers\n"); in quirk_vsfx()
255 dev_info(&dev->dev, "Limiting direct PCI/PCI transfers\n"); in quirk_alimagik()
[all …]
Dsetup-bus.c531 dev_info(&bridge->dev, "CardBus bridge to %pR\n", in pci_setup_cardbus()
541 dev_info(&bridge->dev, " bridge window %pR\n", res); in pci_setup_cardbus()
551 dev_info(&bridge->dev, " bridge window %pR\n", res); in pci_setup_cardbus()
561 dev_info(&bridge->dev, " bridge window %pR\n", res); in pci_setup_cardbus()
571 dev_info(&bridge->dev, " bridge window %pR\n", res); in pci_setup_cardbus()
614 dev_info(&bridge->dev, " bridge window %pR\n", res); in pci_setup_bridge_io()
640 dev_info(&bridge->dev, " bridge window %pR\n", res); in pci_setup_bridge_mmio()
669 dev_info(&bridge->dev, " bridge window %pR\n", res); in pci_setup_bridge_mmio_pref()
684 dev_info(&bridge->dev, "PCI bridge to %pR\n", in __pci_setup_bridge()
951 dev_info(&bus->self->dev, "disabling bridge window %pR to %pR (unused)\n", in pbus_size_io()
[all …]
Dxen-pcifront.c193 dev_info(&pdev->xdev->dev, in pcifront_bus_read()
202 dev_info(&pdev->xdev->dev, "read got back value %x\n", in pcifront_bus_read()
232 dev_info(&pdev->xdev->dev, in pcifront_bus_write()
403 dev_info(&pdev->xdev->dev, "claiming resource %s/%d\n", in pcifront_claim_resource()
437 dev_info(&pdev->xdev->dev, "New device on " in pcifront_scan_bus()
470 dev_info(&pdev->xdev->dev, "Creating PCI Frontend Bus %04x:%02x\n", in pcifront_scan_root()
537 dev_info(&pdev->xdev->dev, "Rescanning PCI Frontend Bus %04x:%02x\n", in pcifront_rescan_root()
695 dev_info(&pdev->xdev->dev, "Installing PCI frontend\n"); in pcifront_connect_and_init_dma()
715 dev_info(&pdev->xdev->dev, in pcifront_disconnect()
Dprobe.c254 dev_info(&dev->dev, FW_BUG "reg 0x%x: invalid BAR (can't size)\n", in __pci_read_base()
275 dev_info(&dev->dev, "reg 0x%x: can't handle BAR above 4GB (bus address %#010llx)\n", in __pci_read_base()
302 dev_info(&dev->dev, "reg 0x%x: initial BAR value %#010llx invalid\n", in __pci_read_base()
464 dev_info(&dev->dev, "PCI bridge to %pR%s\n", in pci_read_bridge_bases()
830 dev_info(&dev->dev, "bridge configuration invalid ([bus %02x-%02x]), reconfiguring\n", in pci_scan_bridge()
978 dev_info(&child->dev, "%pR %s hidden behind%s bridge %s %pR\n", in pci_scan_bridge()
1229 dev_info(&dev->dev, "device has non-compliant BARs; disabling IO/MEM decoding\n"); in pci_setup_device()
1260 dev_info(&dev->dev, "legacy IDE quirk: reg 0x10: %pR\n", in pci_setup_device()
1267 dev_info(&dev->dev, "legacy IDE quirk: reg 0x14: %pR\n", in pci_setup_device()
1276 dev_info(&dev->dev, "legacy IDE quirk: reg 0x18: %pR\n", in pci_setup_device()
[all …]
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorchipset.c992 device_epilog(struct visor_device *dev_info, in device_epilog() argument
1003 if (!dev_info) { in device_epilog()
1010 if (dev_info->pending_msg_hdr) { in device_epilog()
1013 pmsg_hdr = dev_info->pending_msg_hdr; in device_epilog()
1026 dev_info->pending_msg_hdr = pmsg_hdr; in device_epilog()
1034 (*notifiers->device_create) (dev_info); in device_epilog()
1044 (*notifiers->device_resume) (dev_info); in device_epilog()
1056 (*notifiers->device_pause) (dev_info); in device_epilog()
1063 (*notifiers->device_destroy) (dev_info); in device_epilog()
1204 struct visor_device *dev_info = NULL; in my_device_create() local
[all …]
Dvisorbus_main.c131 static void chipset_device_create(struct visor_device *dev_info);
132 static void chipset_device_destroy(struct visor_device *dev_info);
133 static void chipset_device_pause(struct visor_device *dev_info);
134 static void chipset_device_resume(struct visor_device *dev_info);
606 struct ultra_vbus_deviceinfo dev_info; in client_bus_info_show() local
621 &dev_info, sizeof(dev_info)); in client_bus_info_show()
623 x = vbuschannel_devinfo_to_string(&dev_info, p, in client_bus_info_show()
632 &dev_info, sizeof(dev_info)); in client_bus_info_show()
634 x = vbuschannel_devinfo_to_string(&dev_info, p, in client_bus_info_show()
639 off = offsetof(struct spar_vbus_channel_protocol, dev_info); in client_bus_info_show()
[all …]
/linux-4.4.14/drivers/soc/versatile/
Dsoc-integrator.c146 dev_info(dev, "Detected ARM core module:\n"); in integrator_soc_init()
147 dev_info(dev, " Manufacturer: %02x\n", (val >> 24)); in integrator_soc_init()
148 dev_info(dev, " Architecture: %s\n", integrator_arch_str(val)); in integrator_soc_init()
149 dev_info(dev, " FPGA: %s\n", integrator_fpga_str(val)); in integrator_soc_init()
150 dev_info(dev, " Build: %02x\n", (val >> 4) & 0xFF); in integrator_soc_init()
151 dev_info(dev, " Rev: %c\n", ('A' + (val & 0x03))); in integrator_soc_init()
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Drtl_pci.c62 dev_info(&pdev->dev, in rtl92e_check_adapter()
68 dev_info(&pdev->dev, in rtl92e_check_adapter()
74 dev_info(&pdev->dev, in rtl92e_check_adapter()
83 dev_info(&pdev->dev, in rtl92e_check_adapter()
86 dev_info(&pdev->dev, in rtl92e_check_adapter()
/linux-4.4.14/drivers/pcmcia/
Dti113x.h344 dev_info(&socket->dev->dev, in ti113x_use_isa_irq()
375 dev_info(&socket->dev->dev, "TI: mfunc 0x%08x, devctl 0x%02x\n", in ti12xx_irqroute_func0()
390 dev_info(&socket->dev->dev, in ti12xx_irqroute_func0()
415 dev_info(&socket->dev->dev, in ti12xx_irqroute_func0()
431 dev_info(&socket->dev->dev, in ti12xx_irqroute_func0()
463 dev_info(&socket->dev->dev, "TI: parallel PCI interrupts ok\n"); in ti12xx_irqroute_func0()
475 dev_info(&socket->dev->dev, in ti12xx_irqroute_func0()
548 dev_info(&socket->dev->dev, "TI: mfunc 0x%08x, devctl 0x%02x\n", in ti12xx_irqroute_func1()
568 dev_info(&socket->dev->dev, in ti12xx_irqroute_func1()
578 dev_info(&socket->dev->dev, in ti12xx_irqroute_func1()
[all …]
Do2micro.h155 dev_info(&socket->dev->dev, in o2micro_override()
162 dev_info(&socket->dev->dev, in o2micro_override()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dparam.c186 dev_info(&adapter->pdev->dev, "%s Enabled\n", in e1000_validate_option()
190 dev_info(&adapter->pdev->dev, "%s Disabled\n", in e1000_validate_option()
197 dev_info(&adapter->pdev->dev, "%s set to %i\n", in e1000_validate_option()
210 dev_info(&adapter->pdev->dev, "%s\n", in e1000_validate_option()
221 dev_info(&adapter->pdev->dev, "Invalid %s value specified (%i) %s\n", in e1000_validate_option()
361 dev_info(&adapter->pdev->dev, in e1000e_check_options()
369 dev_info(&adapter->pdev->dev, "%s turned off\n", in e1000e_check_options()
373 dev_info(&adapter->pdev->dev, in e1000e_check_options()
378 dev_info(&adapter->pdev->dev, in e1000e_check_options()
384 dev_info(&adapter->pdev->dev, in e1000e_check_options()
[all …]
/linux-4.4.14/samples/rpmsg/
Drpmsg_client_sample.c33 dev_info(&rpdev->dev, "incoming msg %d (src: 0x%x)\n", ++rx_count, src); in rpmsg_sample_cb()
40 dev_info(&rpdev->dev, "goodbye!\n"); in rpmsg_sample_cb()
54 dev_info(&rpdev->dev, "new channel: 0x%x -> 0x%x!\n", in rpmsg_sample_probe()
69 dev_info(&rpdev->dev, "rpmsg sample client driver is removed\n"); in rpmsg_sample_remove()
/linux-4.4.14/drivers/fmc/
Dfmc-write-eeprom.c51 dev_info(&fmc->dev, "write %i bytes at 0x%04x\n", in fwe_run_tlv()
64 dev_info(&fmc->dev, "write_eeprom: success\n"); in fwe_run_tlv()
72 dev_info(&fmc->dev, "programming %zi bytes\n", fw->size); in fwe_run_bin()
75 dev_info(&fmc->dev, "write_eeprom: error %i\n", ret); in fwe_run_bin()
78 dev_info(&fmc->dev, "write_eeprom: success\n"); in fwe_run_bin()
Dfmc-fakedev.c109 dev_info(&fmc->dev, "reprogramming with %s\n", gw); in ff_reprogram()
185 dev_info(&fmc->dev, "write_eeprom: offset %i, size %zi\n", in ff_eeprom_write()
329 dev_info(&ff->dev, "Mezzanine %i: eeprom \"%s\"\n", i, in ff_init()
/linux-4.4.14/drivers/uio/
Duio_pdrv_genirq.c63 static irqreturn_t uio_pdrv_genirq_handler(int irq, struct uio_info *dev_info) in uio_pdrv_genirq_handler() argument
65 struct uio_pdrv_genirq_platdata *priv = dev_info->priv; in uio_pdrv_genirq_handler()
79 static int uio_pdrv_genirq_irqcontrol(struct uio_info *dev_info, s32 irq_on) in uio_pdrv_genirq_irqcontrol() argument
81 struct uio_pdrv_genirq_platdata *priv = dev_info->priv; in uio_pdrv_genirq_irqcontrol()
95 enable_irq(dev_info->irq); in uio_pdrv_genirq_irqcontrol()
98 disable_irq_nosync(dev_info->irq); in uio_pdrv_genirq_irqcontrol()
Duio_aec.c54 static irqreturn_t aectc_irq(int irq, struct uio_info *dev_info) in aectc_irq() argument
56 void __iomem *int_flag = dev_info->priv + INTA_DRVR_ADDR; in aectc_irq()
62 status = ioread8(dev_info->priv + MAILBOX); in aectc_irq()
71 dev_info(&pdev->dev, "PCI-TC board vendor: %x%x number: %x%x" in print_board_data()
Duio_netx.c33 static irqreturn_t netx_handler(int irq, struct uio_info *dev_info) in netx_handler() argument
35 void __iomem *int_enable_reg = dev_info->mem[0].internal_addr in netx_handler()
37 void __iomem *int_status_reg = dev_info->mem[0].internal_addr in netx_handler()
105 dev_info(&dev->dev, "Found %s card, registered UIO device.\n", in netx_pci_probe()
Duio_dmem_genirq.c108 static irqreturn_t uio_dmem_genirq_handler(int irq, struct uio_info *dev_info) in uio_dmem_genirq_handler() argument
110 struct uio_dmem_genirq_platdata *priv = dev_info->priv; in uio_dmem_genirq_handler()
122 static int uio_dmem_genirq_irqcontrol(struct uio_info *dev_info, s32 irq_on) in uio_dmem_genirq_irqcontrol() argument
124 struct uio_dmem_genirq_platdata *priv = dev_info->priv; in uio_dmem_genirq_irqcontrol()
137 enable_irq(dev_info->irq); in uio_dmem_genirq_irqcontrol()
140 disable_irq(dev_info->irq); in uio_dmem_genirq_irqcontrol()
Duio_cif.c29 static irqreturn_t hilscher_handler(int irq, struct uio_info *dev_info) in hilscher_handler() argument
31 void __iomem *plx_intscr = dev_info->mem[0].internal_addr in hilscher_handler()
/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_sasem.c186 dev_info(&context->dev->dev, in deregister_from_lirc()
231 dev_info(&interface->dev, "VFD port opened\n"); in vfd_open()
297 dev_info(&context->dev->dev, "VFD port closed\n"); in vfd_close()
511 dev_info(&context->dev->dev, "IR port opened\n"); in ir_open()
580 dev_info(&context->dev->dev, "Incoming data: %*ph\n", len, buf); in incoming_packet()
681 dev_info(&interface->dev, "%s: found Sasem device\n", __func__); in sasem_probe()
709 dev_info(&interface->dev, in sasem_probe()
718 dev_info(&interface->dev, in sasem_probe()
732 dev_info(&interface->dev, in sasem_probe()
803 dev_info(&interface->dev, in sasem_probe()
[all …]
Dlirc_imon.c213 dev_info(&context->usbdev->dev, in deregister_from_lirc()
262 dev_info(context->driver->dev, "display port opened\n"); in display_open()
300 dev_info(context->driver->dev, "display port closed\n"); in display_close()
503 dev_info(context->driver->dev, "IR port opened\n"); in ir_open()
525 dev_info(context->driver->dev, "IR port closed\n"); in ir_close()
597 dev_info(dev, "raw packet: %*ph\n", len, buf); in imon_incoming_packet()
837 dev_info(dev, "Registered iMON driver (lirc minor: %d)\n", in imon_probe()
879 dev_info(dev, "%s: could not get a minor number for display\n", in imon_probe()
884 dev_info(dev, "iMON device (%04x:%04x, intf%d) on usb<%d:%d> initialized\n", in imon_probe()
956 dev_info(&interface->dev, "%s: iMON device (intf%d) disconnected\n", in imon_disconnect()
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-socfpga.c93 dev_info(dev, "Could not get reset control!\n"); in socfpga_dwmac_parse_data()
103 dev_info(dev, "No sysmgr-syscon node found\n"); in socfpga_dwmac_parse_data()
109 dev_info(dev, "Could not read reg_offset from sysmgr-syscon!\n"); in socfpga_dwmac_parse_data()
115 dev_info(dev, "Could not read reg_shift from sysmgr-syscon!\n"); in socfpga_dwmac_parse_data()
122 dev_info(dev, "Missing emac splitter address\n"); in socfpga_dwmac_parse_data()
128 dev_info(dev, "Failed to mapping emac splitter\n"); in socfpga_dwmac_parse_data()
Ddwmac-rk.c346 dev_info(dev, "clock input from PHY\n"); in gmac_clk_init()
481 dev_info(dev, "clock input or output? (%s).\n", in rk_gmac_setup()
496 dev_info(dev, "TX delay(0x%x).\n", value); in rk_gmac_setup()
507 dev_info(dev, "RX delay(0x%x).\n", value); in rk_gmac_setup()
517 dev_info(dev, "init for RGMII\n"); in rk_gmac_setup()
521 dev_info(dev, "init for RMII\n"); in rk_gmac_setup()
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_plx.c26 static char *dev_info = "hostap_plx"; variable
272 dev_info); in prism2_plx_cor_sreset()
355 dev_info, cis[0], cis[1], cis[2], cis[3], cis[4], cis[5]); in prism2_plx_check_cis()
381 "cor_offset=0x%x\n", dev_info, in prism2_plx_check_cis()
385 "attr_mem\n", dev_info); in prism2_plx_check_cis()
397 dev_info, manfid1, manfid2); in prism2_plx_check_cis()
414 " not supported card\n", dev_info, manfid1, manfid2); in prism2_plx_check_cis()
418 printk(KERN_WARNING "%s: invalid CIS data\n", dev_info); in prism2_plx_check_cis()
424 "errors during CIS verification\n", dev_info); in prism2_plx_check_cis()
477 "0x%02x, was=0x%02x)\n", dev_info, in prism2_plx_probe()
[all …]
/linux-4.4.14/drivers/extcon/
Dextcon-palmas.c65 dev_info(palmas_usb->dev, "USB cable is attached\n"); in palmas_vbus_irq_handler()
74 dev_info(palmas_usb->dev, "USB cable is detached\n"); in palmas_vbus_irq_handler()
102 dev_info(palmas_usb->dev, "USB-HOST cable is attached\n"); in palmas_id_irq_handler()
110 dev_info(palmas_usb->dev, "USB-HOST cable is detached\n"); in palmas_id_irq_handler()
115 dev_info(palmas_usb->dev, "USB-HOST cable is detached\n"); in palmas_id_irq_handler()
120 dev_info(palmas_usb->dev, " USB-HOST cable is attached\n"); in palmas_id_irq_handler()
141 dev_info(palmas_usb->dev, "USB-HOST cable is detached\n"); in palmas_gpio_id_detect()
144 dev_info(palmas_usb->dev, "USB-HOST cable is attached\n"); in palmas_gpio_id_detect()
Dextcon-max77693.c295 dev_info(info->dev, in max77693_muic_set_path()
464 dev_info(info->dev, in max77693_muic_dock_handler()
625 dev_info(info->dev, in max77693_muic_jig_handler()
666 dev_info(info->dev, in max77693_muic_adc_handler()
749 dev_info(info->dev, in max77693_muic_adc_handler()
775 dev_info(info->dev, in max77693_muic_chg_handler()
1222 dev_info(info->dev, "device ID : 0x%x\n", id); in max77693_muic_probe()
/linux-4.4.14/drivers/pps/
Dkc.c59 dev_info(pps->dev, "unbound kernel" in pps_kc_bind()
73 dev_info(pps->dev, "bound kernel consumer: " in pps_kc_bind()
99 dev_info(pps->dev, "unbound kernel consumer" in pps_kc_remove()
/linux-4.4.14/drivers/misc/
Dlattice-ecp3-config.c114 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()
Dcs5535-mfgpt.c202 dev_info(&mfgpt->pdev->dev, "registered timer %d\n", timer_nr); in cs5535_mfgpt_alloc_timer()
353 dev_info(&pdev->dev, "reserved resource region %pR\n", res); in cs5535_mfgpt_probe()
357 dev_info(&pdev->dev, "%d MFGPT timers available\n", t); in cs5535_mfgpt_probe()
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
Dqede_ethtool.c220 if (edev->dev_info.common.is_mf) { in qede_set_settings()
280 edev->dev_info.common.fw_major, in qede_get_drvinfo()
281 edev->dev_info.common.fw_minor, in qede_get_drvinfo()
282 edev->dev_info.common.fw_rev, in qede_get_drvinfo()
283 edev->dev_info.common.fw_eng); in qede_get_drvinfo()
286 (edev->dev_info.common.mfw_rev >> 24) & 0xFF, in qede_get_drvinfo()
287 (edev->dev_info.common.mfw_rev >> 16) & 0xFF, in qede_get_drvinfo()
288 (edev->dev_info.common.mfw_rev >> 8) & 0xFF, in qede_get_drvinfo()
289 edev->dev_info.common.mfw_rev & 0xFF); in qede_get_drvinfo()
Dqede.h113 struct qed_dev_eth_info dev_info; member
114 #define QEDE_MAX_RSS_CNT(edev) ((edev)->dev_info.num_queues)
115 #define QEDE_MAX_TSS_CNT(edev) ((edev)->dev_info.num_queues * \
116 (edev)->dev_info.num_tc)
/linux-4.4.14/drivers/char/agp/
Damd64-agp.c304 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 …]
Dbackend.c281 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()
Dsis-agp.c81 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()
Duninorth-agp.c116 dev_info(&agp_bridge->dev->dev, "configuring for size idx: %d\n", in uninorth_configure()
177 dev_info(&agp_bridge->dev->dev, in uninorth_insert_memory()
323 dev_info(&pdev->dev, "disabling AGP on device %s\n", in agp_uninorth_suspend()
334 dev_info(&pdev->dev, "disabling AGP on bridge\n"); in agp_uninorth_suspend()
615 dev_info(&pdev->dev, "Apple %s chipset\n", in agp_uninorth_probe()
/linux-4.4.14/drivers/media/platform/s5p-tv/
Dsdo_drv.c107 dev_info(sdev->dev, #reg_id " = %08x\n", \ in sdo_reg_debug()
189 dev_info(dev, "sdo_s_power(%d)\n", on); in sdo_s_power()
211 dev_info(sdev->dev, "fout_vpll.rate = %lu\n", in sdo_streamon()
281 dev_info(dev, "suspend\n"); in sdo_runtime_suspend()
294 dev_info(dev, "resume\n"); in sdo_runtime_resume()
346 dev_info(dev, "probe start\n"); in sdo_probe()
418 dev_info(dev, "fout_vpll.rate = %lu\n", clk_get_rate(sclk_vpll)); in sdo_probe()
456 dev_info(dev, "probe succeeded\n"); in sdo_probe()
468 dev_info(dev, "probe failed\n"); in sdo_probe()
484 dev_info(&pdev->dev, "remove successful\n"); in sdo_remove()
Dsii9234_drv.c162 dev_info(dev, "chip: SiL%02x family: %02x, rev: %02x\n", in sii9234_verify_version()
164 dev_info(dev, "tpi_rev:%02x, hdcp: %02x\n", tpi_rev, hdcp); in sii9234_verify_version()
236 dev_info(dev, "suspend start\n"); in sii9234_runtime_suspend()
251 dev_info(dev, "resume start\n"); in sii9234_runtime_resume()
363 dev_info(dev, "probe successful\n"); in sii9234_probe()
385 dev_info(dev, "remove successful\n"); in sii9234_remove()
Dhdmiphy_drv.c205 dev_info(dev, "s_dv_timings\n"); in hdmiphy_s_dv_timings()
246 dev_info(dev, "s_stream(%d)\n", enable); in hdmiphy_s_stream()
290 dev_info(&client->dev, "probe successful\n"); in hdmiphy_probe()
300 dev_info(&client->dev, "remove successful\n"); in hdmiphy_remove()
/linux-4.4.14/drivers/pnp/
Dquirks.c44 dev_info(&dev->dev, "added ioport region %#llx-%#llx to set %d\n", in quirk_awe32_add_ports()
85 dev_info(&dev->dev, "set possible IRQs in " in quirk_cmi8330_resources()
93 dev_info(&dev->dev, "changing possible " in quirk_cmi8330_resources()
126 dev_info(&dev->dev, "increased option port " in quirk_sb16audio_resources()
203 dev_info(&dev->dev, "added dependent option set %d (same as " in quirk_add_irq_optional_dependent_sets()
226 dev_info(&dev->dev, "made independent IRQ optional\n"); in quirk_ad1815_mpu_resources()
323 dev_info(&dev->dev, FW_BUG in quirk_amd_mmconfig_area()
405dev_info(&dev->dev, FW_BUG "PNP resource %pR covers only part of %s Intel MCH; extending to %pR\n", in quirk_intel_mch()
/linux-4.4.14/drivers/ata/
Dsata_sis.c245 dev_info(&pdev->dev, in sis_init_one()
249 dev_info(&pdev->dev, in sis_init_one()
260 dev_info(&pdev->dev, "Detected SiS 182/965 chipset\n"); in sis_init_one()
263 dev_info(&pdev->dev, "Detected SiS 182/965L chipset\n"); in sis_init_one()
268 dev_info(&pdev->dev, in sis_init_one()
274 dev_info(&pdev->dev, in sis_init_one()
/linux-4.4.14/drivers/staging/rts5208/
Drtsx.c141 dev_info(&dev->pci->dev, "Fail command during disconnect\n"); in queuecommand_lck()
168 dev_info(&dev->pci->dev, "%s called\n", __func__); in DEF_SCSI_QCMD()
175 dev_info(&dev->pci->dev, "-- nothing to abort\n"); in DEF_SCSI_QCMD()
196 dev_info(&dev->pci->dev, "%s called\n", __func__); in device_reset()
207 dev_info(&dev->pci->dev, "%s called\n", __func__); in bus_reset()
267 dev_info(&dev->pci->dev, "%s: chip->msi_en = %d, pci->irq = %d\n", in rtsx_acquire_irq()
427 dev_info(&dev->pci->dev, "-- rtsx-control exiting\n"); in rtsx_control_thread()
546 dev_info(&dev->pci->dev, "-- rtsx-polling exiting\n"); in rtsx_polling_thread()
634 dev_info(&dev->pci->dev, "-- %s\n", __func__); in rtsx_release_resources()
640 dev_info(&dev->pci->dev, "-- sending exit command to thread\n"); in rtsx_release_resources()
[all …]
/linux-4.4.14/drivers/gpu/drm/gma500/
Dtc35876x-dsi-lvds.c355 dev_info(&tc35876x_client->dev, "tc35876x ID 0x%08x\n", id); in tc35876x_configure_lvds_bridge()
598 dev_info(&dev->pdev->dev, "hdisplay(w) = %d\n", mode->hdisplay); in tc35876x_get_config_mode()
599 dev_info(&dev->pdev->dev, "vdisplay(h) = %d\n", mode->vdisplay); in tc35876x_get_config_mode()
600 dev_info(&dev->pdev->dev, "HSS = %d\n", mode->hsync_start); in tc35876x_get_config_mode()
601 dev_info(&dev->pdev->dev, "HSE = %d\n", mode->hsync_end); in tc35876x_get_config_mode()
602 dev_info(&dev->pdev->dev, "htotal = %d\n", mode->htotal); in tc35876x_get_config_mode()
603 dev_info(&dev->pdev->dev, "VSS = %d\n", mode->vsync_start); in tc35876x_get_config_mode()
604 dev_info(&dev->pdev->dev, "VSE = %d\n", mode->vsync_end); in tc35876x_get_config_mode()
605 dev_info(&dev->pdev->dev, "vtotal = %d\n", mode->vtotal); in tc35876x_get_config_mode()
606 dev_info(&dev->pdev->dev, "clock = %d\n", mode->clock); in tc35876x_get_config_mode()
[all …]
/linux-4.4.14/drivers/md/
Dlinear.h4 struct dev_info { struct
13 struct dev_info disks[0]; argument
Dlinear.c30 static inline struct dev_info *which_dev(struct mddev *mddev, sector_t sector) in which_dev()
90 conf = kzalloc (sizeof (*conf) + raid_disks*sizeof(struct dev_info), in linear_conf()
100 struct dev_info *disk = conf->disks + j; in linear_conf()
220 struct dev_info *tmp_dev; in linear_make_request()
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-pcb-cfg.c784 dev_info(dev->dev, in initialize_cx231xx()
786 dev_info(dev->dev, in initialize_cx231xx()
789 dev_info(dev->dev, in initialize_cx231xx()
792 dev_info(dev->dev, in initialize_cx231xx()
795 dev_info(dev->dev, in initialize_cx231xx()
798 dev_info(dev->dev, in initialize_cx231xx()
801 dev_info(dev->dev, in initialize_cx231xx()
804 dev_info(dev->dev, in initialize_cx231xx()
/linux-4.4.14/drivers/video/backlight/
Djornada720_bl.c64 dev_info(&bd->dev, "brightness off timeout\n"); in jornada_bl_update_status()
75 dev_info(&bd->dev, "failed to set brightness\n"); in jornada_bl_update_status()
138 dev_info(&pdev->dev, "HP Jornada 700 series backlight driver\n"); in jornada_bl_probe()
Dgeneric_bl.c91 dev_info(&pdev->dev, "Generic Backlight Driver Initialized.\n"); in genericbl_probe()
103 dev_info(&pdev->dev, "Generic Backlight Driver Unloaded\n"); in genericbl_remove()
/linux-4.4.14/arch/powerpc/sysdev/
Dfsl_rio.c396 dev_info(dev, "Hardware port width: %s\n", str); in fsl_rio_info()
412 dev_info(dev, "Training connection status: %s\n", str); in fsl_rio_info()
416 dev_info(dev, "Output port operating in 8-bit mode\n"); in fsl_rio_info()
418 dev_info(dev, "Input port operating in 8-bit mode\n"); in fsl_rio_info()
459 dev_info(&dev->dev, "Of-device full name %s\n", in fsl_rio_setup()
461 dev_info(&dev->dev, "Regs: %pR\n", &regs); in fsl_rio_setup()
528 dev_info(&dev->dev, "bellirq: %d\n", dbell->bellirq); in fsl_rio_setup()
557 dev_info(&dev->dev, "pwirq: %d\n", pw->pwirq); in fsl_rio_setup()
602 dev_info(&dev->dev, "%s: LAW start 0x%016llx, size 0x%016llx.\n", in fsl_rio_setup()
652 dev_info(&dev->dev, "RapidIO PHY type: Serial\n"); in fsl_rio_setup()
[all …]
Dmpic_msgr.c184 dev_info(&dev->dev, "Found %d message registers\n", in mpic_msgr_probe()
195 dev_info(&dev->dev, "Of-device full name %s\n", np->full_name); in mpic_msgr_probe()
212 dev_info(&dev->dev, "Setting up message register block %d\n", in mpic_msgr_probe()
254 dev_info(&dev->dev, "Register %d initialized: irq %d\n", in mpic_msgr_probe()
Dfsl_85xx_cache_sram.c130 dev_info(&dev->dev, "[base:0x%llx, size:0x%x] configured and loaded\n", in instantiate_cache_sram()
159 dev_info(&dev->dev, "MPC85xx Cache-SRAM driver unloaded\n"); in remove_cache_sram()
/linux-4.4.14/drivers/watchdog/
Dcoh901327_wdt.c313 dev_info(&pdev->dev, in coh901327_probe()
319 dev_info(&pdev->dev, in coh901327_probe()
323 dev_info(&pdev->dev, in coh901327_probe()
331 dev_info(&pdev->dev, "currently disabled.\n"); in coh901327_probe()
334 dev_info(&pdev->dev, in coh901327_probe()
364 dev_info(&pdev->dev, in coh901327_probe()
Dimgpdc_wdt.c263 dev_info(&pdev->dev, in pdc_wdt_probe()
267 dev_info(&pdev->dev, in pdc_wdt_probe()
271 dev_info(&pdev->dev, in pdc_wdt_probe()
275 dev_info(&pdev->dev, in pdc_wdt_probe()
279 dev_info(&pdev->dev, in pdc_wdt_probe()
Ds3c2410_wdt.c382 dev_info(wdt->dev, "watchdog timer expired (irq)\n"); in s3c2410wdt_irq()
592 dev_info(dev, in s3c2410wdt_probe()
596 dev_info(dev, "default timer value is out of range, " in s3c2410wdt_probe()
623 dev_info(dev, "starting watchdog timer\n"); in s3c2410wdt_probe()
645 dev_info(dev, "watchdog %sactive, reset %sabled, irq %sabled\n", in s3c2410wdt_probe()
729 dev_info(dev, "watchdog %sabled\n", in s3c2410wdt_resume()
/linux-4.4.14/drivers/media/radio/
Dradio-wl1273.c518 dev_info(dev, "%s - %s not found\n", __func__, fw_name); in wl1273_fm_upload_firmware_patch()
1213 dev_info(radio->dev, "RDS_SYNC: Not synchronized\n"); in wl1273_fm_fops_read()
1817 dev_info(dev, DRIVER_DESC); in wl1273_fm_vidioc_log_status()
1820 dev_info(dev, "Mode: Off\n"); in wl1273_fm_vidioc_log_status()
1825 dev_info(dev, "Mode: Suspended\n"); in wl1273_fm_vidioc_log_status()
1833 dev_info(dev, "ASIC_ID: 0x%04x\n", val); in wl1273_fm_vidioc_log_status()
1839 dev_info(dev, "ASIC Version: 0x%04x\n", val); in wl1273_fm_vidioc_log_status()
1845 dev_info(dev, "FW version: %d(0x%04x)\n", val, val); in wl1273_fm_vidioc_log_status()
1851 dev_info(dev, "BAND: %d\n", val); in wl1273_fm_vidioc_log_status()
1858 dev_info(dev, "PUPD: 0x%04x\n", val); in wl1273_fm_vidioc_log_status()
[all …]
Dradio-raremono.c178 dev_info(&intf->dev, "Thanko's Raremono disconnected\n"); in usb_raremono_disconnect()
338 dev_info(&intf->dev, "this is not Thanko's Raremono.\n"); in usb_raremono_probe()
342 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.4.14/drivers/video/fbdev/mmp/
Dcore.c96 dev_info(panel->dev, "connect to path %s\n", in mmp_register_panel()
123 dev_info(panel->dev, "disconnect from path %s\n", in mmp_unregister_panel()
192 dev_info(path->dev, "get panel %s\n", panel->name); in mmp_register_path()
198 dev_info(path->dev, "register %s, overlay_num %d\n", in mmp_register_path()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_vnic.c111 dev_info(dev, "id:%d active:%d type:%d port:%d min_bw:%d max_bw:%d mac_addr:%pM\n", in qlcnic_83xx_init_mgmt_vnic()
117 dev_info(dev, "Max functions = %d, active functions = %d\n", in qlcnic_83xx_init_mgmt_vnic()
138 dev_info(dev, "HAL Version: %d, Management function\n", in qlcnic_83xx_init_mgmt_vnic()
156 dev_info(&adapter->pdev->dev, in qlcnic_83xx_init_privileged_vnic()
177 dev_info(&adapter->pdev->dev, "HAL Version: %d, Virtual function\n", in qlcnic_83xx_init_non_privileged_vnic()
Dqlcnic_83xx_init.c150 dev_info(&adapter->pdev->dev, in qlcnic_83xx_idc_log_state_history()
252 dev_info(&adapter->pdev->dev, in qlcnic_83xx_idc_check_major_version()
335 dev_info(&adapter->pdev->dev, in qlcnic_83xx_idc_check_reset_ack_reg()
340 dev_info(&adapter->pdev->dev, in qlcnic_83xx_idc_check_reset_ack_reg()
347 dev_info(&adapter->pdev->dev, in qlcnic_83xx_idc_check_reset_ack_reg()
357 dev_info(&adapter->pdev->dev, in qlcnic_83xx_idc_check_reset_ack_reg()
456 dev_info(&adapter->pdev->dev, "Device will enter failed state\n"); in qlcnic_83xx_idc_enter_failed_state()
718 dev_info(&adapter->pdev->dev, "vNIC mode disabled\n"); in qlcnic_83xx_idc_vnic_pf_entry()
733 dev_info(&adapter->pdev->dev, "vNIC mode enabled\n"); in qlcnic_83xx_idc_vnic_pf_entry()
911 dev_info(&adapter->pdev->dev, in qlcnic_83xx_idc_need_reset_state()
[all …]
Dqlcnic_minidump.c447 dev_info(&adapter->pdev->dev, in qlcnic_dump_ctrl()
491 dev_info(&adapter->pdev->dev, in qlcnic_dump_ctrl()
672 dev_info(&adapter->pdev->dev, in qlcnic_read_memory_test_agent()
760 dev_info(dev, "PEX DMA operation timed out"); in qlcnic_start_pex_dma()
789 dev_info(dev, "%s: DMA engine is not available\n", __func__); in qlcnic_read_memory_pexdma()
832 dev_info(dev, "Failed to write DMA descriptor to MS memory at address 0x%x\n", in qlcnic_read_memory_pexdma()
839 dev_info(dev, "Failed to start PEX DMA operation\n"); in qlcnic_read_memory_pexdma()
867 dev_info(dev, in qlcnic_read_memory()
876 dev_info(dev, in qlcnic_read_memory()
1276 dev_info(&adapter->pdev->dev, in qlcnic_fw_cmd_get_minidump_temp()
[all …]
/linux-4.4.14/arch/mips/netlogic/xlr/
Dfmn-config.c119 static void setup_fmn_cc(struct xlr_fmn_info *dev_info, int start_stn_id, in setup_fmn_cc() argument
126 dev_info->num_buckets = num_buckets; in setup_fmn_cc()
127 dev_info->start_stn_id = start_stn_id; in setup_fmn_cc()
128 dev_info->end_stn_id = end_stn_id; in setup_fmn_cc()
155 dev_info->credit_config[(i * 8) + j] = cpu_credits; in setup_fmn_cc()
/linux-4.4.14/drivers/input/touchscreen/
Dwm9713.c168 dev_info(wm->dev, "setting pen detect pull-up to %d Ohms\n", in wm9713_phy_init()
175 dev_info(wm->dev, "setting 5-wire touchscreen mode."); in wm9713_phy_init()
188 dev_info(wm->dev, in wm9713_phy_init()
191 dev_info(wm->dev, in wm9713_phy_init()
198 dev_info(wm->dev, "supplied delay out of range."); in wm9713_phy_init()
200 dev_info(wm->dev, "setting adc sample delay to %d u Secs.", in wm9713_phy_init()
/linux-4.4.14/sound/soc/intel/atom/sst/
Dsst_acpi.c156 dev_info(ctx->dev, "LPE base: %#x size:%#x", (unsigned int) rsrc->start, in sst_platform_get_resources()
161 dev_info(ctx->dev, "IRAM base: %#x", ctx->iram_base); in sst_platform_get_resources()
171 dev_info(ctx->dev, "DRAM base: %#x", ctx->dram_base); in sst_platform_get_resources()
180 dev_info(ctx->dev, "SHIM base: %#x", ctx->shim_phy_add); in sst_platform_get_resources()
193 dev_info(ctx->dev, "Mailbox base: %#x", ctx->mailbox_add); in sst_platform_get_resources()
212 dev_info(ctx->dev, "DDR base: %#x", ctx->ddr_base); in sst_platform_get_resources()
/linux-4.4.14/drivers/memory/
Demif.c1312 struct ddr_device_info *dev_info) in of_get_ddr_info() argument
1318 dev_info->cs1_used = true; in of_get_ddr_info()
1321 dev_info->cal_resistors_per_cs = true; in of_get_ddr_info()
1324 dev_info->type = DDR_TYPE_LPDDR2_S4; in of_get_ddr_info()
1326 dev_info->type = DDR_TYPE_LPDDR2_S2; in of_get_ddr_info()
1333 dev_info->density = 0; in of_get_ddr_info()
1335 dev_info->density = __fls(density) - 5; in of_get_ddr_info()
1339 dev_info->io_width = 0; in of_get_ddr_info()
1341 dev_info->io_width = __fls(io_width) - 1; in of_get_ddr_info()
1348 struct ddr_device_info *dev_info = NULL; in of_get_memory_device_details() local
[all …]
Dfsl_ifc.c219 dev_info(&dev->dev, "Freescale Integrated Flash Controller\n"); in fsl_ifc_ctrl_probe()
238 dev_info(&dev->dev, "IFC version %d.%d, %d banks\n", in fsl_ifc_ctrl_probe()
255 dev_info(&dev->dev, "IFC version %d.%d, %d banks\n", in fsl_ifc_ctrl_probe()
/linux-4.4.14/drivers/usb/misc/
Dusbtest.c1972 dev_info(&dev->intf->dev, in test_queue()
1979 dev_info(&dev->intf->dev, in test_queue()
2142 dev_info(&intf->dev, "TEST 0: NOP\n"); in usbtest_ioctl()
2150 dev_info(&intf->dev, in usbtest_ioctl()
2165 dev_info(&intf->dev, in usbtest_ioctl()
2180 dev_info(&intf->dev, in usbtest_ioctl()
2196 dev_info(&intf->dev, in usbtest_ioctl()
2214 dev_info(&intf->dev, in usbtest_ioctl()
2233 dev_info(&intf->dev, in usbtest_ioctl()
2251 dev_info(&intf->dev, in usbtest_ioctl()
[all …]
/linux-4.4.14/arch/powerpc/kernel/
Ddma-iommu.c81 dev_info(dev, "Warning: IOMMU dma not supported: mask 0x%08llx" in dma_iommu_dma_supported()
87 dev_info(dev, "Warning: IOMMU offset too big for device mask\n"); in dma_iommu_dma_supported()
88 dev_info(dev, "mask: 0x%08llx, table offset: 0x%08lx\n", in dma_iommu_dma_supported()
/linux-4.4.14/drivers/net/ethernet/micrel/
Dksz884x.c1423 struct dev_info { struct
1433 int (*dev_rcv)(struct dev_info *); argument
1469 struct dev_info *adapter; argument
3479 struct dev_info *hw_priv = container_of(hw, struct dev_info, hw); in hw_chk_wol_pme_status()
3497 struct dev_info *hw_priv = container_of(hw, struct dev_info, hw); in hw_clr_wol_pme_status()
3519 struct dev_info *hw_priv = container_of(hw, struct dev_info, hw); in hw_cfg_wol_pme()
4392 static int ksz_alloc_desc(struct dev_info *adapter) in ksz_alloc_desc()
4442 static void free_dma_buf(struct dev_info *adapter, struct ksz_dma_buf *dma_buf, in free_dma_buf()
4457 static void ksz_init_rx_buffers(struct dev_info *adapter) in ksz_init_rx_buffers()
4497 static int ksz_alloc_mem(struct dev_info *adapter) in ksz_alloc_mem()
[all …]
/linux-4.4.14/arch/mips/pci/
Dfixup-loongson3.c31 dev_info(&pdev->dev, "Device %x:%x, irq %d\n", in print_fixup_info()
55 dev_info(&pdev->dev, "BAR %d: assigned %pR for Radeon ROM\n", in pci_fixup_radeon()
/linux-4.4.14/arch/mips/lantiq/xway/
Dvmmc.c44 dev_info(&pdev->dev, "requested GPIO %d\n", gpio); in vmmc_probe()
49 dev_info(&pdev->dev, "reserved %dMB at 0x%p", CP1_SIZE >> 20, cp1_base); in vmmc_probe()
/linux-4.4.14/drivers/media/radio/si470x/
Dradio-si470x-usb.c556 dev_info(&radio->intf->dev, in si470x_start_usb()
614 dev_info(&intf->dev, "could not find interrupt in endpoint\n"); in si470x_usb_driver_probe()
623 dev_info(&intf->dev, "could not allocate int_in_buffer"); in si470x_usb_driver_probe()
630 dev_info(&intf->dev, "could not allocate int_in_urb"); in si470x_usb_driver_probe()
654 dev_info(&intf->dev, "this is not a si470x device.\n"); in si470x_usb_driver_probe()
688 dev_info(&intf->dev, "DeviceID=0x%4.4hx ChipID=0x%4.4hx\n", in si470x_usb_driver_probe()
705 dev_info(&intf->dev, "software version %d, hardware version %d\n", in si470x_usb_driver_probe()
787 dev_info(&intf->dev, "suspending now...\n"); in si470x_usb_driver_suspend()
813 dev_info(&intf->dev, "resuming now...\n"); in si470x_usb_driver_resume()
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c69 dev_info(ctodev(card), in gelic_card_set_irq_mask()
178 dev_info(ctodev(card), in gelic_card_enable_rxdmac()
389 dev_info(ctodev(card), "%s: ERROR status\n", __func__); in gelic_descr_prepare_rx()
398 dev_info(ctodev(card), in gelic_descr_prepare_rx()
420 dev_info(ctodev(card), in gelic_descr_prepare_rx()
568 dev_info(ctodev(card), in gelic_card_release_tx_chain()
836 dev_info(ctodev(card), "lv1_net_start_txdma failed," \ in gelic_card_kick_txdma()
905 dev_info(ctodev(card), "%s: kick failure\n", __func__); in gelic_net_xmit()
940 dev_info(ctodev(card), "buffer full %x %x %x\n", in gelic_net_pass_skb_up()
1019 dev_info(ctodev(card), "dropping RX descriptor with state %x\n", in gelic_card_decode_one_descr()
[all …]
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_main.c183 struct qed_dev_info *dev_info) in qed_fill_dev_info() argument
187 memset(dev_info, 0, sizeof(struct qed_dev_info)); in qed_fill_dev_info()
189 dev_info->num_hwfns = cdev->num_hwfns; in qed_fill_dev_info()
190 dev_info->pci_mem_start = cdev->pci_params.mem_start; in qed_fill_dev_info()
191 dev_info->pci_mem_end = cdev->pci_params.mem_end; in qed_fill_dev_info()
192 dev_info->pci_irq = cdev->pci_params.irq; in qed_fill_dev_info()
193 dev_info->is_mf = IS_MF(&cdev->hwfns[0]); in qed_fill_dev_info()
194 ether_addr_copy(dev_info->hw_mac, cdev->hwfns[0].hw_info.hw_mac_addr); in qed_fill_dev_info()
196 dev_info->fw_major = FW_MAJOR_VERSION; in qed_fill_dev_info()
197 dev_info->fw_minor = FW_MINOR_VERSION; in qed_fill_dev_info()
[all …]
/linux-4.4.14/drivers/pps/clients/
Dpps-ktimer.c73 dev_info(pps->dev, "ktimer PPS source unregistered\n"); in pps_ktimer_exit()
91 dev_info(pps->dev, "ktimer PPS source registered\n"); in pps_ktimer_init()
Dpps-ldisc.c88 dev_info(pps->dev, "source \"%s\" added\n", info.path); in pps_tty_open()
108 dev_info(pps->dev, "removed\n"); in pps_tty_close()
/linux-4.4.14/sound/pci/
Dcs5530.c163 dev_info(card->dev, "XpressAudio at 0x%lx\n", sb_base); in snd_cs5530_create()
171 dev_info(card->dev, "MPU at 0x300\n"); in snd_cs5530_create()
173 dev_info(card->dev, "MPU at 0x330\n"); in snd_cs5530_create()
216 dev_info(card->dev, "IRQ: %d DMA8: %d DMA16: %d\n", irq, dma8, dma16); in snd_cs5530_create()
/linux-4.4.14/drivers/acpi/
Dpci_root.c170 dev_info(&root->device->dev, "_OSC: %s [%s]\n", msg, buf); in decode_osc_bits()
457 dev_info(&device->dev, "_OSC failed (%s); disabling ASPM\n", in negotiate_os_control()
464 dev_info(&device->dev, "PCIe port services disabled; not requesting _OSC control\n"); in negotiate_os_control()
480 dev_info(&device->dev, in negotiate_os_control()
497 dev_info(&device->dev, "FADT indicates ASPM is unsupported, using BIOS configuration\n"); in negotiate_os_control()
503 dev_info(&device->dev, "_OSC failed (%s); disabling ASPM\n", in negotiate_os_control()
683 dev_info(dev, "host bridge window %pR (ignored, not CPU addressable)\n", in acpi_pci_root_validate_resources()
688 dev_info(dev, "host bridge window %pR ([%#llx-%#llx] ignored, not CPU addressable)\n", in acpi_pci_root_validate_resources()
707 dev_info(dev, "host bridge window expanded to %pR; %pR ignored\n", in acpi_pci_root_validate_resources()
780 dev_info(&info->bridge->dev, in pci_acpi_root_add_resources()
/linux-4.4.14/drivers/net/can/sja1000/
Dkvaser_pci.c185 dev_info(&board->pci_dev->dev, "Removing device %s\n", in kvaser_pci_del_chan()
193 dev_info(&board->pci_dev->dev, "Removing device %s\n", in kvaser_pci_del_chan()
266 dev_info(&pdev->dev, "reg_base=%p conf_addr=%p irq=%d\n", in kvaser_pci_add_chan()
303 dev_info(&pdev->dev, "initializing device %04x:%04x\n", in kvaser_pci_init_one()
351 dev_info(&pdev->dev, "xilinx version=%d number of channels=%d\n", in kvaser_pci_init_one()
/linux-4.4.14/drivers/char/tpm/
Dtpm_infineon.c223 dev_info(chip->pdev, "Granting WTX (%02d / %02d)\n", in tpm_wtx()
234 dev_info(chip->pdev, "Aborting WTX\n"); in tpm_wtx_abort()
287 dev_info(chip->pdev, "WTX-package received\n"); in tpm_inf_recv()
298 dev_info(chip->pdev, "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.4.14/drivers/block/rsxx/
Dcore.c371 dev_info(CARD_TO_DEV(card), in rsxx_isr()
427 dev_info(CARD_TO_DEV(card), in card_state_change()
500 dev_info(CARD_TO_DEV(card), in card_event_handler()
615 dev_info(CARD_TO_DEV(card), in rsxx_eeh_failure()
724 dev_info(&dev->dev, "IBM Flash Adapter PCI: recovery complete.\n"); in rsxx_slot_reset()
768 dev_info(&dev->dev, "PCI-Flash SSD discovered\n"); in rsxx_pci_probe()
876 dev_info(CARD_TO_DEV(card), in rsxx_pci_probe()
887 dev_info(CARD_TO_DEV(card), in rsxx_pci_probe()
907 dev_info(CARD_TO_DEV(card), in rsxx_pci_probe()
928 dev_info(CARD_TO_DEV(card), in rsxx_pci_probe()
[all …]
/linux-4.4.14/drivers/usb/usbip/
Dstub_tx.c77 dev_info(&urb->dev->dev, in stub_complete()
81 dev_info(&urb->dev->dev, in stub_complete()
85 dev_info(&urb->dev->dev, "endpoint %d is stalled\n", in stub_complete()
89 dev_info(&urb->dev->dev, "device removed?\n"); in stub_complete()
92 dev_info(&urb->dev->dev, in stub_complete()
Dstub_dev.c76 dev_info(dev, "stub up\n"); in store_sockfd()
103 dev_info(dev, "stub down\n"); in store_sockfd()
240 dev_info(&udev->dev, "device reset\n"); in stub_device_reset()
323 dev_info(&udev->dev, in stub_probe()
354 dev_info(&udev->dev, in stub_probe()
/linux-4.4.14/drivers/usb/host/
Dhwa-hc.c94 dev_info(dev, "Wireless USB Cluster ID set to 0x%02x\n", cluster_id); in __hwahc_set_cluster_id()
425 struct hwa_dev_info *dev_info; in __hwahc_op_dev_info_set() local
429 dev_info = kzalloc(sizeof(struct hwa_dev_info), GFP_KERNEL); in __hwahc_op_dev_info_set()
430 if (!dev_info) in __hwahc_op_dev_info_set()
432 uwb_mas_bm_copy_le(dev_info->bmDeviceAvailability, in __hwahc_op_dev_info_set()
434 dev_info->bDeviceAddress = wusb_dev->addr; in __hwahc_op_dev_info_set()
444 dev_info->wPHYRates = wusb_dev->wusb_cap_descr->wPHYRates; in __hwahc_op_dev_info_set()
446 dev_info->wPHYRates = cpu_to_le16(USB_WIRELESS_PHY_53); in __hwahc_op_dev_info_set()
452 dev_info, sizeof(struct hwa_dev_info), in __hwahc_op_dev_info_set()
454 kfree(dev_info); in __hwahc_op_dev_info_set()
[all …]
/linux-4.4.14/drivers/misc/cxl/
Dpci.c191 dev_info(&dev->dev, "dump_cxl_config_space\n"); in dump_cxl_config_space()
194 dev_info(&dev->dev, "BAR0: %#.8x\n", val); in dump_cxl_config_space()
196 dev_info(&dev->dev, "BAR1: %#.8x\n", val); in dump_cxl_config_space()
198 dev_info(&dev->dev, "BAR2: %#.8x\n", val); in dump_cxl_config_space()
200 dev_info(&dev->dev, "BAR3: %#.8x\n", val); in dump_cxl_config_space()
202 dev_info(&dev->dev, "BAR4: %#.8x\n", val); in dump_cxl_config_space()
204 dev_info(&dev->dev, "BAR5: %#.8x\n", val); in dump_cxl_config_space()
206 dev_info(&dev->dev, "p1 regs: %#llx, len: %#llx\n", in dump_cxl_config_space()
208 dev_info(&dev->dev, "p2 regs: %#llx, len: %#llx\n", in dump_cxl_config_space()
210 dev_info(&dev->dev, "BAR 4/5: %#llx, len: %#llx\n", in dump_cxl_config_space()
[all …]
/linux-4.4.14/drivers/thermal/
Dspear_thermal.c70 dev_info(dev, "Suspended.\n"); in spear_thermal_suspend()
93 dev_info(dev, "Resumed.\n"); in spear_thermal_resume()
150 dev_info(&spear_thermal->device, "Thermal Sensor Loaded at: 0x%p.\n", in spear_thermal_probe()
/linux-4.4.14/drivers/hwtracing/coresight/
Dcoresight-replicator.c45 dev_info(drvdata->dev, "REPLICATOR enabled\n"); in replicator_enable()
55 dev_info(drvdata->dev, "REPLICATOR disabled\n"); in replicator_disable()
118 dev_info(dev, "REPLICATOR initialized\n"); in replicator_probe()
Dcoresight-replicator-qcom.c70 dev_info(drvdata->dev, "REPLICATOR enabled\n"); in replicator_enable()
91 dev_info(drvdata->dev, "REPLICATOR disabled\n"); in replicator_disable()
155 dev_info(dev, "%s initialized\n", (char *)id->data); in replicator_probe()
Dcoresight-tpiu.c80 dev_info(drvdata->dev, "TPIU enabled\n"); in tpiu_enable()
103 dev_info(drvdata->dev, "TPIU disabled\n"); in tpiu_disable()
171 dev_info(dev, "TPIU initialized\n"); in tpiu_probe()
Dcoresight-funnel.c75 dev_info(drvdata->dev, "FUNNEL inport %d enabled\n", inport); in funnel_enable()
100 dev_info(drvdata->dev, "FUNNEL inport %d disabled\n", inport); in funnel_disable()
225 dev_info(dev, "FUNNEL initialized\n"); in funnel_probe()
/linux-4.4.14/drivers/media/usb/go7007/
Ds2250-board.c179 dev_info(&client->dev, "i2c lock failed\n"); in write_reg()
218 dev_info(&client->dev, "i2c lock failed\n"); in write_reg_fp()
236 dev_info(&client->dev, "invalid fp write %x %x\n", in write_reg_fp()
241 dev_info(&client->dev, "invalid fp write addr %x %x\n", in write_reg_fp()
280 dev_info(&client->dev, "i2c lock failed\n"); in read_reg_fp()
304 dev_info(&client->dev, "failed\n"); in write_regs()
317 dev_info(&client->dev, "failed fp\n"); in write_regs_fp()
Dgo7007-loader.c76 dev_info(&interface->dev, "loading firmware %s\n", fw1); in go7007_loader_probe()
114 dev_info(&interface->dev, "disconnect\n"); in go7007_loader_disconnect()
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_module.c114 dev_info(kfd_device, "Initialized module\n"); in kfd_module_init()
132 dev_info(kfd_device, "Removed module\n"); in kfd_module_exit()
/linux-4.4.14/drivers/staging/media/cxd2099/
Dcxd2099.c281 dev_info(&ci->i2c->dev, "enable cam buffer mode\n"); in cam_mode()
532 dev_info(&ci->i2c->dev, "%d:%02x\n", i, val); in slot_reset()
550 dev_info(&ci->i2c->dev, "slot_shutdown\n"); in slot_shutdown()
586 dev_info(&ci->i2c->dev, "DR\n"); in campoll()
589 dev_info(&ci->i2c->dev, "WC\n"); in campoll()
605 dev_info(&ci->i2c->dev, "NO CAM\n"); in campoll()
643 dev_info(&ci->i2c->dev, "read_data\n"); in read_data()
696 dev_info(&i2c->dev, "No CXD2099 detected at %02x\n", cfg->adr); in cxd2099_attach()
714 dev_info(&i2c->dev, "Attached CXD2099AR at %02x\n", ci->cfg.adr); in cxd2099_attach()
/linux-4.4.14/drivers/staging/rtl8712/
Dusb_intf.c271 dev_info(&pusbd->dev, "r8712u: USB_SPEED_HIGH with %d endpoints\n", in r8712_usb_dvobj_init()
275 dev_info(&pusbd->dev, "r8712u: USB_SPEED_LOW with %d endpoints\n", in r8712_usb_dvobj_init()
419 dev_info(&udev->dev, "r8712u: Boot from %s: Autoload %s\n", in r871xu_drv_init()
520 dev_info(&udev->dev, "r8712u: CustomerID = 0x%.4x\n", in r871xu_drv_init()
578 dev_info(&udev->dev, in r871xu_drv_init()
581 dev_info(&udev->dev, in r871xu_drv_init()
/linux-4.4.14/drivers/usb/phy/
Dphy-tahvo.c103 dev_info(&tu->pt_dev->dev, "USB cable connected\n"); in check_vbus_state()
118 dev_info(&tu->pt_dev->dev, "USB cable disconnected\n"); in check_vbus_state()
295 dev_info(device, "HOST mode: host controller present\n"); in otg_mode_store()
298 dev_info(device, "HOST mode: no host controller, powering off\n"); in otg_mode_store()
307 dev_info(device, "PERIPHERAL mode: gadget driver present\n"); in otg_mode_store()
310 dev_info(device, "PERIPHERAL mode: no gadget driver, powering off\n"); in otg_mode_store()
Dphy-mv-usb.c98 dev_info(&mvotg->pdev->dev, "B Device No Response!\n"); in mv_otg_timer_await_bcon()
211 dev_info(&mvotg->pdev->dev, "%s host\n", on ? "start" : "stop"); in mv_otg_start_host()
231 dev_info(mvotg->phy.dev, "gadget %s\n", on ? "on" : "off"); in mv_otg_start_periphrals()
432 dev_info(&mvotg->pdev->dev, "change from state %s to %s\n", in mv_otg_work()
775 dev_info(&pdev->dev, in mv_otg_probe()
787 dev_info(&pdev->dev, in mv_otg_probe()
838 dev_info(&pdev->dev, in mv_otg_probe()
861 dev_info(&pdev->dev, in mv_otg_suspend()
/linux-4.4.14/drivers/atm/
Dsolos-pci.c394 dev_info(&card->dev->dev, "Port %d: %s\n", port, state_str); in process_status()
405 dev_info(&card->dev->dev, "Port %d: %s @%d/%d kb/s%s%s%s%s\n", in process_status()
661 dev_info(&card->dev->dev, "FPGA version doesn't support" in flash_upgrade()
674 dev_info(&card->dev->dev, "FPGA version doesn't support" in flash_upgrade()
686 dev_info(&card->dev->dev, "Flash upgrade starting\n"); in flash_upgrade()
692 dev_info(&card->dev->dev, "Firmware size: %zd\n", fw->size); in flash_upgrade()
693 dev_info(&card->dev->dev, "Number of blocks: %d\n", numblocks); in flash_upgrade()
695 dev_info(&card->dev->dev, "Changing FPGA to Update mode\n"); in flash_upgrade()
701 dev_info(&card->dev->dev, "Set FPGA Flash mode to FPGA Chip Erase\n"); in flash_upgrade()
703 dev_info(&card->dev->dev, "Set FPGA Flash mode to Solos Chip Erase\n"); in flash_upgrade()
[all …]
/linux-4.4.14/sound/pci/emu10k1/
Demu10k1_main.c220 dev_info(emu->card->dev, "Audigy2 value: Special config.\n"); in snd_emu10k1_init()
732 dev_info(emu->card->dev, in emu1010_firmware_thread()
766 dev_info(emu->card->dev, in emu1010_firmware_thread()
771 dev_info(emu->card->dev, in emu1010_firmware_thread()
775 dev_info(emu->card->dev, in emu1010_firmware_thread()
780 dev_info(emu->card->dev, in emu1010_firmware_thread()
784 dev_info(emu->card->dev, "Audio Dock ver: %u.%u\n", in emu1010_firmware_thread()
793 dev_info(emu->card->dev, in emu1010_firmware_thread()
801 dev_info(emu->card->dev, "emu1010: firmware thread stopping\n"); in emu1010_firmware_thread()
842 dev_info(emu->card->dev, "emu1010: Special config.\n"); in snd_emu10k1_emu1010_init()
[all …]
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_fcoe.c80 dev_info(adap->pdev_dev, "Enabling FCoE offload features\n"); in cxgb_fcoe_enable()
109 dev_info(adap->pdev_dev, "Disabling FCoE offload features\n"); in cxgb_fcoe_disable()
/linux-4.4.14/drivers/gpu/drm/mgag200/
Dmgag200_cursor.c134 dev_info(&dev->pdev->dev, "Video card doesn't support cursors with partial transparency.\n"); in mga_crtc_cursor_set()
135 dev_info(&dev->pdev->dev, "Not enabling hardware cursor.\n"); in mga_crtc_cursor_set()
156 dev_info(&dev->pdev->dev, "Video card only supports cursors with up to 16 colours.\n"); in mga_crtc_cursor_set()
157 dev_info(&dev->pdev->dev, "Not enabling hardware cursor.\n"); in mga_crtc_cursor_set()
/linux-4.4.14/arch/x86/pci/
Dfixup.c45 dev_info(&d->dev, "i440KX/GX host bridge; secondary bus %02x\n", busno); in pci_fixup_i450gx()
282 dev_info(&pbus->dev, "writes to ASPM control bits will be ignored\n"); in pcie_rootport_aspm_quirk()
382 dev_info(&dev->dev, "Detected MSI K8T Neo2-FIR; " in pci_fixup_msi_k8t_onboard_sound()
385 dev_info(&dev->dev, "Detected MSI K8T Neo2-FIR; " in pci_fixup_msi_k8t_onboard_sound()
521 dev_info(&dev->dev, "reg 0x14 contains HPET; making it immovable\n"); in sb600_hpet_quirk()
Dirq.c435 dev_info(&dev->dev, "VLSI router PIRQ escape (%d)\n", pirq); in pirq_vlsi_get()
445 dev_info(&dev->dev, "VLSI router PIRQ escape (%d)\n", pirq); in pirq_vlsi_set()
491 dev_info(&dev->dev, in pirq_amd756_get()
499 dev_info(&dev->dev, in pirq_amd756_set()
858 dev_info(&pirq_router_dev->dev, "%s IRQ router [%04x:%04x]\n", in pirq_find_router()
988 dev_info(&dev->dev, "%s PCI INT %c -> IRQ %d\n", msg, 'A' + pin - 1, irq); in pcibios_lookup_irq()
1008 dev_info(&dev2->dev, "IRQ routing conflict: " in pcibios_lookup_irq()
1017 dev_info(&dev->dev, "sharing IRQ %d with %s\n", in pcibios_lookup_irq()
1235 dev_info(&dev->dev, "PCI->APIC IRQ transform: " in pirq_enable_irq()
/linux-4.4.14/drivers/nvdimm/
Dregion.c29 dev_info(dev, "online cpus (%d) < concurrent i/o lanes (%d) < possible cpus (%d)\n", in nd_region_probe()
32 dev_info(dev, "setting nr_cpus=%d may yield better libnvdimm device performance\n", in nd_region_probe()
/linux-4.4.14/drivers/power/reset/
Dltc2952-poweroff.c132 dev_info(data->dev, "executing shutdown\n"); in ltc2952_poweroff_timer_trigger()
242 dev_info(&pdev->dev, in ltc2952_poweroff_init()
287 dev_info(&pdev->dev, "probe successful\n"); in ltc2952_poweroff_probe()
/linux-4.4.14/arch/x86/kernel/
Dpci-dma.c221 dev_info(dev, "PCI: Disallowing DAC for device\n"); in dma_supported()
248 dev_info(dev, "Force SAC with mask %Lx\n", mask); in dma_supported()
282 dev_info(&dev->dev, "disabling DAC on VIA PCI bridge\n"); in via_no_dac()
/linux-4.4.14/arch/arm/mach-shmobile/
Dregulator-quirk-rcar-gen2.c67 dev_info(&client->dev, "Masking %s interrupt sources\n", client->name); in da9xxx_mask_irqs()
110 dev_info(dev, "IRQ2 is not asserted, removing quirk\n"); in regulator_quirk_notify()
/linux-4.4.14/drivers/video/fbdev/exynos/
Dexynos_mipi_dsi_common.c419 dev_info(dsim->dev, in exynos_mipi_dsi_rd_data()
439 dev_info(dsim->dev, in exynos_mipi_dsi_rd_data()
669 dev_info(dsim->dev, "data lane is invalid.\n"); in exynos_mipi_dsi_init_dsim()
741 dev_info(dsim->dev, "lcd panel ==> width = %d, height = %d\n", in exynos_mipi_dsi_set_display_mode()
776 dev_info(dsim->dev, in exynos_mipi_dsi_init_link()
778 dev_info(dsim->dev, "DSI Master state is stop state\n"); in exynos_mipi_dsi_init_link()
793 dev_info(dsim->dev, "DSI Master is already init.\n"); in exynos_mipi_dsi_init_link()
/linux-4.4.14/drivers/thunderbolt/
Dnhi.c50 dev_info(&ring->nhi->pdev->dev, in ring_interrupt_active()
245 dev_info(&nhi->pdev->dev, "allocating %s ring %d of size %d\n", in ring_alloc()
320 dev_info(&ring->nhi->pdev->dev, "starting %s %d\n", in ring_start()
360 dev_info(&ring->nhi->pdev->dev, "stopping %s %d\n", in ring_stop()
423 dev_info(&ring->nhi->pdev->dev, in ring_free()
515 dev_info(&nhi->pdev->dev, "shutdown\n"); in nhi_shutdown()
595 dev_info(&nhi->pdev->dev, "NHI initialized, starting thunderbolt\n"); in nhi_probe()
/linux-4.4.14/drivers/media/platform/sti/c8sectpfe/
Dc8sectpfe-core.c388 dev_info(fei->dev, "C8SECTPFE hw supports the following:\n"); in c8sectpfe_getconfig()
389 dev_info(fei->dev, "Input Blocks: %d\n", hw->num_ib); in c8sectpfe_getconfig()
390 dev_info(fei->dev, "Merged Input Blocks: %d\n", hw->num_mib); in c8sectpfe_getconfig()
391 dev_info(fei->dev, "Software Transport Stream Inputs: %d\n" in c8sectpfe_getconfig()
393 dev_info(fei->dev, "Transport Stream Output: %d\n", hw->num_tsout); in c8sectpfe_getconfig()
394 dev_info(fei->dev, "Cable Card Converter: %d\n", hw->num_ccsc); in c8sectpfe_getconfig()
395 dev_info(fei->dev, "RAMs supported by C8SECTPFE: %d\n", hw->num_ram); in c8sectpfe_getconfig()
396 dev_info(fei->dev, "Tango TPs supported by C8SECTPFE: %d\n" in c8sectpfe_getconfig()
588 dev_info(fei->dev, "chan=%d PIDF_BASE=0x%x pid_bus_addr=%pad\n", in configure_memdma_and_inputblock()
920 dev_info(fei->dev, "Stopping memdma SLIM core\n"); in c8sectpfe_remove()
[all …]
/linux-4.4.14/drivers/media/pci/netup_unidvb/
Dnetup_unidvb_core.c473 dev_info(&ndev->pci_dev->dev, "DVB init done, num=%d\n", num); in netup_unidvb_dvb_init()
489 dev_info(&ndev->pci_dev->dev, in netup_unidvb_dvb_fini()
628 dev_info(dev, "%s(): starting DMA%d\n", __func__, num); in netup_unidvb_dma_init()
641 dev_info(dev, "%s(): DMA%d buffer virt/phys 0x%p/0x%llx size %d\n", in netup_unidvb_dma_init()
793 dev_info(&pci_dev->dev, "%s(): PCI device (%d). Bus:0x%x Slot:0x%x\n", in netup_unidvb_initdev()
809 dev_info(&pci_dev->dev, in netup_unidvb_initdev()
818 dev_info(&pci_dev->dev, "%s(): using 32bit PCI DMA\n", __func__); in netup_unidvb_initdev()
848 dev_info(&pci_dev->dev, in netup_unidvb_initdev()
900 dev_info(&pci_dev->dev, in netup_unidvb_initdev()
945 dev_info(&pci_dev->dev, "%s(): trying to stop device\n", __func__); in netup_unidvb_finidev()
[all …]
/linux-4.4.14/drivers/staging/gdm72xx/
Dsdio_boot.c148 dev_info(&func->dev, "GCT: Kernel download success.\n"); in sdio_boot()
153 dev_info(&func->dev, "GCT: Filesystem download success.\n"); in sdio_boot()
/linux-4.4.14/arch/arm/mach-s3c24xx/
Dmach-osiris-dvs.c101 dev_info(&pdev->dev, "initialising\n"); in osiris_dvs_probe()
132 dev_info(&pdev->dev, "exiting\n"); in osiris_dvs_remove()
/linux-4.4.14/drivers/usb/dwc3/
Ddwc3-qcom.c51 dev_info(qdwc->dev, "failed to get optional iface clock\n"); in dwc3_qcom_probe()
57 dev_info(qdwc->dev, "failed to get optional sleep clock\n"); in dwc3_qcom_probe()
/linux-4.4.14/drivers/i2c/busses/
Di2c-ali15x3.c176 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()
Di2c-taos-evm.c58 dev_info(&adapter->dev, "Instantiating device %s at 0x%02x\n", in taos_instantiate_device()
262 dev_info(&serio->dev, "Connected to TAOS EVM\n"); in taos_connect()
285 dev_info(&serio->dev, "Disconnected from TAOS EVM\n"); in taos_disconnect()
Di2c-piix4.c188 dev_info(&PIIX4_dev->dev, "WARNING: SMBus interface set to " in piix4_setup()
221 dev_info(&PIIX4_dev->dev, in piix4_setup()
292 dev_info(&PIIX4_dev->dev, in piix4_setup_sb800()
313 dev_info(&PIIX4_dev->dev, in piix4_setup_sb800()
353 dev_info(&PIIX4_dev->dev, in piix4_setup_aux()
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Denic_res.c97 dev_info(enic_get_dev(enic), in enic_get_vnic_config()
101 dev_info(enic_get_dev(enic), "vNIC csum tx/rx %s/%s " in enic_get_vnic_config()
204 dev_info(enic_get_dev(enic), in enic_get_res_counts()
320 dev_info(enic_get_dev(enic), "vNIC resources used: " in enic_alloc_vnic_resources()
/linux-4.4.14/sound/pci/asihpi/
Dhpioctl.c434 dev_info(&pci_dev->dev, in asihpi_adapter_probe()
445 dev_info(&pci_dev->dev, in asihpi_adapter_probe()
491 dev_info(&pci_dev->dev, "using irq %d\n", pci_dev->irq); in asihpi_adapter_probe()
494 dev_info(&pci_dev->dev, "using polled mode\n"); in asihpi_adapter_probe()
497 dev_info(&pci_dev->dev, "probe succeeded for ASI%04X HPI index %d\n", in asihpi_adapter_probe()
554 dev_info(&pci_dev->dev, in asihpi_adapter_remove()
/linux-4.4.14/drivers/leds/
Dleds-lm355x.c219 dev_info(chip->dev, "%s Last FLAG is 0x%x\n", in lm355x_control()
246 dev_info(chip->dev, in lm355x_control()
275 dev_info(chip->dev, in lm355x_control()
518 dev_info(&client->dev, "%s is initialized\n", in lm355x_probe()
542 dev_info(&client->dev, "%s is removed\n", lm355x_name[chip->type]); in lm355x_remove()
Dleds-lt3593.c91 dev_info(parent, "%s: skipping unavailable LT3593 LED at gpio %d (%s)\n", in create_lt3593_led()
120 dev_info(parent, "%s: registered LT3593 LED '%s' at GPIO %d\n", in create_lt3593_led()
/linux-4.4.14/drivers/dma/
Dti-dma-crossbar.c154 dev_info(&pdev->dev, in ti_am335x_xbar_probe()
162 dev_info(&pdev->dev, in ti_am335x_xbar_probe()
318 dev_info(&pdev->dev, in ti_dra7_xbar_probe()
326 dev_info(&pdev->dev, in ti_dra7_xbar_probe()
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.c986 dev_info(&udev->dev, "%s(%04x) = 0x%02x, len %i\n", in rtl8xxxu_read8()
1006 dev_info(&udev->dev, "%s(%04x) = 0x%04x, len %i\n", in rtl8xxxu_read16()
1026 dev_info(&udev->dev, "%s(%04x) = 0x%08x, len %i\n", in rtl8xxxu_read32()
1046 dev_info(&udev->dev, "%s(%04x) = 0x%02x\n", in rtl8xxxu_write8()
1065 dev_info(&udev->dev, "%s(%04x) = 0x%04x\n", in rtl8xxxu_write16()
1084 dev_info(&udev->dev, "%s(%04x) = 0x%08x\n", in rtl8xxxu_write32()
1123 dev_info(&udev->dev, in rtl8xxxu_writeN()
1164 dev_info(&priv->udev->dev, "%s(%02x) = 0x%06x\n", in rtl8xxxu_read_rfreg()
1176 dev_info(&priv->udev->dev, "%s(%02x) = 0x%06x\n", in rtl8xxxu_write_rfreg()
1230 dev_info(dev, "H2C_EXT %04x\n", in rtl8723a_h2c_cmd()
[all …]
/linux-4.4.14/drivers/hwmon/
Datxp1.c190 dev_info(dev, "Writing 0x%x to GPIO1.\n", (unsigned int)value); in atxp1_storegpio1()
235 dev_info(dev, "Writing 0x%x to GPIO1.\n", (unsigned int)value); in atxp1_storegpio2()
287 dev_info(dev, "Using VRM: %d.%d\n", data->vrm / 10, data->vrm % 10); in atxp1_probe()
/linux-4.4.14/drivers/fpga/
Dfpga-mgr.c113 dev_info(dev, "writing %s to %s\n", image_name, mgr->name); in fpga_mgr_firmware_load()
308 dev_info(&mgr->dev, "%s registered\n", mgr->name); in fpga_mgr_register()
329 dev_info(&mgr->dev, "%s %s\n", __func__, mgr->name); in fpga_mgr_unregister()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_init_chip.c199 dev_info(&dd->pcidev->dev, "Could not initialize SerDes, " in bringup_link()
373 dev_info(&dd->pcidev->dev, "tidcnt was %u before " in init_chip_reset()
378 dev_info(&dd->pcidev->dev, "tidbase was %u before " in init_chip_reset()
383 dev_info(&dd->pcidev->dev, "egrcnt was %u before " in init_chip_reset()
388 dev_info(&dd->pcidev->dev, "egrbase was %u before " in init_chip_reset()
756 dev_info(&dd->pcidev->dev, "Allocating %d PIO bufs of " in ipath_init_chip()
843 dev_info(&dd->pcidev->dev, "Failed to bringup IB link\n"); in ipath_init_chip()
933 dev_info(&dd->pcidev->dev, in ipath_init_chip()
Dipath_iba6110.c430 dev_info(&dd->pcidev->dev, "Couldn't read " in hwerr_crcbits()
442 dev_info(&dd->pcidev->dev, "Couldn't read " in hwerr_crcbits()
485 dev_info(&dd->pcidev->dev, in ipath_ht_txe_recover()
550 dev_info(&dd->pcidev->dev, "Hardware error: hwerr=0x%llx " in ipath_ht_handle_hwerrors()
769 dev_info(&dd->pcidev->dev, "Couldn't read " in ipath_check_htlink()
785 dev_info(&dd->pcidev->dev, in ipath_check_htlink()
789 dev_info(&dd->pcidev->dev, in ipath_check_htlink()
861 dev_info(&pdev->dev, "Couldn't read linkerror%d " in slave_or_pri_blk()
875 dev_info(&pdev->dev, "Couldn't reread " in slave_or_pri_blk()
879 dev_info(&pdev->dev, "HT linkerror%d bits " in slave_or_pri_blk()
[all …]
Dipath_driver.c322 dev_info(&dd->pcidev->dev, in ipath_verify_pioperf()
335 dev_info(&dd->pcidev->dev, in ipath_verify_pioperf()
448 dev_info(&pdev->dev, "BAR is 0 (probable RESET), " in ipath_init_one()
474 dev_info(&pdev->dev, "pci_request_regions unit %u fails: " in ipath_init_one()
488 dev_info(&pdev->dev, in ipath_init_one()
496 dev_info(&pdev->dev, in ipath_init_one()
505 dev_info(&pdev->dev, in ipath_init_one()
664 dev_info(&dd->pcidev->dev, "%lu special trigger hits\n", in cleanup_device()
1460 dev_info(&dd->pcidev->dev, in ipath_setrcvhdrsize()
2072 dev_info(&dd->pcidev->dev, "Enabling IB local loopback\n"); in ipath_set_linkstate()
[all …]
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
Ddvb_usb_core.c54 dev_info(&d->udev->dev, "%s: downloading firmware from file '%s'\n", in dvb_usbv2_download_firmware()
184 dev_info(&d->udev->dev, in dvb_usbv2_remote_init()
434 dev_info(&d->udev->dev, "media controller created\n"); in dvb_usbv2_media_device_register()
478 dev_info(&d->udev->dev, "%s: MAC address: %pM\n", in dvb_usbv2_adapter_dvb_init()
787 dev_info(&d->udev->dev, in dvb_usbv2_adapter_init()
794 dev_info(&d->udev->dev, in dvb_usbv2_adapter_init()
803 dev_info(&d->udev->dev, in dvb_usbv2_adapter_init()
959 dev_info(&d->udev->dev, in dvb_usbv2_probe()
988 dev_info(&d->udev->dev, "%s: found a '%s' in warm state\n", in dvb_usbv2_probe()
995 dev_info(&d->udev->dev, in dvb_usbv2_probe()
[all …]
/linux-4.4.14/drivers/nfc/s3fwrn5/
Dnci.c122 dev_info(&info->ndev->nfc_dev->dev, in s3fwrn5_nci_rf_configure()
160 dev_info(&info->ndev->nfc_dev->dev, in s3fwrn5_nci_rf_configure()
/linux-4.4.14/drivers/hwmon/pmbus/
Ducd9200.c69 dev_info(&client->dev, "Device ID %s\n", block_buffer); in ucd9200_probe()
112 dev_info(&client->dev, "%d rails configured\n", info->pages); in ucd9200_probe()
/linux-4.4.14/drivers/net/usb/
Dkaweth.c1046 dev_info(dev, "Firmware present in device.\n"); in kaweth_probe()
1049 dev_info(dev, "Downloading firmware...\n"); in kaweth_probe()
1094 dev_info(dev, "Firmware loaded. I'll be back...\n"); in kaweth_probe()
1108 dev_info(dev, "Statistics collection: %x\n", kaweth->configuration.statistics_mask); in kaweth_probe()
1109dev_info(dev, "Multicast filter limit: %x\n", kaweth->configuration.max_multicast_filters & ((1 <<… in kaweth_probe()
1110 dev_info(dev, "MTU: %d\n", le16_to_cpu(kaweth->configuration.segment_size)); in kaweth_probe()
1111 dev_info(dev, "Read MAC address %pM\n", kaweth->configuration.hw_addr); in kaweth_probe()
1186 dev_info(dev, "kaweth interface created at %s\n", in kaweth_probe()
1218 dev_info(&intf->dev, "Unregistering\n"); in kaweth_disconnect()
/linux-4.4.14/drivers/scsi/ufs/
Dufshcd-pltfrm.c63 dev_info(dev, "%s: Unable to find clocks, assuming enabled\n", in ufshcd_parse_clock_info()
75 dev_info(dev, "freq-table-hz property not specified\n"); in ufshcd_parse_clock_info()
143 dev_info(dev, "%s: Unable to find %s regulator, assuming enabled\n", in ufshcd_populate_vreg()
/linux-4.4.14/drivers/gpio/
Dgpio-cs5535.c212 dev_info(&chip->pdev->dev, in chip_gpio_request()
336 dev_info(&pdev->dev, "reserved resource region %pR\n", res); in cs5535_gpio_probe()
346 dev_info(&pdev->dev, "mask changed from 0x%08lX to 0x%08lX\n", in cs5535_gpio_probe()
/linux-4.4.14/drivers/uwb/i1480/dfu/
Ddfu.c166 dev_info(i1480->dev, "state U 0x%08x, L 0x%08x\n", buf[0], buf[1]); in i1480_print_state()
204 dev_info(i1480->dev, "firmware uploaded successfully\n"); in i1480_fw_upload()
/linux-4.4.14/drivers/rtc/
Drtc-ds1347.c138 dev_info(&spi->dev, "DS1347 RTC CTRL Reg = 0x%02x\n", data); in ds1347_probe()
141 dev_info(&spi->dev, "DS1347 RTC Status Reg = 0x%02x\n", data); in ds1347_probe()
Drtc-ds3234.c144 dev_info(&spi->dev, "Control Reg: 0x%02x\n", tmp); in ds3234_probe()
147 dev_info(&spi->dev, "Ctrl/Stat Reg: 0x%02x\n", tmp); in ds3234_probe()
Drtc-test.c43 dev_info(dev, "%s, secs = %lld\n", __func__, (long long)secs); in test_rtc_set_mmss64()
49 dev_info(dev, "%s, secs = %lu\n", __func__, secs); in test_rtc_set_mmss()
/linux-4.4.14/sound/pci/hda/
Dhda_intel.c583 dev_info(chip->card->dev, in azx_get_delay_from_lpib()
647 dev_info(chip->card->dev, in azx_position_ok()
688 dev_info(chip->card->dev, in azx_irq_pending_work()
1147 dev_info(chip->card->dev, in azx_vs_set_state()
1155 dev_info(chip->card->dev, "%s via vga_switcheroo\n", in azx_vs_set_state()
1199 dev_info(chip->card->dev, in init_vga_switcheroo()
1386 dev_info(chip->card->dev, in check_position_fix()
1460 dev_info(chip->card->dev, in check_probe_mask()
1471 dev_info(chip->card->dev, "codec_mask forced to 0x%x\n", in check_probe_mask()
1504 dev_info(chip->card->dev, in check_msi()
[all …]
/linux-4.4.14/drivers/mtd/nand/
Dbf5xx_nand.c264 dev_info(info->device, "syndrome[%d] 0x%08x\n", i, syndrome[i]); in bf5xx_nand_correct_data_256()
266 dev_info(info->device, in bf5xx_nand_correct_data_256()
277 dev_info(info->device, in bf5xx_nand_correct_data_256()
279 dev_info(info->device, in bf5xx_nand_correct_data_256()
630 dev_info(info->device, in bf5xx_nand_hw_init()

12345678910