Home
last modified time | relevance | path

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

12345678910

/linux-4.1.27/drivers/s390/block/
Ddcssblk.c87 struct dcssblk_dev_info *dev_info; in dcssblk_release_segment() local
90 dev_info = container_of(dev, struct dcssblk_dev_info, dev); in dcssblk_release_segment()
91 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment()
95 kfree(dev_info); in dcssblk_release_segment()
106 dcssblk_assign_free_minor(struct dcssblk_dev_info *dev_info) in dcssblk_assign_free_minor() argument
111 if (dev_info == NULL) in dcssblk_assign_free_minor()
123 dev_info->gd->first_minor = minor; in dcssblk_assign_free_minor()
153 struct dcssblk_dev_info *dev_info; in dcssblk_get_segment_by_name() local
156 list_for_each_entry(dev_info, &dcssblk_devices, lh) { in dcssblk_get_segment_by_name()
157 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_get_segment_by_name()
[all …]
/linux-4.1.27/drivers/power/
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 …]
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 …]
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()
Dcharger-manager.c503 dev_info(cm->dev, "%s\n", event); in uevent_notify()
539 dev_info(cm->dev, "VBATT dropped %duV after full-batt\n", diff); in fullbatt_vchk()
572 dev_info(cm->dev, "Charging duration exceed %ums\n", in check_charging_duration()
583 dev_info(cm->dev, "Discharging duration exceed %ums\n", in check_charging_duration()
717 dev_info(cm->dev, "EVENT_HANDLE: Battery Fully Charged\n"); in _cm_monitor()
847 dev_info(cm->dev, "EVENT_HANDLE: Battery Fully Charged\n"); in fullbatt_handler()
1421 dev_info(cm->dev, "'%s' regulator's externally_control is %d\n", in charger_manager_register_sysfs()
1659 dev_info(&pdev->dev, "Ignoring full-battery voltage threshold as it is not supplied\n"); in charger_manager_probe()
1662dev_info(&pdev->dev, "Disabling full-battery voltage drop checking mechanism as it is not supplied… in charger_manager_probe()
1667dev_info(&pdev->dev, "Ignoring full-battery soc(state of charge) threshold as it is not supplied\n… in charger_manager_probe()
[all …]
/linux-4.1.27/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()
De7xxx_edac.c133 const struct e7xxx_dev_info *dev_info; member
465 pvt->dev_info = &e7xxx_devs[dev_idx]; in e7xxx_probe1()
467 pvt->dev_info->err_dev, pvt->bridge_ck); in e7xxx_probe1()
477 mci->ctl_name = pvt->dev_info->ctl_name; in e7xxx_probe1()
/linux-4.1.27/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.c185 dev_info(&pf->pdev->dev, in i40e_get_lump()
1778 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters()
1791 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters()
1851 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters()
1860 dev_info(&pf->pdev->dev, "promiscuous mode forced on\n"); in i40e_sync_vsi_filters()
1874 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters()
1887 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters()
1894 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters()
1991 dev_info(&vsi->back->pdev->dev, in i40e_vlan_stripping_enable()
2020 dev_info(&vsi->back->pdev->dev, in i40e_vlan_stripping_disable()
[all …]
Di40e_txrx.c227 dev_info(&pf->pdev->dev, in i40e_add_del_fdir_udpv4()
233 dev_info(&pf->pdev->dev, in i40e_add_del_fdir_udpv4()
237 dev_info(&pf->pdev->dev, in i40e_add_del_fdir_udpv4()
286 dev_info(&pf->pdev->dev, "Forcing ATR off, sideband rules for TCP/IPv4 flow being applied\n"); in i40e_add_del_fdir_tcpv4()
294 dev_info(&pf->pdev->dev, "ATR re-enabled due to no sideband TCP/IPv4 rules\n"); in i40e_add_del_fdir_tcpv4()
302 dev_info(&pf->pdev->dev, in i40e_add_del_fdir_tcpv4()
308 dev_info(&pf->pdev->dev, "Filter OK for PCTYPE %d loc = %d)\n", in i40e_add_del_fdir_tcpv4()
311 dev_info(&pf->pdev->dev, in i40e_add_del_fdir_tcpv4()
375 dev_info(&pf->pdev->dev, in i40e_add_del_fdir_ipv4()
381 dev_info(&pf->pdev->dev, in i40e_add_del_fdir_ipv4()
[all …]
Di40e_fcoe.c286 dev_info(&pf->pdev->dev, "FCoE capability is disabled\n"); in i40e_init_pf_fcoe()
325 dev_info(&pf->pdev->dev, "FCoE is supported.\n"); in i40e_init_pf_fcoe()
841 dev_info(&pf->pdev->dev, "xid=0x%x device in reset/down\n", in i40e_fcoe_ddp_setup()
848 dev_info(&pf->pdev->dev, "xid 0x%x w/ non-null sgl=%p nents=%d\n", in i40e_fcoe_ddp_setup()
855 dev_info(&pf->pdev->dev, "No DDP pool, xid 0x%x\n", xid); in i40e_fcoe_ddp_setup()
861 dev_info(&pf->pdev->dev, "No percpu ddp pool, xid 0x%x\n", xid); in i40e_fcoe_ddp_setup()
868 dev_info(&pf->pdev->dev, "dma_map_sg for sgl %p, sgc %d failed\n", in i40e_fcoe_ddp_setup()
876 dev_info(&pf->pdev->dev, in i40e_fcoe_ddp_setup()
890 dev_info(&pf->pdev->dev, in i40e_fcoe_ddp_setup()
1563 dev_info(&pf->pdev->dev, "Failed to create FCoE VSI\n"); in i40e_fcoe_vsi_setup()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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, "HM 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.c99 dev_info(&tps6105x->client->dev, in tps6105x_startup()
103 dev_info(&tps6105x->client->dev, in tps6105x_startup()
107 dev_info(&tps6105x->client->dev, in tps6105x_startup()
111 dev_info(&tps6105x->client->dev, in tps6105x_startup()
163 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.c1663 dev_info(wm831x->dev, "Device is an engineering sample\n"); in wm831x_device_init()
1677 dev_info(wm831x->dev, "WM8310 revision %c\n", 'A' + rev); in wm831x_device_init()
1689 dev_info(wm831x->dev, "WM8311 revision %c\n", 'A' + rev); in wm831x_device_init()
1701 dev_info(wm831x->dev, "WM8312 revision %c\n", 'A' + rev); in wm831x_device_init()
1707 dev_info(wm831x->dev, "WM8320 revision %c\n", 'A' + rev); in wm831x_device_init()
1713 dev_info(wm831x->dev, "WM8321 revision %c\n", 'A' + rev); in wm831x_device_init()
1719 dev_info(wm831x->dev, "WM8325 revision %c\n", 'A' + rev); in wm831x_device_init()
1725 dev_info(wm831x->dev, "WM8326 revision %c\n", 'A' + rev); in wm831x_device_init()
1850 dev_info(wm831x->dev, "32.768kHz clock disabled, no RTC\n"); in wm831x_device_init()
1915 dev_info(wm831x->dev, in wm831x_device_suspend()
[all …]
/linux-4.1.27/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()
402 pr_err("QAT: Device %d not found\n", dev_info.accel_id); in adf_ctl_ioctl_get_status()
406 dev_info.state = adf_dev_started(accel_dev) ? DEV_UP : DEV_DOWN; in adf_ctl_ioctl_get_status()
407 dev_info.num_ae = hw_data->get_num_aes(hw_data); in adf_ctl_ioctl_get_status()
408 dev_info.num_accel = hw_data->get_num_accels(hw_data); in adf_ctl_ioctl_get_status()
[all …]
Dadf_aer.c63 dev_info(&pdev->dev, "Acceleration driver hardware error detected.\n"); in adf_error_detected()
91 dev_info(&GET_DEV(accel_dev), "Resetting device qat_dev%d\n", in adf_dev_restore()
95 dev_info(&GET_DEV(accel_dev), in adf_dev_restore()
190 dev_info(&pdev->dev, "Acceleration driver reset completed\n"); in adf_resume()
191 dev_info(&pdev->dev, "Device is up and runnig\n"); in adf_resume()
Dadf_accel_engine.c111 dev_info(&GET_DEV(accel_dev), in adf_ae_start()
129 dev_info(&GET_DEV(accel_dev), in adf_ae_stop()
/linux-4.1.27/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.c1685 dev_info(&pdev->dev, "Relocate IO address: %Lx [%08lx]\n", in xgifb_probe()
1699 XGIRegInit(&xgifb_info->dev_info, xgifb_info->vga_base); in xgifb_probe()
1733 dev_info(&pdev->dev, "chipid = %x\n", xgifb_info->chip); in xgifb_probe()
1777 dev_info(&pdev->dev, in xgifb_probe()
1783 dev_info(&pdev->dev, in xgifb_probe()
1819 dev_info(&pdev->dev, in xgifb_probe()
1824 dev_info(&pdev->dev, in xgifb_probe()
1829 dev_info(&pdev->dev, "XGI301 bridge detected\n"); in xgifb_probe()
1836 dev_info(&pdev->dev, in xgifb_probe()
1841 dev_info(&pdev->dev, in xgifb_probe()
[all …]
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/pci/
Dsetup-res.c114 dev_info(&dev->dev, "can't claim BAR %d %pR: no address assigned\n", in pci_claim_resource()
121 dev_info(&dev->dev, "can't claim BAR %d %pR: no compatible bridge window\n", in pci_claim_resource()
129 dev_info(&dev->dev, "can't claim BAR %d %pR: address conflict with %s %pR\n", in pci_claim_resource()
141 dev_info(&dev->dev, "disabling bridge mem windows\n"); in pci_disable_bridge_window()
189 dev_info(&dev->dev, "BAR %d: trying firmware assignment %pR\n", in pci_revert_fw_address()
193 dev_info(&dev->dev, "BAR %d: %pR conflicts with %s %pR\n", in pci_revert_fw_address()
275 dev_info(&dev->dev, "BAR %d: can't assign %pR (bogus alignment)\n", in pci_assign_resource()
289 dev_info(&dev->dev, "BAR %d: no space for %pR\n", resno, res); in pci_assign_resource()
294 dev_info(&dev->dev, "BAR %d: failed to assign %pR\n", resno, in pci_assign_resource()
301 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()
214 dev_info(&dev->dev, "Applying VIA southbridge workaround\n"); in quirk_vialatency()
232 dev_info(&dev->dev, "Limiting direct PCI/PCI transfers\n"); in quirk_viaetbf()
241 dev_info(&dev->dev, "Limiting direct PCI/PCI transfers\n"); in quirk_vsfx()
256 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.c195 dev_info(&pdev->xdev->dev, in pcifront_bus_read()
204 dev_info(&pdev->xdev->dev, "read got back value %x\n", in pcifront_bus_read()
234 dev_info(&pdev->xdev->dev, in pcifront_bus_write()
405 dev_info(&pdev->xdev->dev, "claiming resource %s/%d\n", in pcifront_claim_resource()
439 dev_info(&pdev->xdev->dev, "New device on " in pcifront_scan_bus()
466 dev_info(&pdev->xdev->dev, "Creating PCI Frontend Bus %04x:%02x\n", in pcifront_scan_root()
529 dev_info(&pdev->xdev->dev, "Rescanning PCI Frontend Bus %04x:%02x\n", in pcifront_rescan_root()
687 dev_info(&pdev->xdev->dev, "Installing PCI frontend\n"); in pcifront_connect_and_init_dma()
707 dev_info(&pdev->xdev->dev, in pcifront_disconnect()
Dprobe.c251 dev_info(&dev->dev, FW_BUG "reg 0x%x: invalid BAR (can't size)\n", in __pci_read_base()
272 dev_info(&dev->dev, "reg 0x%x: can't handle BAR above 4GB (bus address %#010llx)\n", in __pci_read_base()
299 dev_info(&dev->dev, "reg 0x%x: initial BAR value %#010llx invalid\n", in __pci_read_base()
462 dev_info(&dev->dev, "PCI bridge to %pR%s\n", in pci_read_bridge_bases()
793 dev_info(&dev->dev, "bridge configuration invalid ([bus %02x-%02x]), reconfiguring\n", in pci_scan_bridge()
941 dev_info(&child->dev, "%pR %s hidden behind%s bridge %s %pR\n", in pci_scan_bridge()
1173 dev_info(&dev->dev, "device has non-compliant BARs; disabling IO/MEM decoding\n"); in pci_setup_device()
1204 dev_info(&dev->dev, "legacy IDE quirk: reg 0x10: %pR\n", in pci_setup_device()
1211 dev_info(&dev->dev, "legacy IDE quirk: reg 0x14: %pR\n", in pci_setup_device()
1220 dev_info(&dev->dev, "legacy IDE quirk: reg 0x18: %pR\n", in pci_setup_device()
[all …]
/linux-4.1.27/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.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_pci.c68 dev_info(&pdev->dev, in rtl8192_pci_findadapter()
74 dev_info(&pdev->dev, in rtl8192_pci_findadapter()
80 dev_info(&pdev->dev, in rtl8192_pci_findadapter()
89 dev_info(&pdev->dev, in rtl8192_pci_findadapter()
92 dev_info(&pdev->dev, in rtl8192_pci_findadapter()
/linux-4.1.27/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.1.27/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.1.27/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.c207 dev_info(dev, "%s: clock input from PHY\n", __func__); in gmac_clk_init()
343 dev_info(dev, "%s: clock input or output? (%s).\n", in rk_gmac_setup()
358 dev_info(dev, "%s: TX delay(0x%x).\n", __func__, value); in rk_gmac_setup()
369 dev_info(dev, "%s: RX delay(0x%x).\n", __func__, value); in rk_gmac_setup()
379 dev_info(dev, "%s: init for RGMII\n", __func__); in rk_gmac_setup()
382 dev_info(dev, "%s: init for RMII\n", __func__); in rk_gmac_setup()
/linux-4.1.27/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.1.27/drivers/staging/unisys/visorchipset/
Dvisorchipset_main.c946 struct visorchipset_device_info *dev_info = in device_epilog() local
953 if (!dev_info) in device_epilog()
961 memcpy(&dev_info->pending_msg_hdr, msg_hdr, in device_epilog()
964 dev_info->pending_msg_hdr.id = CONTROLVM_INVALID; in device_epilog()
1150 struct visorchipset_device_info *dev_info = NULL; in my_device_create() local
1154 dev_info = finddevice(&dev_info_list, bus_no, dev_no); in my_device_create()
1155 if (dev_info && (dev_info->state.created == 1)) { in my_device_create()
1174 dev_info = kzalloc(sizeof(*dev_info), GFP_KERNEL); in my_device_create()
1175 if (!dev_info) { in my_device_create()
1182 INIT_LIST_HEAD(&dev_info->entry); in my_device_create()
[all …]
/linux-4.1.27/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.1.27/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()
714 dev_info(&interface->dev, in sasem_probe()
724 dev_info(&interface->dev, in sasem_probe()
738 dev_info(&interface->dev, in sasem_probe()
809 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()
846 dev_info(dev, "Registered iMON driver (lirc minor: %d)\n", in imon_probe()
890 dev_info(dev, "%s: could not get a minor number for display\n", in imon_probe()
895 dev_info(dev, "iMON device (%04x:%04x, intf%d) on usb<%d:%d> initialized\n", in imon_probe()
975 dev_info(&interface->dev, "%s: iMON device (intf%d) disconnected\n", in imon_disconnect()
/linux-4.1.27/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.1.27/drivers/media/platform/s5p-tv/
Dsdo_drv.c107 dev_info(sdev->dev, #reg_id " = %08x\n", \ in sdo_reg_debug()
185 dev_info(dev, "sdo_s_power(%d)\n", on); in sdo_s_power()
207 dev_info(sdev->dev, "fout_vpll.rate = %lu\n", in sdo_streamon()
273 dev_info(dev, "suspend\n"); in sdo_runtime_suspend()
286 dev_info(dev, "resume\n"); in sdo_runtime_resume()
338 dev_info(dev, "probe start\n"); in sdo_probe()
410 dev_info(dev, "fout_vpll.rate = %lu\n", clk_get_rate(sclk_vpll)); in sdo_probe()
448 dev_info(dev, "probe succeeded\n"); in sdo_probe()
460 dev_info(dev, "probe failed\n"); in sdo_probe()
476 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.1.27/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()
Dkapi.c58 dev_info(pps->dev, "echo %s %s\n", in pps_echo_client_default()
128 dev_info(pps->dev, "new PPS source %s\n", info->name); in pps_register_source()
/linux-4.1.27/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.1.27/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()
611 dev_info(&pdev->dev, "Apple %s chipset\n", in agp_uninorth_probe()
/linux-4.1.27/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.1.27/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.1.27/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()
268 dev_info(&dev->pci->dev, "%s: chip->msi_en = %d, pci->irq = %d\n", in rtsx_acquire_irq()
428 dev_info(&dev->pci->dev, "-- rtsx-control exiting\n"); in rtsx_control_thread()
547 dev_info(&dev->pci->dev, "-- rtsx-polling exiting\n"); in rtsx_polling_thread()
635 dev_info(&dev->pci->dev, "-- %s\n", __func__); in rtsx_release_resources()
641 dev_info(&dev->pci->dev, "-- sending exit command to thread\n"); in rtsx_release_resources()
[all …]
/linux-4.1.27/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.1.27/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()
67 struct dev_info *dev0; in linear_mergeable_bvec()
132 conf = kzalloc (sizeof (*conf) + raid_disks*sizeof(struct dev_info), in linear_conf()
142 struct dev_info *disk = conf->disks + j; in linear_conf()
262 struct dev_info *tmp_dev; in linear_make_request()
/linux-4.1.27/drivers/extcon/
Dextcon-palmas.c61 dev_info(palmas_usb->dev, "USB cable is attached\n"); in palmas_vbus_irq_handler()
70 dev_info(palmas_usb->dev, "USB cable is detached\n"); in palmas_vbus_irq_handler()
97 dev_info(palmas_usb->dev, "USB-HOST cable is attached\n"); in palmas_id_irq_handler()
105 dev_info(palmas_usb->dev, "USB-HOST cable is detached\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 attached\n"); in palmas_id_irq_handler()
Dextcon-max77693.c320 dev_info(info->dev, in max77693_muic_set_path()
489 dev_info(info->dev, in max77693_muic_dock_handler()
649 dev_info(info->dev, in max77693_muic_jig_handler()
700 dev_info(info->dev, in max77693_muic_adc_handler()
783 dev_info(info->dev, in max77693_muic_adc_handler()
809 dev_info(info->dev, in max77693_muic_chg_handler()
1270 dev_info(info->dev, "device ID : 0x%x\n", id); in max77693_muic_probe()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/hwtracing/coresight/
Dcoresight-replicator.c42 dev_info(drvdata->dev, "REPLICATOR enabled\n"); in replicator_enable()
51 dev_info(drvdata->dev, "REPLICATOR disabled\n"); in replicator_disable()
98 dev_info(dev, "REPLICATOR initialized\n"); in replicator_probe()
Dcoresight-tpiu.c83 dev_info(drvdata->dev, "TPIU enabled\n"); in tpiu_enable()
107 dev_info(drvdata->dev, "TPIU disabled\n"); in tpiu_disable()
174 dev_info(dev, "TPIU initialized\n"); in tpiu_probe()
Dcoresight-funnel.c78 dev_info(drvdata->dev, "FUNNEL inport %d enabled\n", inport); in funnel_enable()
104 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.1.27/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()
363 dev_info(&pdev->dev, in coh901327_probe()
Dimgpdc_wdt.c212 dev_info(&pdev->dev, in pdc_wdt_probe()
216 dev_info(&pdev->dev, in pdc_wdt_probe()
220 dev_info(&pdev->dev, in pdc_wdt_probe()
224 dev_info(&pdev->dev, in pdc_wdt_probe()
228 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()
622 dev_info(dev, "starting watchdog timer\n"); in s3c2410wdt_probe()
644 dev_info(dev, "watchdog %sactive, reset %sabled, irq %sabled\n", in s3c2410wdt_probe()
728 dev_info(dev, "watchdog %sabled\n", in s3c2410wdt_resume()
Dbcm2835_wdt.c69 dev_info(wdog->dev, "Watchdog timer stopped"); in bcm2835_wdt_stop()
139 dev_info(dev, "Broadcom BCM2835 watchdog timer"); in bcm2835_wdt_probe()
Dmax63xx_wdt.c186 dev_info(&pdev->dev, "requesting %ds heartbeat\n", heartbeat); in max63xx_wdt_probe()
194 dev_info(&pdev->dev, "using %ds heartbeat with %ds initial delay\n", in max63xx_wdt_probe()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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 …]
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c69 dev_info(ctodev(card), in gelic_card_set_irq_mask()
166 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 …]
Dspider_net.c1006 dev_info(dev, "Total number of descrs=%d\n", in show_rx_chain()
1008 dev_info(dev, "Chain tail located at descr=%d, status=0x%x\n", in show_rx_chain()
1022 dev_info(dev, "Chain head is at %d, head status=0x%x\n", in show_rx_chain()
1026 dev_info(dev, "HW curr desc (GDACTDPA) is at %d, status=0x%x\n", in show_rx_chain()
1030 dev_info(dev, "HW next desc (GDACNEXTDA) is at %d, status=0x%x\n", in show_rx_chain()
1034 dev_info(dev, "chain is cut at %d\n", off); in show_rx_chain()
1039 dev_info(dev, "Have %d (from %d to %d) descrs " in show_rx_chain()
1050 dev_info(dev, "Last %d descrs with stat=0x%08x " in show_rx_chain()
1061 dev_info(dev, "Descr %d stat=0x%08x skb=%p\n", in show_rx_chain()
1063 dev_info(dev, "bus addr=%08x buf addr=%08x sz=%d\n", in show_rx_chain()
[all …]
/linux-4.1.27/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()
Dpps-gpio.c177 dev_info(data->pps->dev, "Registered IRQ %d as PPS source\n", in pps_gpio_probe()
188 dev_info(&pdev->dev, "removed IRQ %d as PPS source\n", data->irq); in pps_gpio_remove()
/linux-4.1.27/drivers/usb/misc/
Dusbtest.c1942 dev_info(&dev->intf->dev, in test_iso_queue()
1959 dev_info(&dev->intf->dev, in test_iso_queue()
2117 dev_info(&intf->dev, "TEST 0: NOP\n"); in usbtest_ioctl()
2125 dev_info(&intf->dev, in usbtest_ioctl()
2140 dev_info(&intf->dev, in usbtest_ioctl()
2155 dev_info(&intf->dev, in usbtest_ioctl()
2171 dev_info(&intf->dev, in usbtest_ioctl()
2189 dev_info(&intf->dev, in usbtest_ioctl()
2208 dev_info(&intf->dev, in usbtest_ioctl()
2226 dev_info(&intf->dev, in usbtest_ioctl()
[all …]
Drio500.c96 dev_info(&rio->rio_dev->dev, "Rio opened.\n"); in open_rio()
108 dev_info(&rio->rio_dev->dev, "Rio closed.\n"); in close_rio()
469 dev_info(&intf->dev, "USB Rio found at address %d\n", dev->devnum); in probe_rio()
526 dev_info(&intf->dev, "USB Rio disconnected.\n"); in disconnect_rio()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/misc/cxl/
Dpci.c189 dev_info(&dev->dev, "dump_cxl_config_space\n"); in dump_cxl_config_space()
192 dev_info(&dev->dev, "BAR0: %#.8x\n", val); in dump_cxl_config_space()
194 dev_info(&dev->dev, "BAR1: %#.8x\n", val); in dump_cxl_config_space()
196 dev_info(&dev->dev, "BAR2: %#.8x\n", val); in dump_cxl_config_space()
198 dev_info(&dev->dev, "BAR3: %#.8x\n", val); in dump_cxl_config_space()
200 dev_info(&dev->dev, "BAR4: %#.8x\n", val); in dump_cxl_config_space()
202 dev_info(&dev->dev, "BAR5: %#.8x\n", val); in dump_cxl_config_space()
204 dev_info(&dev->dev, "p1 regs: %#llx, len: %#llx\n", in dump_cxl_config_space()
206 dev_info(&dev->dev, "p2 regs: %#llx, len: %#llx\n", in dump_cxl_config_space()
208 dev_info(&dev->dev, "BAR 4/5: %#llx, len: %#llx\n", in dump_cxl_config_space()
[all …]
/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/amd/amdkfd/
Dkfd_module.c109 dev_info(kfd_device, "Initialized module\n"); in kfd_module_init()
127 dev_info(kfd_device, "Removed module\n"); in kfd_module_exit()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/usb/phy/
Dphy-tahvo.c102 dev_info(&tu->pt_dev->dev, "USB cable connected\n"); in check_vbus_state()
117 dev_info(&tu->pt_dev->dev, "USB cable disconnected\n"); in check_vbus_state()
294 dev_info(device, "HOST mode: host controller present\n"); in otg_mode_store()
297 dev_info(device, "HOST mode: no host controller, powering off\n"); in otg_mode_store()
306 dev_info(device, "PERIPHERAL mode: gadget driver present\n"); in otg_mode_store()
309 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.1.27/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()
420 dev_info(&udev->dev, "r8712u: Boot from %s: Autoload %s\n", in r871xu_drv_init()
521 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.1.27/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.1.27/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.1.27/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.1.27/drivers/gpu/drm/mgag200/
Dmgag200_cursor.c141 dev_info(&dev->pdev->dev, "Video card doesn't support cursors with partial transparency.\n"); in mga_crtc_cursor_set()
142 dev_info(&dev->pdev->dev, "Not enabling hardware cursor.\n"); in mga_crtc_cursor_set()
163 dev_info(&dev->pdev->dev, "Video card only supports cursors with up to 16 colours.\n"); in mga_crtc_cursor_set()
164 dev_info(&dev->pdev->dev, "Not enabling hardware cursor.\n"); in mga_crtc_cursor_set()
/linux-4.1.27/arch/x86/pci/
Dfixup.c45 dev_info(&d->dev, "i440KX/GX host bridge; secondary bus %02x\n", busno); in pci_fixup_i450gx()
295 dev_info(&pbus->dev, "writes to ASPM control bits will be ignored\n"); in pcie_rootport_aspm_quirk()
395 dev_info(&dev->dev, "Detected MSI K8T Neo2-FIR; " in pci_fixup_msi_k8t_onboard_sound()
398 dev_info(&dev->dev, "Detected MSI K8T Neo2-FIR; " in pci_fixup_msi_k8t_onboard_sound()
534 dev_info(&dev->dev, "reg 0x14 contains HPET; making it immovable\n"); in sb600_hpet_quirk()
Dacpi.c253 dev_info(dev, "host bridge window %pR (ignored, not CPU addressable)\n", in validate_resources()
258 dev_info(dev, "host bridge window %pR ([%#llx-%#llx] ignored, not CPU addressable)\n", in validate_resources()
277 dev_info(dev, "host bridge window expanded to %pR; %pR ignored\n", in validate_resources()
314 dev_info(&info->bridge->dev, in add_resources()
417dev_info(&device->dev, FW_BUG "no _PXM; falling back to node %d from hardware (may be inconsistent… in pci_acpi_scan_root()
Dirq.c434 dev_info(&dev->dev, "VLSI router PIRQ escape (%d)\n", pirq); in pirq_vlsi_get()
444 dev_info(&dev->dev, "VLSI router PIRQ escape (%d)\n", pirq); in pirq_vlsi_set()
490 dev_info(&dev->dev, in pirq_amd756_get()
498 dev_info(&dev->dev, in pirq_amd756_set()
857 dev_info(&pirq_router_dev->dev, "%s IRQ router [%04x:%04x]\n", in pirq_find_router()
987 dev_info(&dev->dev, "%s PCI INT %c -> IRQ %d\n", msg, 'A' + pin - 1, irq); in pcibios_lookup_irq()
1007 dev_info(&dev2->dev, "IRQ routing conflict: " in pcibios_lookup_irq()
1016 dev_info(&dev->dev, "sharing IRQ %d with %s\n", in pcibios_lookup_irq()
1234 dev_info(&dev->dev, "PCI->APIC IRQ transform: " in pirq_enable_irq()
/linux-4.1.27/drivers/power/reset/
Dltc2952-poweroff.c132 dev_info(data->dev, "executing shutdown\n"); in ltc2952_poweroff_timer_trigger()
244 dev_info(&pdev->dev, in ltc2952_poweroff_init()
289 dev_info(&pdev->dev, "probe successful\n"); in ltc2952_poweroff_probe()
/linux-4.1.27/arch/x86/kernel/
Dpci-dma.c217 dev_info(dev, "PCI: Disallowing DAC for device\n"); in dma_supported()
244 dev_info(dev, "Force SAC with mask %Lx\n", mask); in dma_supported()
278 dev_info(&dev->dev, "disabling DAC on VIA PCI bridge\n"); in via_no_dac()
/linux-4.1.27/drivers/rtc/
Drtc-pcf2127.c61 dev_info(&client->dev, in pcf2127_get_datetime()
147 dev_info(dev, "low voltage detected, date/time is not reliable.\n"); in pcf2127_rtc_ioctl()
192 dev_info(&client->dev, "chip found, driver version " DRV_VERSION "\n"); in pcf2127_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-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-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.1.27/drivers/pcmcia/
Do2micro.h155 dev_info(&socket->dev->dev, in o2micro_override()
162 dev_info(&socket->dev->dev, in o2micro_override()
/linux-4.1.27/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.1.27/drivers/acpi/
Dpci_root.c174 dev_info(&root->device->dev, "_OSC: %s [%s]\n", msg, buf); in decode_osc_bits()
461 dev_info(&device->dev, "_OSC failed (%s); disabling ASPM\n", in negotiate_os_control()
468 dev_info(&device->dev, "PCIe port services disabled; not requesting _OSC control\n"); in negotiate_os_control()
484 dev_info(&device->dev, in negotiate_os_control()
501 dev_info(&device->dev, "FADT indicates ASPM is unsupported, using BIOS configuration\n"); in negotiate_os_control()
507 dev_info(&device->dev, "_OSC failed (%s); disabling ASPM\n", in negotiate_os_control()
/linux-4.1.27/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.1.27/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.1.27/drivers/scsi/
Dhpsa.c957 dev_info(&h->pdev->dev, "%s device c%db%dt%dl%d added.\n", in hpsa_scsi_add_entry()
992 dev_info(&h->pdev->dev, "%s device c%db%dt%dl%d updated.\n", in hpsa_scsi_update_entry()
1020 dev_info(&h->pdev->dev, "%s device c%db%dt%dl%d changed.\n", in hpsa_scsi_replace_entry()
1042 dev_info(&h->pdev->dev, "%s device c%db%dt%dl%d removed.\n", in hpsa_scsi_remove_entry()
1193 dev_info(&h->pdev->dev, in hpsa_show_volume_status()
1201 dev_info(&h->pdev->dev, in hpsa_show_volume_status()
1207 dev_info(&h->pdev->dev, in hpsa_show_volume_status()
1213 dev_info(&h->pdev->dev, in hpsa_show_volume_status()
1219 dev_info(&h->pdev->dev, in hpsa_show_volume_status()
1225 dev_info(&h->pdev->dev, in hpsa_show_volume_status()
[all …]
/linux-4.1.27/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.1.27/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()
Dusb_boot.c212 dev_info(&usbdev->dev, "GCT: Kernel download success.\n"); in usb_boot()
223 dev_info(&usbdev->dev, "GCT: Filesystem download success.\n"); in usb_boot()
354 dev_info(&usbdev->dev, "GCT Emergency: Filesystem download success.\n"); in usb_emergency()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_wc_x86_64.c133 dev_info(&dd->pcidev->dev, in ipath_enable_wc()
163 dev_info(&dd->pcidev->dev, in ipath_disable_wc()
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.c318 dev_info(&dd->pcidev->dev, in ipath_verify_pioperf()
331 dev_info(&dd->pcidev->dev, in ipath_verify_pioperf()
436 dev_info(&pdev->dev, "BAR is 0 (probable RESET), " in ipath_init_one()
462 dev_info(&pdev->dev, "pci_request_regions unit %u fails: " in ipath_init_one()
476 dev_info(&pdev->dev, in ipath_init_one()
485 dev_info(&pdev->dev, in ipath_init_one()
495 dev_info(&pdev->dev, in ipath_init_one()
657 dev_info(&dd->pcidev->dev, "%lu special trigger hits\n", in cleanup_device()
1453 dev_info(&dd->pcidev->dev, in ipath_setrcvhdrsize()
2066 dev_info(&dd->pcidev->dev, "Enabling IB local loopback\n"); in ipath_set_linkstate()
[all …]
/linux-4.1.27/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.1.27/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.1.27/sound/pci/asihpi/
Dhpioctl.c433 dev_info(&pci_dev->dev, in asihpi_adapter_probe()
444 dev_info(&pci_dev->dev, in asihpi_adapter_probe()
490 dev_info(&pci_dev->dev, "using irq %d\n", pci_dev->irq); in asihpi_adapter_probe()
493 dev_info(&pci_dev->dev, "using polled mode\n"); in asihpi_adapter_probe()
496 dev_info(&pci_dev->dev, "probe succeeded for ASI%04X HPI index %d\n", in asihpi_adapter_probe()
553 dev_info(&pci_dev->dev, in asihpi_adapter_remove()
/linux-4.1.27/drivers/misc/mei/
Dnfc.c253 dev_info(dev->dev, "IVN 0x%x Vendor ID 0x%x\n", in mei_nfc_connect()
256 dev_info(dev->dev, "ME FW %d.%d.%d.%d\n", in mei_nfc_connect()
443 dev_info(dev->dev, "NFC MEI VERSION: IVN 0x%x Vendor ID 0x%x Type 0x%x\n", in mei_nfc_init()
506 dev_info(dev->dev, "nfc: failed to find the client\n"); in mei_nfc_host_init()
529 dev_info(dev->dev, "nfc: failed to find the client\n"); in mei_nfc_host_init()
/linux-4.1.27/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.1.27/sound/pci/hda/
Dhda_intel.c525 dev_info(chip->card->dev, in azx_get_delay_from_lpib()
581 dev_info(chip->card->dev, in azx_position_ok()
617 dev_info(chip->card->dev, in azx_irq_pending_work()
1014 dev_info(chip->card->dev, in azx_vs_set_state()
1022 dev_info(chip->card->dev, "%s via VGA-switcheroo\n", in azx_vs_set_state()
1066 dev_info(chip->card->dev, in init_vga_switcheroo()
1242 dev_info(chip->card->dev, in check_position_fix()
1316 dev_info(chip->card->dev, in check_probe_mask()
1327 dev_info(chip->card->dev, "codec_mask forced to 0x%x\n", in check_probe_mask()
1360 dev_info(chip->card->dev, in check_msi()
[all …]
/linux-4.1.27/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.1.27/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.1.27/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()
1192 dev_info(dev, "kaweth interface created at %s\n", in kaweth_probe()
1224 dev_info(&intf->dev, "Unregistering\n"); in kaweth_disconnect()
/linux-4.1.27/drivers/hwmon/
Datxp1.c193 dev_info(dev, "Writing 0x%x to GPIO1.\n", (unsigned int)value); in atxp1_storegpio1()
238 dev_info(dev, "Writing 0x%x to GPIO1.\n", (unsigned int)value); in atxp1_storegpio2()
327 dev_info(dev, "Using VRM: %d.%d\n", data->vrm / 10, data->vrm % 10); in atxp1_probe()
/linux-4.1.27/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.1.27/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()
Dphy.c190 dev_info(i1480->dev, "error, PHY not ready: %u\n", phy_stat); in i1480_phy_fw_upload()
193 dev_info(i1480->dev, "PHY fw '%s': uploaded\n", i1480->phy_fw_name); in i1480_phy_fw_upload()
/linux-4.1.27/drivers/media/tuners/
Dsi2157.c141 dev_info(&client->dev, "found a 'Silicon Labs Si21%d-%c%c%c'\n", in si2157_init()
163 dev_info(&client->dev, "downloading firmware from file '%s'\n", in si2157_init()
203 dev_info(&client->dev, "firmware version: %c.%c.%d\n", in si2157_init()
401 dev_info(&client->dev, "Silicon Labs %s successfully attached\n", in si2157_probe()
/linux-4.1.27/drivers/remoteproc/
Dremoteproc_core.c794 dev_info(dev, "Booting fw image %s, size %zd\n", name, fw->size); in rproc_fw_boot()
866 dev_info(dev, "remote processor %s is now up\n", rproc->name); in rproc_fw_boot()
1065 dev_info(dev, "powering up %s\n", rproc->name); in rproc_boot()
1145 dev_info(dev, "stopped remote processor %s\n", rproc->name); in rproc_shutdown()
1183 dev_info(dev, "%s is available\n", rproc->name); in rproc_add()
1185 dev_info(dev, "Note: remoteproc is still under development and considered experimental.\n"); in rproc_add()
1186dev_info(dev, "THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaran… in rproc_add()
1208 dev_info(&rproc->dev, "releasing %s\n", rproc->name); in rproc_type_release()
/linux-4.1.27/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()
629 dev_info(info->device, in bf5xx_nand_hw_init()
Ds3c2410.c294 dev_info(info->device, "Tacls=%d, %dns Twrph0=%d %dns, Twrph1=%d %dns\n", in s3c2410_nand_setrate()
826 dev_info(info->device, "System booted from NAND\n"); in s3c2410_nand_init_chip()
872 dev_info(info->device, "NAND ECC disabled\n"); in s3c2410_nand_init_chip()
875 dev_info(info->device, "NAND soft ECC\n"); in s3c2410_nand_init_chip()
878 dev_info(info->device, "NAND hardware ECC\n"); in s3c2410_nand_init_chip()
881 dev_info(info->device, "NAND ECC UNKNOWN\n"); in s3c2410_nand_init_chip()
1042 dev_info(&pdev->dev, "clock idle support enabled\n"); in s3c24xx_nand_probe()
/linux-4.1.27/drivers/crypto/caam/
Dctrl.c214 dev_info(ctrldev, "Instantiated RNG4 SH%d\n", sh_idx); in instantiate_rng()
268 dev_info(ctrldev, "Deinstantiated RNG4 SH%d\n", sh_idx); in deinstantiate_rng()
574 dev_info(dev, in caam_probe()
617 dev_info(dev, "device ID = 0x%016llx (Era %d)\n", caam_id, in caam_probe()
619 dev_info(dev, "job rings = %d, qi = %d\n", in caam_probe()
/linux-4.1.27/drivers/clocksource/
Dsh_tmu.c334 dev_info(&ch->tmu->pdev->dev, "ch%u: used as clock source\n", in sh_tmu_register_clocksource()
380 dev_info(&ch->tmu->pdev->dev, in sh_tmu_clock_event_mode()
385 dev_info(&ch->tmu->pdev->dev, in sh_tmu_clock_event_mode()
437 dev_info(&ch->tmu->pdev->dev, "ch%u: used for clock events\n", in sh_tmu_register_clockevent()
617 dev_info(&pdev->dev, "kept as earlytimer\n"); in sh_tmu_probe()
/linux-4.1.27/drivers/platform/x86/
Dintel_ips.c651 dev_info(&ips->dev->dev, in cpu_exceeded()
1177 dev_info(&ips->dev->dev, "TSES: 0x%02x\n", tses); in ips_irq_handler()
1178 dev_info(&ips->dev->dev, "TES: 0x%02x\n", tes); in ips_irq_handler()
1375 dev_info(&ips->dev->dev, "Non-IPS CPU detected.\n"); in ips_detect_cpu()
1397 dev_info(&ips->dev->dev, "No CPUID match found.\n"); in ips_detect_cpu()
1406 dev_info(&ips->dev->dev, "CPU TDP doesn't match expected value (found %d, expected %d)\n", in ips_detect_cpu()
1461 dev_info(&ips->dev->dev, in ips_gpu_turbo_enabled()
1528 dev_info(&dev->dev, "IPS not supported on this CPU\n"); in ips_probe()
1590 dev_info(&dev->dev, "failed to get i915 symbols, graphics turbo disabled until i915 loads\n"); in ips_probe()
1667 dev_info(&dev->dev, "IPS driver initialized, MCP temp limit %d\n", in ips_probe()
/linux-4.1.27/drivers/staging/iio/light/
Dtsl2583.c208 dev_info(&chip->client->dev, "taos_get_lux device is busy\n"); in taos_get_lux()
412 dev_info(&chip->client->dev, "device is already enabled\n"); in taos_chip_on()
726 dev_info(dev, "LUX TABLE INPUT ERROR 1 Value[0]=%d\n", n); in taos_luxtable_store()
730 dev_info(dev, "LUX TABLE INPUT ERROR 2 Value[0]=%d\n", n); in taos_luxtable_store()
848 dev_info(&clientp->dev, in taos_probe()
877 dev_info(&clientp->dev, "Light sensor found.\n"); in taos_probe()
Dtsl2x7x_core.c622 dev_info(&chip->client->dev, in tsl2x7x_als_calibrate()
675 dev_info(&chip->client->dev, "device is already enabled\n"); in tsl2x7x_chip_on()
740 dev_info(&chip->client->dev, "Setting Up Interrupt(s)\n"); in tsl2x7x_chip_on()
888 dev_info(&chip->client->dev, "2 i=%d prox data= %d\n", in tsl2x7x_prox_cal()
898 dev_info(&chip->client->dev, " cal min=%d mean=%d max=%d\n", in tsl2x7x_prox_cal()
900 dev_info(&chip->client->dev, in tsl2x7x_prox_cal()
988 dev_info(&chip->client->dev, "%s: als time = %d", in tsl2x7x_als_time_store()
1065 dev_info(&chip->client->dev, "%s: als persistence = %d", in tsl2x7x_als_persistence_store()
1111 dev_info(&chip->client->dev, "%s: prox persistence = %d", in tsl2x7x_prox_persistence_store()
1179 dev_info(dev, "LUX TABLE INPUT ERROR 1 Value[0]=%d\n", n); in tsl2x7x_luxtable_store()
[all …]
/linux-4.1.27/drivers/hid/
Dhid-aureal.c24 dev_info(&hdev->dev, "fixing Aureal Cy se W-01RN USB_V3.1 report descriptor.\n"); in aureal_report_fixup()
/linux-4.1.27/drivers/usb/serial/
Dbus.c74 dev_info(&port->serial->dev->dev, in usb_serial_device_probe()
116 dev_info(dev, "%s converter now disconnected from ttyUSB%d\n", in usb_serial_device_remove()
/linux-4.1.27/drivers/eisa/
Deisa-bus.c321 dev_info(root->dev, "Probing EISA bus %d\n", root->bus_nr); in eisa_probe()
349 dev_info(&edev->dev, "EISA: Mainboard %s detected\n", edev->id.sig); in eisa_probe()
391 dev_info(&edev->dev, "EISA: slot %d: %s detected%s\n", i, in eisa_probe()
404 dev_info(root->dev, "EISA: Detected %d card%s\n", c, c == 1 ? "" : "s"); in eisa_probe()
/linux-4.1.27/drivers/staging/fbtft/
Dfbtft.h424 dev_info(dev, format, ##arg); \
430 dev_info(par->info->device, format, ##arg); \
436 dev_info(dev, format, ##arg); \
/linux-4.1.27/sound/pci/au88x0/
Dau88x0.c51 dev_info(&vortex->dev, "vortex latency is 0xff\n"); in vortex_fix_latency()
72 dev_info(&via->dev, "bridge config is 0x%x\n", value | 0x10); in vortex_fix_agp_bridge()
98 dev_info(&vortex->dev, in snd_vortex_workaround()
/linux-4.1.27/drivers/scsi/ufs/
Dufshcd-pltfrm.c76 dev_info(dev, "%s: Unable to find clocks, assuming enabled\n", in ufshcd_parse_clock_info()
88 dev_info(dev, "freq-table-hz property not specified\n"); in ufshcd_parse_clock_info()
156 dev_info(dev, "%s: Unable to find %s regulator, assuming enabled\n", in ufshcd_populate_vreg()
/linux-4.1.27/drivers/iio/common/ssp_sensors/
Dssp_dev.c104 dev_info(&data->spi->dev, "current shutdown = %d, old = %d\n", enable, in ssp_enable_mcu()
146 dev_info(&data->spi->dev, in ssp_check_fwbl()
377 dev_info(&data->spi->dev, "MCU device ID = %d\n", ret); in ssp_initialize_mcu()
398 dev_info(&data->spi->dev, "MCU Firm Rev : New = %8u\n", in ssp_initialize_mcu()
413 dev_info(&data->spi->dev, "refreshing\n"); in ssp_refresh_task()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf_main.c489 dev_info(&adapter->pdev->dev, in i40evf_request_traffic_irqs()
1278 dev_info(&adapter->pdev->dev, "Multiqueue %s: Queue pair count = %u", in i40evf_init_interrupt_scheme()
1499 dev_info(&adapter->pdev->dev, "Requesting reset from PF\n"); in i40evf_reset_task()
1590 dev_info(&adapter->pdev->dev, "Failed to init adminq: %d\n", in i40evf_reset_task()
1674 dev_info(&adapter->pdev->dev, "ARQ VF Error detected\n"); in i40evf_adminq_task()
1678 dev_info(&adapter->pdev->dev, "ARQ Overflow Error detected\n"); in i40evf_adminq_task()
1682 dev_info(&adapter->pdev->dev, "ARQ Critical Error detected\n"); in i40evf_adminq_task()
1691 dev_info(&adapter->pdev->dev, "ASQ VF Error detected\n"); in i40evf_adminq_task()
1695 dev_info(&adapter->pdev->dev, "ASQ Overflow Error detected\n"); in i40evf_adminq_task()
1699 dev_info(&adapter->pdev->dev, "ASQ Critical Error detected\n"); in i40evf_adminq_task()
[all …]
/linux-4.1.27/drivers/media/rc/img-ir/
Dimg-ir-core.c69 dev_info(priv->dev, in img_ir_ident()
75 dev_info(priv->dev, "Modes:%s%s\n", in img_ir_ident()
/linux-4.1.27/arch/arm/mach-u300/
Ddummyspichip.c223 dev_info(&spi->dev, "probing dummy SPI device\n"); in pl022_dummy_probe()
251 dev_info(&spi->dev, "removing dummy SPI device\n"); in pl022_dummy_remove()

12345678910