| /linux/drivers/s390/block/ |
| A D | dcssblk.c | 120 kfree(dev_info); in dcssblk_release_segment() 560 dev_info = NULL; in dcssblk_add_store() 630 dev_info->start = dcssblk_find_lowest_addr(dev_info); in dcssblk_add_store() 631 dev_info->end = dcssblk_find_highest_addr(dev_info); in dcssblk_add_store() 633 dev_set_name(&dev_info->dev, "%s", dev_info->segment_name); in dcssblk_add_store() 645 dev_info->gd->private_data = dev_info; in dcssblk_add_store() 648 seg_byte_size = (dev_info->end - dev_info->start + 1); in dcssblk_add_store() 690 rc = dax_add_host(dev_info->dax_dev, dev_info->gd); in dcssblk_add_store() 695 rc = device_add_disk(&dev_info->dev, dev_info->gd, NULL); in dcssblk_add_store() 741 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/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() 375 dev_info->edac_dev->pvt_info = dev_info; in amd8111_dev_probe() 376 dev_info->edac_dev->dev = &dev_info->dev->dev; in amd8111_dev_probe() 378 dev_info->edac_dev->ctl_name = dev_info->ctl_name; in amd8111_dev_probe() 379 dev_info->edac_dev->dev_name = dev_name(&dev_info->dev->dev); in amd8111_dev_probe() 382 dev_info->edac_dev->edac_check = dev_info->check; in amd8111_dev_probe() 384 if (dev_info->init) in amd8111_dev_probe() 385 dev_info->init(dev_info); in amd8111_dev_probe() 412 for (dev_info = amd8111_devices; dev_info->err_dev; dev_info++) in amd8111_dev_remove() 424 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/net/ethernet/intel/i40e/ |
| A D | i40e_debugfs.c | 109 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 126 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 130 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 148 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 154 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 160 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 164 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 169 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 174 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() 179 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid() [all …]
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| A D | sienna_cichlid_ppt.c | 2565 dev_info(smu->adev->dev, "[PPCLK_GFXCLK]\n" in beige_goby_dump_pptable() 2607 dev_info(smu->adev->dev, "[PPCLK_UCLK]\n" in beige_goby_dump_pptable() 2628 dev_info(smu->adev->dev, "[PPCLK_FCLK]\n" in beige_goby_dump_pptable() 2774 dev_info(smu->adev->dev, "Mp0clkFreq\n"); in beige_goby_dump_pptable() 2857 dev_info(smu->adev->dev, "LclkFreq\n"); in beige_goby_dump_pptable() 2864 dev_info(smu->adev->dev, "FanGain\n"); in beige_goby_dump_pptable() 3246 dev_info(smu->adev->dev, "[PPCLK_UCLK]\n" in sienna_cichlid_dump_pptable() 3267 dev_info(smu->adev->dev, "[PPCLK_FCLK]\n" in sienna_cichlid_dump_pptable() 3413 dev_info(smu->adev->dev, "Mp0clkFreq\n"); in sienna_cichlid_dump_pptable() 3496 dev_info(smu->adev->dev, "LclkFreq\n"); in sienna_cichlid_dump_pptable() [all …]
|
| A D | arcturus_ppt.c | 1614 dev_info(smu->adev->dev, "[PPCLK_GFXCLK]\n" in arcturus_dump_pptable() 1635 dev_info(smu->adev->dev, "[PPCLK_VCLK]\n" in arcturus_dump_pptable() 1656 dev_info(smu->adev->dev, "[PPCLK_DCLK]\n" in arcturus_dump_pptable() 1677 dev_info(smu->adev->dev, "[PPCLK_SOCCLK]\n" in arcturus_dump_pptable() 1698 dev_info(smu->adev->dev, "[PPCLK_UCLK]\n" in arcturus_dump_pptable() 1719 dev_info(smu->adev->dev, "[PPCLK_FCLK]\n" in arcturus_dump_pptable() 1741 dev_info(smu->adev->dev, "FreqTableGfx\n"); in arcturus_dump_pptable() 1745 dev_info(smu->adev->dev, "FreqTableVclk\n"); in arcturus_dump_pptable() 1749 dev_info(smu->adev->dev, "FreqTableDclk\n"); in arcturus_dump_pptable() 1765 dev_info(smu->adev->dev, "Mp0clkFreq\n"); in arcturus_dump_pptable() [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); 40 struct dev_info *dev_info,
|
| /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/drivers/net/ethernet/intel/ice/ |
| A D | ice_parser.c | 633 dev_info(dev, "key:\n"); in ice_pg_cam_key_dump() 650 dev_info(dev, "key:\n"); in ice_pg_nm_cam_key_dump() 666 dev_info(dev, "action:\n"); in ice_pg_cam_action_dump() 1152 dev_info(dev, "key : "); in ice_bst_tcam_dump() 1156 dev_info(dev, "\n"); in ice_bst_tcam_dump() 1162 dev_info(dev, "\n"); in ice_bst_tcam_dump() 1447 dev_info(dev, "key :"); in ice_ptype_mk_tcam_dump() 1451 dev_info(dev, "\n"); in ice_ptype_mk_tcam_dump() 1453 dev_info(dev, "key_inv:"); in ice_ptype_mk_tcam_dump() 1457 dev_info(dev, "\n"); in ice_ptype_mk_tcam_dump() [all …]
|
| /linux/drivers/staging/iio/addac/ |
| A D | adt7316.c | 216 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_enabled() local 247 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_store_enabled() local 271 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_select_ex_temp() local 285 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_store_select_ex_temp() local 315 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_mode() local 329 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_store_mode() local 365 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_ad_channel() local 404 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_store_ad_channel() local 449 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_all_ad_channels() local 470 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_disable_averaging() local [all …]
|
| /linux/drivers/platform/x86/x86-android-tablets/ |
| A D | core.c | 313 const struct x86_dev_info *dev_info; in x86_android_tablet_probe() local 321 dev_info = id->driver_data; in x86_android_tablet_probe() 329 for (i = 0; dev_info->modules && dev_info->modules[i]; i++) in x86_android_tablet_probe() 330 request_module(dev_info->modules[i]); in x86_android_tablet_probe() 332 bat_swnode = dev_info->bat_swnode; in x86_android_tablet_probe() 343 if (dev_info->init) { in x86_android_tablet_probe() 344 ret = dev_info->init(&pdev->dev); in x86_android_tablet_probe() 349 exit_handler = dev_info->exit; in x86_android_tablet_probe() 389 pdev_count = dev_info->pdev_count; in x86_android_tablet_probe() 405 serdev_count = dev_info->serdev_count; in x86_android_tablet_probe() [all …]
|
| /linux/sound/isa/gus/ |
| A D | gus_io.c | 430 dev_info(gus->card->dev, in snd_gf1_print_voice_registers() 433 dev_info(gus->card->dev, in snd_gf1_print_voice_registers() 436 dev_info(gus->card->dev, in snd_gf1_print_voice_registers() 442 dev_info(gus->card->dev, in snd_gf1_print_voice_registers() 446 dev_info(gus->card->dev, in snd_gf1_print_voice_registers() 449 dev_info(gus->card->dev, in snd_gf1_print_voice_registers() 505 dev_info(gus->card->dev, 518 dev_info(gus->card->dev, 521 dev_info(gus->card->dev, 524 dev_info(gus->card->dev, [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_benchmark.c | 69 dev_info(adev->dev, "amdgpu: %s %u bo moves of %u kB from" in amdgpu_benchmark_log_results() 113 dev_info(adev->dev, "Error while benchmarking BO move.\n"); in amdgpu_benchmark_move() 148 dev_info(adev->dev, in amdgpu_benchmark() 162 dev_info(adev->dev, in amdgpu_benchmark() 172 dev_info(adev->dev, in amdgpu_benchmark() 185 dev_info(adev->dev, in amdgpu_benchmark() 198 dev_info(adev->dev, in amdgpu_benchmark() 211 dev_info(adev->dev, in amdgpu_benchmark() 224 dev_info(adev->dev, in amdgpu_benchmark() 237 dev_info(adev->dev, in amdgpu_benchmark() [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 …]
|
| /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/gpu/drm/ast/ |
| A D | ast_drv.c | 207 dev_info(dev, "AST 2600 detected\n"); in ast_detect_chip() 212 dev_info(dev, "AST 2510 detected\n"); in ast_detect_chip() 216 dev_info(dev, "AST 2500 detected\n"); in ast_detect_chip() 223 dev_info(dev, "AST 1400 detected\n"); in ast_detect_chip() 227 dev_info(dev, "AST 2400 detected\n"); in ast_detect_chip() 234 dev_info(dev, "AST 1300 detected\n"); in ast_detect_chip() 238 dev_info(dev, "AST 2300 detected\n"); in ast_detect_chip() 245 dev_info(dev, "AST 1100 detected\n"); in ast_detect_chip() 249 dev_info(dev, "AST 2200 detected\n"); in ast_detect_chip() 253 dev_info(dev, "AST 2150 detected\n"); in ast_detect_chip() [all …]
|
| /linux/drivers/gpu/drm/pl111/ |
| A D | pl111_versatile.c | 119 dev_info(drm->dev, "enable Integrator CLCD connectors\n"); in pl111_integrator_enable() 159 dev_info(drm->dev, "enable IM-PD1 CLCD connectors\n"); in pl111_impd1_enable() 170 dev_info(drm->dev, "disable IM-PD1 CLCD connectors\n"); in pl111_impd1_disable() 208 dev_info(drm->dev, "enable Versatile CLCD connectors\n"); in pl111_versatile_enable() 250 dev_info(drm->dev, "disable RealView CLCD connectors\n"); in pl111_realview_clcd_disable() 259 dev_info(drm->dev, "enable RealView CLCD connectors\n"); in pl111_realview_clcd_enable() 436 dev_info(dev, "DVI muxed to motherboard CLCD\n"); in pl111_vexpress_clcd_init() 439 dev_info(dev, in pl111_vexpress_clcd_init() 443 dev_info(dev, "core tile graphics present\n"); in pl111_vexpress_clcd_init() 444 dev_info(dev, "this device will be deactivated\n"); in pl111_vexpress_clcd_init() [all …]
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| A D | adf_ctl_drv.c | 227 dev_info(&GET_DEV(dev), in adf_ctl_is_device_in_use() 313 dev_info(&GET_DEV(accel_dev), in adf_ctl_ioctl_dev_start() 345 struct adf_dev_status_info dev_info; in adf_ctl_ioctl_get_status() local 348 if (copy_from_user(&dev_info, (void __user *)arg, in adf_ctl_ioctl_get_status() 360 dev_info.num_ae = hw_data->get_num_aes(hw_data); in adf_ctl_ioctl_get_status() 361 dev_info.num_accel = hw_data->get_num_accels(hw_data); in adf_ctl_ioctl_get_status() 363 dev_info.banks_per_accel = hw_data->num_banks in adf_ctl_ioctl_get_status() 365 strscpy(dev_info.name, hw_data->dev_class->name, sizeof(dev_info.name)); in adf_ctl_ioctl_get_status() 366 dev_info.instance_id = hw_data->instance_id; in adf_ctl_ioctl_get_status() 367 dev_info.type = hw_data->dev_class->type; in adf_ctl_ioctl_get_status() [all …]
|
| /linux/drivers/net/ethernet/amd/pds_core/ |
| A D | dev.c | 256 memcpy_fromio(pdsc->dev_info.fw_version, in pdsc_init_devinfo() 261 memcpy_fromio(pdsc->dev_info.serial_num, in pdsc_init_devinfo() 307 if (isprint(pdsc->dev_info.fw_version[0]) && in pdsc_identify() 308 isascii(pdsc->dev_info.fw_version[0])) in pdsc_identify() 309 dev_info(pdsc->dev, "FW: %.*s\n", in pdsc_identify() 310 (int)(sizeof(pdsc->dev_info.fw_version) - 1), in pdsc_identify() 311 pdsc->dev_info.fw_version); in pdsc_identify() 314 (u8)pdsc->dev_info.fw_version[0], in pdsc_identify() 315 (u8)pdsc->dev_info.fw_version[1], in pdsc_identify() 316 (u8)pdsc->dev_info.fw_version[2], in pdsc_identify() [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/acpi/x86/ |
| A D | s2idle.c | 153 dev_info.name = obj->string.pointer; in lpi_device_get_constraints_amd() 166 dev_info.name, in lpi_device_get_constraints_amd() 167 dev_info.enabled, in lpi_device_get_constraints_amd() 168 dev_info.function_states, in lpi_device_get_constraints_amd() 169 dev_info.min_dstate); in lpi_device_get_constraints_amd() 171 if (!dev_info.enabled || !dev_info.name || in lpi_device_get_constraints_amd() 172 !dev_info.min_dstate) in lpi_device_get_constraints_amd() 179 list->min_dstate = dev_info.min_dstate; in lpi_device_get_constraints_amd() 261 struct lpi_device_constraint dev_info; in lpi_device_get_constraints() local 273 dev_info.uid = obj->integer.value; in lpi_device_get_constraints() [all …]
|