/linux/drivers/s390/block/ |
A D | dcssblk.c | 132 kfree(dev_info); in dcssblk_release_segment() 566 dev_info = NULL; in dcssblk_add_store() 636 dev_info->start = dcssblk_find_lowest_addr(dev_info); in dcssblk_add_store() 637 dev_info->end = dcssblk_find_highest_addr(dev_info); in dcssblk_add_store() 639 dev_set_name(&dev_info->dev, "%s", dev_info->segment_name); in dcssblk_add_store() 651 dev_info->gd->private_data = dev_info; in dcssblk_add_store() 655 seg_byte_size = (dev_info->end - dev_info->start + 1); in dcssblk_add_store() 690 dev_info->dax_dev = alloc_dax(dev_info, dev_info->gd->disk_name, in dcssblk_add_store() 699 rc = device_add_disk(&dev_info->dev, dev_info->gd, NULL); in dcssblk_add_store() 743 kfree(dev_info); in dcssblk_add_store() [all …]
|
/linux/drivers/power/supply/ |
A D | ds2781_battery.c | 151 ret = ds2781_write(dev_info, raw, in ds2781_set_rsgain_register() 647 ret = ds2781_write(dev_info, buf, in ds2781_write_param_eeprom_bin() 693 ret = ds2781_write(dev_info, buf, in ds2781_write_user_eeprom_bin() 752 struct ds2781_device_info *dev_info; in ds2781_battery_probe() local 754 dev_info = devm_kzalloc(&pdev->dev, sizeof(*dev_info), GFP_KERNEL); in ds2781_battery_probe() 755 if (!dev_info) in ds2781_battery_probe() 760 dev_info->dev = &pdev->dev; in ds2781_battery_probe() 768 psy_cfg.drv_data = dev_info; in ds2781_battery_probe() 772 &dev_info->bat_desc, in ds2781_battery_probe() 774 if (IS_ERR(dev_info->bat)) { in ds2781_battery_probe() [all …]
|
A D | ds2780_battery.c | 147 ret = ds2780_write(dev_info, raw, in ds2780_set_rsgain_register() 645 ret = ds2780_write(dev_info, buf, in ds2780_write_param_eeprom_bin() 690 ret = ds2780_write(dev_info, buf, in ds2780_write_user_eeprom_bin() 748 struct ds2780_device_info *dev_info; in ds2780_battery_probe() local 750 dev_info = devm_kzalloc(&pdev->dev, sizeof(*dev_info), GFP_KERNEL); in ds2780_battery_probe() 751 if (!dev_info) in ds2780_battery_probe() 756 dev_info->dev = &pdev->dev; in ds2780_battery_probe() 764 psy_cfg.drv_data = dev_info; in ds2780_battery_probe() 768 &dev_info->bat_desc, in ds2780_battery_probe() 770 if (IS_ERR(dev_info->bat)) { in ds2780_battery_probe() [all …]
|
/linux/drivers/net/ethernet/intel/i40e/ |
A D | i40e_debugfs.c | 124 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 141 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 164 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 170 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 176 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 180 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 185 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 190 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 195 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 199 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() [all …]
|
/linux/drivers/edac/ |
A D | amd8131_edac.c | 232 for (dev_info = amd8131_chipset.devices; dev_info->inst != NO_BRIDGE; in amd8131_probe() 233 dev_info++) in amd8131_probe() 251 dev_info->devfn, dev_info->ctl_name); in amd8131_probe() 261 dev_info->edac_dev = edac_pci_alloc_ctl_info(0, dev_info->ctl_name); in amd8131_probe() 265 dev_info->edac_dev->pvt_info = dev_info; in amd8131_probe() 266 dev_info->edac_dev->dev = &dev_info->dev->dev; in amd8131_probe() 268 dev_info->edac_dev->ctl_name = dev_info->ctl_name; in amd8131_probe() 269 dev_info->edac_dev->dev_name = dev_name(&dev_info->dev->dev); in amd8131_probe() 287 dev_info->devfn, dev_info->ctl_name); in amd8131_probe() 296 for (dev_info = amd8131_chipset.devices; dev_info->inst != NO_BRIDGE; in amd8131_remove() [all …]
|
A D | amd8111_edac.c | 367 dev_info->edac_dev = in amd8111_dev_probe() 376 dev_info->edac_dev->pvt_info = dev_info; in amd8111_dev_probe() 377 dev_info->edac_dev->dev = &dev_info->dev->dev; in amd8111_dev_probe() 379 dev_info->edac_dev->ctl_name = dev_info->ctl_name; in amd8111_dev_probe() 380 dev_info->edac_dev->dev_name = dev_name(&dev_info->dev->dev); in amd8111_dev_probe() 383 dev_info->edac_dev->edac_check = dev_info->check; in amd8111_dev_probe() 385 if (dev_info->init) in amd8111_dev_probe() 386 dev_info->init(dev_info); in amd8111_dev_probe() 413 for (dev_info = amd8111_devices; dev_info->err_dev; dev_info++) in amd8111_dev_remove() 425 if (dev_info->exit) in amd8111_dev_remove() [all …]
|
A D | cpc925_edac.c | 782 for (dev_info = &cpc925_devs[0]; dev_info->init; dev_info++) { in cpc925_add_edac_devices() 806 dev_info->edac_dev->pvt_info = dev_info; in cpc925_add_edac_devices() 807 dev_info->edac_dev->dev = &dev_info->pdev->dev; in cpc925_add_edac_devices() 808 dev_info->edac_dev->ctl_name = dev_info->ctl_name; in cpc925_add_edac_devices() 810 dev_info->edac_dev->dev_name = dev_name(&dev_info->pdev->dev); in cpc925_add_edac_devices() 813 dev_info->edac_dev->edac_check = dev_info->check; in cpc925_add_edac_devices() 815 if (dev_info->init) in cpc925_add_edac_devices() 816 dev_info->init(dev_info); in cpc925_add_edac_devices() 832 dev_info->exit(dev_info); in cpc925_add_edac_devices() 847 for (dev_info = &cpc925_devs[0]; dev_info->init; dev_info++) { in cpc925_del_edac_devices() [all …]
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
A D | sienna_cichlid_ppt.c | 2255 dev_info(smu->adev->dev, "[PPCLK_GFXCLK]\n" in beige_goby_dump_pptable() 2297 dev_info(smu->adev->dev, "[PPCLK_UCLK]\n" in beige_goby_dump_pptable() 2318 dev_info(smu->adev->dev, "[PPCLK_FCLK]\n" in beige_goby_dump_pptable() 2464 dev_info(smu->adev->dev, "Mp0clkFreq\n"); in beige_goby_dump_pptable() 2547 dev_info(smu->adev->dev, "LclkFreq\n"); in beige_goby_dump_pptable() 2554 dev_info(smu->adev->dev, "FanGain\n"); in beige_goby_dump_pptable() 2935 dev_info(smu->adev->dev, "[PPCLK_UCLK]\n" in sienna_cichlid_dump_pptable() 2956 dev_info(smu->adev->dev, "[PPCLK_FCLK]\n" in sienna_cichlid_dump_pptable() 3102 dev_info(smu->adev->dev, "Mp0clkFreq\n"); in sienna_cichlid_dump_pptable() 3185 dev_info(smu->adev->dev, "LclkFreq\n"); in sienna_cichlid_dump_pptable() [all …]
|
A D | arcturus_ppt.c | 1670 dev_info(smu->adev->dev, "[PPCLK_GFXCLK]\n" in arcturus_dump_pptable() 1691 dev_info(smu->adev->dev, "[PPCLK_VCLK]\n" in arcturus_dump_pptable() 1712 dev_info(smu->adev->dev, "[PPCLK_DCLK]\n" in arcturus_dump_pptable() 1733 dev_info(smu->adev->dev, "[PPCLK_SOCCLK]\n" in arcturus_dump_pptable() 1754 dev_info(smu->adev->dev, "[PPCLK_UCLK]\n" in arcturus_dump_pptable() 1775 dev_info(smu->adev->dev, "[PPCLK_FCLK]\n" in arcturus_dump_pptable() 1797 dev_info(smu->adev->dev, "FreqTableGfx\n"); in arcturus_dump_pptable() 1801 dev_info(smu->adev->dev, "FreqTableVclk\n"); in arcturus_dump_pptable() 1805 dev_info(smu->adev->dev, "FreqTableDclk\n"); in arcturus_dump_pptable() 1821 dev_info(smu->adev->dev, "Mp0clkFreq\n"); in arcturus_dump_pptable() [all …]
|
/linux/drivers/net/ethernet/emulex/benet/ |
A D | be_roce.c | 28 struct be_dev_info dev_info; in _be_roce_dev_add() local 48 dev_info.dpp_unmapped_addr = 0; in _be_roce_dev_add() 49 dev_info.dpp_unmapped_len = 0; in _be_roce_dev_add() 51 dev_info.pdev = adapter->pdev; in _be_roce_dev_add() 52 dev_info.db = adapter->db; in _be_roce_dev_add() 54 dev_info.db_page_size = adapter->roce_db.size; in _be_roce_dev_add() 56 dev_info.netdev = adapter->netdev; in _be_roce_dev_add() 58 dev_info.dev_family = adapter->sli_family; in _be_roce_dev_add() 64 dev_info.intr_mode = BE_INTERRUPT_MODE_MSIX; in _be_roce_dev_add() 72 dev_info.msix.vector_list[i] = in _be_roce_dev_add() [all …]
|
/linux/include/net/caif/ |
A D | cfsrvl.h | 22 struct dev_info dev_info; member 28 struct cflayer *cfvei_create(u8 linkid, struct dev_info *dev_info); 29 struct cflayer *cfdgml_create(u8 linkid, struct dev_info *dev_info); 30 struct cflayer *cfutill_create(u8 linkid, struct dev_info *dev_info); 31 struct cflayer *cfvidl_create(u8 linkid, struct dev_info *dev_info); 32 struct cflayer *cfrfml_create(u8 linkid, struct dev_info *dev_info, 34 struct cflayer *cfdbgl_create(u8 linkid, struct dev_info *dev_info); 43 struct dev_info *dev_info,
|
/linux/drivers/staging/iio/addac/ |
A D | adt7316.c | 225 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_enabled() local 256 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_store_enabled() local 280 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_select_ex_temp() local 294 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_store_select_ex_temp() local 324 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_mode() local 338 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_store_mode() local 374 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_ad_channel() local 413 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_store_ad_channel() local 458 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_all_ad_channels() local 479 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_disable_averaging() local [all …]
|
/linux/drivers/mfd/ |
A D | stw481x.c | 95 dev_info(&stw481x->client->dev, "voltages %s\n", in stw481x_startup() 97 dev_info(&stw481x->client->dev, "MMC level shifter %s\n", in stw481x_startup() 99 dev_info(&stw481x->client->dev, "VMMC: %s\n", in stw481x_startup() 120 dev_info(&stw481x->client->dev, "VCORE: %u.%uV %s\n", in stw481x_startup() 124 dev_info(&stw481x->client->dev, "VPLL: %u.%uV %s\n", in stw481x_startup() 128 dev_info(&stw481x->client->dev, "VAUX: %u.%uV %s\n", in stw481x_startup() 140 dev_info(&stw481x->client->dev, "VMMC: %s\n", in stw481x_startup() 142 dev_info(&stw481x->client->dev, "IT WAKE UP: %s\n", in stw481x_startup() 144 dev_info(&stw481x->client->dev, "GPO1: %s\n", in stw481x_startup() 146 dev_info(&stw481x->client->dev, "GPO2: %s\n", in stw481x_startup() [all …]
|
A D | ipaq-micro.c | 114 dev_info(micro->dev, "no message queued\n"); in micro_rx_msg() 116 dev_info(micro->dev, "expected message %02x\n", in micro_rx_msg() 248 dev_info(micro->dev, "HW version %s\n", str); in ipaq_micro_eeprom_dump() 253 dev_info(micro->dev, "serial number: %s\n", str); in ipaq_micro_eeprom_dump() 260 dev_info(micro->dev, "module ID: %s\n", str); in ipaq_micro_eeprom_dump() 265 dev_info(micro->dev, "product revision: %s\n", str); in ipaq_micro_eeprom_dump() 269 dev_info(micro->dev, "frame rate: %u fps\n", in ipaq_micro_eeprom_dump() 271 dev_info(micro->dev, "page mode: %u\n", ipaq_micro_to_u16(dump+84)); in ipaq_micro_eeprom_dump() 273 dev_info(micro->dev, "color display: %s\n", in ipaq_micro_eeprom_dump() 277 dev_info(micro->dev, "screen: %u x %u\n", in ipaq_micro_eeprom_dump() [all …]
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_rap.c | 76 dev_info(adev->dev, "RAP L0 validate test success.\n"); in amdgpu_rap_debugfs_write() 82 dev_info(adev->dev, "RAP test failed, the output is:\n"); in amdgpu_rap_debugfs_write() 83 dev_info(adev->dev, "\tlast_subsection: 0x%08x.\n", in amdgpu_rap_debugfs_write() 85 dev_info(adev->dev, "\tnum_total_validate: 0x%08x.\n", in amdgpu_rap_debugfs_write() 87 dev_info(adev->dev, "\tnum_valid: 0x%08x.\n", in amdgpu_rap_debugfs_write() 89 dev_info(adev->dev, "\tlast_validate_addr: 0x%08x.\n", in amdgpu_rap_debugfs_write() 91 dev_info(adev->dev, "\tlast_validate_val: 0x%08x.\n", in amdgpu_rap_debugfs_write() 93 dev_info(adev->dev, "\tlast_validate_val_exptd: 0x%08x.\n", in amdgpu_rap_debugfs_write() 98 dev_info(adev->dev, "Unsupported op id: %d, ", op); in amdgpu_rap_debugfs_write() 99 dev_info(adev->dev, "Only support op 2(L0 validate test).\n"); in amdgpu_rap_debugfs_write()
|
A D | amdgpu_kms.c | 801 struct drm_amdgpu_info_device *dev_info; in amdgpu_info_ioctl() local 805 dev_info = kzalloc(sizeof(*dev_info), GFP_KERNEL); in amdgpu_info_ioctl() 806 if (!dev_info) in amdgpu_info_ioctl() 810 dev_info->chip_rev = adev->rev_id; in amdgpu_info_ioctl() 813 dev_info->family = adev->family; in amdgpu_info_ioctl() 829 dev_info->_pad = 0; in amdgpu_info_ioctl() 830 dev_info->ids_flags = 0; in amdgpu_info_ioctl() 847 dev_info->virtual_address_max = in amdgpu_info_ioctl() 867 dev_info->gc_double_offchip_lds_buf = in amdgpu_info_ioctl() 883 ret = copy_to_user(out, dev_info, in amdgpu_info_ioctl() [all …]
|
/linux/drivers/i3c/master/mipi-i3c-hci/ |
A D | ext_caps.c | 30 dev_info(&hci->master.dev, "vendor MIPI ID: %#x\n", hci->vendor_mipi_id); in hci_extcap_hardware_id() 64 dev_info(&hci->master.dev, "%d bus instances\n", count); in hci_extcap_multi_bus() 74 dev_info(&hci->master.dev, "transfer mode table has %d entries\n", in hci_extcap_xfer_modes() 97 dev_info(&hci->master.dev, "available data rates:\n"); in hci_extcap_xfer_rates() 104 dev_info(&hci->master.dev, "rate %d for %s = %d kHz\n", in hci_extcap_xfer_rates() 123 dev_info(&hci->master.dev, "%d/%d active auto-command entries\n", in hci_extcap_auto_command() 132 dev_info(&hci->master.dev, "debug registers present\n"); in hci_extcap_debug() 139 dev_info(&hci->master.dev, "scheduled commands available\n"); in hci_extcap_scheduled_cmd() 159 dev_info(&hci->master.dev, "Global DAT available\n"); in hci_extcap_global_DAT() 165 dev_info(&hci->master.dev, "Master Multi-Lane support available\n"); in hci_extcap_multilane() [all …]
|
/linux/drivers/crypto/qat/qat_common/ |
A D | adf_ctl_drv.c | 219 dev_info(&GET_DEV(dev), in adf_ctl_is_device_in_use() 308 dev_info(&GET_DEV(accel_dev), in adf_ctl_ioctl_dev_start() 315 dev_info(&GET_DEV(accel_dev), in adf_ctl_ioctl_dev_start() 346 struct adf_dev_status_info dev_info; in adf_ctl_ioctl_get_status() local 349 if (copy_from_user(&dev_info, (void __user *)arg, in adf_ctl_ioctl_get_status() 361 dev_info.num_ae = hw_data->get_num_aes(hw_data); in adf_ctl_ioctl_get_status() 364 dev_info.banks_per_accel = hw_data->num_banks in adf_ctl_ioctl_get_status() 366 strlcpy(dev_info.name, hw_data->dev_class->name, sizeof(dev_info.name)); in adf_ctl_ioctl_get_status() 367 dev_info.instance_id = hw_data->instance_id; in adf_ctl_ioctl_get_status() 368 dev_info.type = hw_data->dev_class->type; in adf_ctl_ioctl_get_status() [all …]
|
/linux/drivers/gpu/drm/pl111/ |
A D | pl111_versatile.c | 116 dev_info(drm->dev, "enable Integrator CLCD connectors\n"); in pl111_integrator_enable() 156 dev_info(drm->dev, "enable IM-PD1 CLCD connectors\n"); in pl111_impd1_enable() 167 dev_info(drm->dev, "disable IM-PD1 CLCD connectors\n"); in pl111_impd1_disable() 205 dev_info(drm->dev, "enable Versatile CLCD connectors\n"); in pl111_versatile_enable() 247 dev_info(drm->dev, "disable RealView CLCD connectors\n"); in pl111_realview_clcd_disable() 256 dev_info(drm->dev, "enable RealView CLCD connectors\n"); in pl111_realview_clcd_enable() 432 dev_info(dev, "DVI muxed to motherboard CLCD\n"); in pl111_vexpress_clcd_init() 435 dev_info(dev, in pl111_vexpress_clcd_init() 439 dev_info(dev, "core tile graphics present\n"); in pl111_vexpress_clcd_init() 440 dev_info(dev, "this device will be deactivated\n"); in pl111_vexpress_clcd_init() [all …]
|
/linux/drivers/acpi/x86/ |
A D | s2idle.c | 136 dev_info.enabled = obj->integer.value; in lpi_device_get_constraints_amd() 139 dev_info.name = obj->string.pointer; in lpi_device_get_constraints_amd() 145 dev_info.min_dstate = obj->integer.value; in lpi_device_get_constraints_amd() 149 if (!dev_info.enabled || !dev_info.name || in lpi_device_get_constraints_amd() 150 !dev_info.min_dstate) in lpi_device_get_constraints_amd() 159 "Name:%s\n", dev_info.name); in lpi_device_get_constraints_amd() 161 list->min_dstate = dev_info.min_dstate; in lpi_device_get_constraints_amd() 249 struct lpi_device_constraint dev_info; in lpi_device_get_constraints() local 261 dev_info.uid = obj->integer.value; in lpi_device_get_constraints() 263 dev_info.min_dstate = obj->integer.value; in lpi_device_get_constraints() [all …]
|
/linux/net/caif/ |
A D | cfsrvl.c | 46 if (phyid != service->dev_info.id) in cfservl_ctrlcmd() 54 if (phyid != service->dev_info.id) in cfservl_ctrlcmd() 123 info->dev_info = &service->dev_info; in cfservl_modemcmd() 144 info->dev_info = &service->dev_info; in cfservl_modemcmd() 162 struct dev_info *dev_info, in cfsrvl_init() argument 172 service->dev_info = *dev_info; in cfsrvl_init() 189 return servl->dev_info.id; in cfsrvl_getphyid() 195 return servl->dev_info.id == phyid; in cfsrvl_phyid_match()
|
/linux/drivers/net/ethernet/dec/tulip/ |
A 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 …]
|
/linux/drivers/pci/controller/ |
A D | pcie-hisi-error.c | 206 dev_info(dev, "\nHISI : HIP : PCIe controller error\n"); in hisi_pcie_handle_error() 208 dev_info(dev, "Table version = %d\n", edata->version); in hisi_pcie_handle_error() 210 dev_info(dev, "Socket ID = %d\n", edata->socket_id); in hisi_pcie_handle_error() 212 dev_info(dev, "Nimbus ID = %d\n", edata->nimbus_id); in hisi_pcie_handle_error() 214 dev_info(dev, "Sub Module = %s\n", in hisi_pcie_handle_error() 219 dev_info(dev, "Core ID = core%d\n", edata->core_id); in hisi_pcie_handle_error() 221 dev_info(dev, "Port ID = port%d\n", edata->port_id); in hisi_pcie_handle_error() 223 dev_info(dev, "Error severity = %s\n", in hisi_pcie_handle_error() 228 dev_info(dev, "Error type = 0x%x\n", edata->err_type); in hisi_pcie_handle_error() 230 dev_info(dev, "Reg Dump:\n"); in hisi_pcie_handle_error() [all …]
|
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_devlink.c | 159 struct qed_dev_info *dev_info; in qed_devlink_info_get() local 163 dev_info = &cdev->common_dev_info; in qed_devlink_info_get() 179 GET_MFW_FIELD(dev_info->mfw_rev, QED_MFW_VERSION_3), in qed_devlink_info_get() 180 GET_MFW_FIELD(dev_info->mfw_rev, QED_MFW_VERSION_2), in qed_devlink_info_get() 181 GET_MFW_FIELD(dev_info->mfw_rev, QED_MFW_VERSION_1), in qed_devlink_info_get() 182 GET_MFW_FIELD(dev_info->mfw_rev, QED_MFW_VERSION_0)); in qed_devlink_info_get() 190 dev_info->fw_major, in qed_devlink_info_get() 191 dev_info->fw_minor, in qed_devlink_info_get() 192 dev_info->fw_rev, in qed_devlink_info_get() 193 dev_info->fw_eng); in qed_devlink_info_get()
|
/linux/drivers/media/usb/em28xx/ |
A D | em28xx-i2c.c | 727 dev_info(&dev->intf->dev, in em28xx_i2c_eeprom() 740 dev_info(&dev->intf->dev, in em28xx_i2c_eeprom() 743 dev_info(&dev->intf->dev, in em28xx_i2c_eeprom() 745 dev_info(&dev->intf->dev, in em28xx_i2c_eeprom() 794 dev_info(&dev->intf->dev, in em28xx_i2c_eeprom() 809 dev_info(&dev->intf->dev, in em28xx_i2c_eeprom() 812 dev_info(&dev->intf->dev, in em28xx_i2c_eeprom() 815 dev_info(&dev->intf->dev, in em28xx_i2c_eeprom() 834 dev_info(&dev->intf->dev, in em28xx_i2c_eeprom() 870 dev_info(&dev->intf->dev, in em28xx_i2c_eeprom() [all …]
|