/drivers/s390/block/ |
D | dcssblk.c | 87 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 …]
|
/drivers/power/ |
D | ds2781_battery.c | 61 static inline int ds2781_battery_io(struct ds2781_device_info *dev_info, in ds2781_battery_io() argument 64 return w1_ds2781_io(dev_info->w1_dev, buf, addr, count, io); in ds2781_battery_io() 67 static int w1_ds2781_read(struct ds2781_device_info *dev_info, char *buf, in w1_ds2781_read() argument 70 return ds2781_battery_io(dev_info, buf, addr, count, 0); in w1_ds2781_read() 73 static inline int ds2781_read8(struct ds2781_device_info *dev_info, u8 *val, in ds2781_read8() argument 76 return ds2781_battery_io(dev_info, val, addr, sizeof(u8), 0); in ds2781_read8() 79 static int ds2781_read16(struct ds2781_device_info *dev_info, s16 *val, in ds2781_read16() argument 85 ret = ds2781_battery_io(dev_info, raw, addr, sizeof(raw), 0); in ds2781_read16() 94 static inline int ds2781_read_block(struct ds2781_device_info *dev_info, in ds2781_read_block() argument 97 return ds2781_battery_io(dev_info, val, addr, count, 0); in ds2781_read_block() [all …]
|
D | ds2780_battery.c | 63 static inline int ds2780_battery_io(struct ds2780_device_info *dev_info, in ds2780_battery_io() argument 66 return w1_ds2780_io(dev_info->w1_dev, buf, addr, count, io); in ds2780_battery_io() 69 static inline int ds2780_read8(struct ds2780_device_info *dev_info, u8 *val, in ds2780_read8() argument 72 return ds2780_battery_io(dev_info, val, addr, sizeof(u8), 0); in ds2780_read8() 75 static int ds2780_read16(struct ds2780_device_info *dev_info, s16 *val, in ds2780_read16() argument 81 ret = ds2780_battery_io(dev_info, raw, addr, sizeof(raw), 0); in ds2780_read16() 90 static inline int ds2780_read_block(struct ds2780_device_info *dev_info, in ds2780_read_block() argument 93 return ds2780_battery_io(dev_info, val, addr, count, 0); in ds2780_read_block() 96 static inline int ds2780_write(struct ds2780_device_info *dev_info, u8 *val, in ds2780_write() argument 99 return ds2780_battery_io(dev_info, val, addr, count, 1); in ds2780_write() [all …]
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_debugfs.c | 46 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 …]
|
D | i40e_main.c | 183 dev_info(&pf->pdev->dev, in i40e_get_lump() 1755 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters() 1768 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters() 1828 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters() 1837 dev_info(&pf->pdev->dev, "promiscuous mode forced on\n"); in i40e_sync_vsi_filters() 1851 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters() 1864 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters() 1871 dev_info(&pf->pdev->dev, in i40e_sync_vsi_filters() 1968 dev_info(&vsi->back->pdev->dev, in i40e_vlan_stripping_enable() 1997 dev_info(&vsi->back->pdev->dev, in i40e_vlan_stripping_disable() [all …]
|
/drivers/edac/ |
D | amd8131_edac.c | 93 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 …]
|
D | amd8111_edac.c | 246 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 …]
|
D | cpc925_edac.c | 291 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 …]
|
/drivers/net/ethernet/emulex/benet/ |
D | be_roce.c | 32 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 …]
|
/drivers/staging/iio/addac/ |
D | adt7316.c | 223 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 …]
|
/drivers/mfd/ |
D | stw481x.c | 94 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 …]
|
D | ipaq-micro.c | 119 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 …]
|
/drivers/crypto/qat/qat_common/ |
D | adf_ctl_drv.c | 376 struct adf_dev_status_info dev_info; in adf_ctl_ioctl_get_status() local 379 if (copy_from_user(&dev_info, (void __user *)arg, in adf_ctl_ioctl_get_status() 385 accel_dev = adf_devmgr_get_dev_by_id(dev_info.accel_id); in adf_ctl_ioctl_get_status() 387 pr_err("QAT: Device %d not found\n", dev_info.accel_id); in adf_ctl_ioctl_get_status() 391 dev_info.state = adf_dev_started(accel_dev) ? DEV_UP : DEV_DOWN; in adf_ctl_ioctl_get_status() 392 dev_info.num_ae = hw_data->get_num_aes(hw_data); in adf_ctl_ioctl_get_status() 393 dev_info.num_accel = hw_data->get_num_accels(hw_data); in adf_ctl_ioctl_get_status() 394 dev_info.num_logical_accel = hw_data->num_logical_accel; in adf_ctl_ioctl_get_status() 395 dev_info.banks_per_accel = hw_data->num_banks in adf_ctl_ioctl_get_status() 397 strlcpy(dev_info.name, hw_data->dev_class->name, sizeof(dev_info.name)); in adf_ctl_ioctl_get_status() [all …]
|
/drivers/net/ethernet/ti/ |
D | davinci_cpdma.c | 380 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 …]
|
D | davinci_emac.c | 392 dev_info(emac_dev, "EMAC Basic registers\n"); in emac_dump_regs() 394 dev_info(emac_dev, "EMAC: EWCTL: %08X, EWINTTCNT: %08X\n", in emac_dump_regs() 398 dev_info(emac_dev, "EMAC: EmuControl:%08X, FifoControl: %08X\n", in emac_dump_regs() 400 dev_info(emac_dev, "EMAC: MBPEnable:%08X, RXUnicastSet: %08X, "\ in emac_dump_regs() 403 dev_info(emac_dev, "EMAC: MacControl:%08X, MacStatus: %08X, "\ in emac_dump_regs() 406 dev_info(emac_dev, "EMAC Statistics\n"); in emac_dump_regs() 407 dev_info(emac_dev, "EMAC: rx_good_frames:%d\n", in emac_dump_regs() 409 dev_info(emac_dev, "EMAC: rx_broadcast_frames:%d\n", in emac_dump_regs() 411 dev_info(emac_dev, "EMAC: rx_multicast_frames:%d\n", in emac_dump_regs() 413 dev_info(emac_dev, "EMAC: rx_pause_frames:%d\n", in emac_dump_regs() [all …]
|
/drivers/staging/xgifb/ |
D | XGI_main.h | 21 #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)
|
/drivers/net/ethernet/dec/tulip/ |
D | 21142.c | 43 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 …]
|
D | pnic2.c | 87 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()
|
/drivers/pci/ |
D | setup-res.c | 114 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() 128 dev_info(&dev->dev, "can't claim BAR %d %pR: address conflict with %s %pR\n", in pci_claim_resource() 139 dev_info(&dev->dev, "disabling bridge mem windows\n"); in pci_disable_bridge_window() 187 dev_info(&dev->dev, "BAR %d: trying firmware assignment %pR\n", in pci_revert_fw_address() 191 dev_info(&dev->dev, "BAR %d: %pR conflicts with %s %pR\n", in pci_revert_fw_address() 273 dev_info(&dev->dev, "BAR %d: can't assign %pR (bogus alignment)\n", in pci_assign_resource() 287 dev_info(&dev->dev, "BAR %d: no space for %pR\n", resno, res); in pci_assign_resource() 292 dev_info(&dev->dev, "BAR %d: failed to assign %pR\n", resno, in pci_assign_resource() 299 dev_info(&dev->dev, "BAR %d: assigned %pR\n", resno, res); in pci_assign_resource() [all …]
|
D | quirks.c | 67 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 …]
|
/drivers/net/ethernet/intel/e1000e/ |
D | param.c | 186 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 …]
|
/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-socfpga.c | 91 dev_info(dev, "Could not get reset control!\n"); in socfpga_dwmac_parse_data() 99 dev_info(dev, "No sysmgr-syscon node found\n"); in socfpga_dwmac_parse_data() 105 dev_info(dev, "Could not read reg_offset from sysmgr-syscon!\n"); in socfpga_dwmac_parse_data() 111 dev_info(dev, "Could not read reg_shift from sysmgr-syscon!\n"); in socfpga_dwmac_parse_data() 118 dev_info(dev, "Missing emac splitter address\n"); in socfpga_dwmac_parse_data() 124 dev_info(dev, "Failed to mapping emac splitter\n"); in socfpga_dwmac_parse_data()
|
/drivers/net/wireless/hostap/ |
D | hostap_plx.c | 26 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 …]
|
/drivers/uio/ |
D | uio_pdrv_genirq.c | 63 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()
|
/drivers/fmc/ |
D | fmc-write-eeprom.c | 51 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()
|