Home
last modified time | relevance | path

Searched refs:dev_info (Results 1 – 25 of 3030) sorted by relevance

12345678910>>...122

/linux-6.12.1/drivers/s390/block/
Ddcssblk.c112 struct dcssblk_dev_info *dev_info; in dcssblk_release_segment() local
115 dev_info = container_of(dev, struct dcssblk_dev_info, dev); in dcssblk_release_segment()
116 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment()
120 kfree(dev_info); in dcssblk_release_segment()
131 dcssblk_assign_free_minor(struct dcssblk_dev_info *dev_info) in dcssblk_assign_free_minor() argument
136 if (dev_info == NULL) in dcssblk_assign_free_minor()
148 dev_info->gd->first_minor = minor; in dcssblk_assign_free_minor()
178 struct dcssblk_dev_info *dev_info; in dcssblk_get_segment_by_name() local
181 list_for_each_entry(dev_info, &dcssblk_devices, lh) { in dcssblk_get_segment_by_name()
182 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_get_segment_by_name()
[all …]
/linux-6.12.1/drivers/power/supply/
Dds2781_battery.c53 static inline int ds2781_battery_io(struct ds2781_device_info *dev_info, in ds2781_battery_io() argument
56 return w1_ds2781_io(dev_info->w1_dev, buf, addr, count, io); in ds2781_battery_io()
59 static int w1_ds2781_read(struct ds2781_device_info *dev_info, char *buf, in w1_ds2781_read() argument
62 return ds2781_battery_io(dev_info, buf, addr, count, 0); in w1_ds2781_read()
65 static inline int ds2781_read8(struct ds2781_device_info *dev_info, u8 *val, in ds2781_read8() argument
68 return ds2781_battery_io(dev_info, val, addr, sizeof(u8), 0); in ds2781_read8()
71 static int ds2781_read16(struct ds2781_device_info *dev_info, s16 *val, in ds2781_read16() argument
77 ret = ds2781_battery_io(dev_info, raw, addr, sizeof(raw), 0); in ds2781_read16()
86 static inline int ds2781_read_block(struct ds2781_device_info *dev_info, in ds2781_read_block() argument
89 return ds2781_battery_io(dev_info, val, addr, count, 0); in ds2781_read_block()
[all …]
Dds2780_battery.c55 static inline int ds2780_battery_io(struct ds2780_device_info *dev_info, in ds2780_battery_io() argument
58 return w1_ds2780_io(dev_info->w1_dev, buf, addr, count, io); in ds2780_battery_io()
61 static inline int ds2780_read8(struct ds2780_device_info *dev_info, u8 *val, in ds2780_read8() argument
64 return ds2780_battery_io(dev_info, val, addr, sizeof(u8), 0); in ds2780_read8()
67 static int ds2780_read16(struct ds2780_device_info *dev_info, s16 *val, in ds2780_read16() argument
73 ret = ds2780_battery_io(dev_info, raw, addr, sizeof(raw), 0); in ds2780_read16()
82 static inline int ds2780_read_block(struct ds2780_device_info *dev_info, in ds2780_read_block() argument
85 return ds2780_battery_io(dev_info, val, addr, count, 0); in ds2780_read_block()
88 static inline int ds2780_write(struct ds2780_device_info *dev_info, u8 *val, in ds2780_write() argument
91 return ds2780_battery_io(dev_info, val, addr, count, 1); in ds2780_write()
[all …]
/linux-6.12.1/drivers/edac/
Damd8131_edac.c72 static void amd8131_pcix_init(struct amd8131_dev_info *dev_info) in amd8131_pcix_init() argument
75 struct pci_dev *dev = dev_info->dev; in amd8131_pcix_init()
123 static void amd8131_pcix_exit(struct amd8131_dev_info *dev_info) in amd8131_pcix_exit() argument
126 struct pci_dev *dev = dev_info->dev; in amd8131_pcix_exit()
151 struct amd8131_dev_info *dev_info = edac_dev->pvt_info; in amd8131_pcix_check() local
152 struct pci_dev *dev = dev_info->dev; in amd8131_pcix_check()
159 "on %s bridge\n", dev_info->ctl_name); in amd8131_pcix_check()
179 "on %s bridge\n", dev_info->ctl_name); in amd8131_pcix_check()
192 "on %s bridge\n", dev_info->ctl_name); in amd8131_pcix_check()
205 "on %s bridge\n", dev_info->ctl_name); in amd8131_pcix_check()
[all …]
Damd8111_edac.c233 static void amd8111_lpc_bridge_init(struct amd8111_dev_info *dev_info) in amd8111_lpc_bridge_init() argument
236 struct pci_dev *dev = dev_info->dev; in amd8111_lpc_bridge_init()
270 static void amd8111_lpc_bridge_exit(struct amd8111_dev_info *dev_info) in amd8111_lpc_bridge_exit() argument
278 struct amd8111_dev_info *dev_info = edac_dev->pvt_info; in amd8111_lpc_bridge_check() local
279 struct pci_dev *dev = dev_info->dev; in amd8111_lpc_bridge_check()
286 dev_info->ctl_name); in amd8111_lpc_bridge_check()
339 struct amd8111_dev_info *dev_info = &amd8111_devices[id->driver_data]; in amd8111_dev_probe() local
342 dev_info->dev = pci_get_device(PCI_VENDOR_ID_AMD, in amd8111_dev_probe()
343 dev_info->err_dev, NULL); in amd8111_dev_probe()
345 if (!dev_info->dev) { in amd8111_dev_probe()
[all …]
Dcpc925_edac.c278 void (*init)(struct cpc925_dev_info *dev_info);
279 void (*exit)(struct cpc925_dev_info *dev_info);
615 static void cpc925_cpu_init(struct cpc925_dev_info *dev_info) in cpc925_cpu_init() argument
620 apimask = __raw_readl(dev_info->vbase + REG_APIMASK_OFFSET); in cpc925_cpu_init()
632 __raw_writel(apimask, dev_info->vbase + REG_APIMASK_OFFSET); in cpc925_cpu_init()
636 static void cpc925_cpu_exit(struct cpc925_dev_info *dev_info) in cpc925_cpu_exit() argument
655 struct cpc925_dev_info *dev_info = edac_dev->pvt_info; in cpc925_cpu_check() local
660 apiexcp = __raw_readl(dev_info->vbase + REG_APIEXCP_OFFSET); in cpc925_cpu_check()
667 apimask = __raw_readl(dev_info->vbase + REG_APIMASK_OFFSET); in cpc925_cpu_check()
678 static void cpc925_htlink_init(struct cpc925_dev_info *dev_info) in cpc925_htlink_init() argument
[all …]
/linux-6.12.1/drivers/net/ethernet/intel/i40e/
Di40e_debugfs.c28 dev_info(&pf->pdev->dev, "%d: bad seid\n", seid); in i40e_dbg_find_vsi()
109 dev_info(&pf->pdev->dev, in i40e_dbg_dump_vsi_seid()
113 dev_info(&pf->pdev->dev, "vsi seid %d\n", seid); in i40e_dbg_dump_vsi_seid()
117 dev_info(&pf->pdev->dev, " netdev: name = %s, state = %lu, flags = 0x%08x\n", in i40e_dbg_dump_vsi_seid()
119 dev_info(&pf->pdev->dev, " features = 0x%08lx\n", in i40e_dbg_dump_vsi_seid()
121 dev_info(&pf->pdev->dev, " hw_features = 0x%08lx\n", in i40e_dbg_dump_vsi_seid()
123 dev_info(&pf->pdev->dev, " vlan_features = 0x%08lx\n", 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()
134 dev_info(&pf->pdev->dev, " MAC address: %pM Port MAC: %pM\n", in i40e_dbg_dump_vsi_seid()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsienna_cichlid_ppt.c1477 dev_info(smu->adev->dev,"Setting DCEFCLK min/max dpm level is not supported!\n"); in sienna_cichlid_force_clk_levels()
1824 dev_info(smu->adev->dev, "Attempt to set Hard Min for DCEFCLK Failed!"); in sienna_cichlid_notify_smc_display_config()
2276 dev_info(smu->adev->dev, "invalid number of input parameters %d\n", size); in sienna_cichlid_od_edit_dpm_table()
2283 dev_info(smu->adev->dev, "GfxclkFmin (%ld) must be <= GfxclkFmax (%u)!\n", in sienna_cichlid_od_edit_dpm_table()
2294 dev_info(smu->adev->dev, "GfxclkFmax (%ld) must be >= GfxclkFmin (%u)!\n", in sienna_cichlid_od_edit_dpm_table()
2304 dev_info(smu->adev->dev, "Invalid SCLK_VDDC_TABLE index: %ld\n", input[i]); in sienna_cichlid_od_edit_dpm_table()
2305 dev_info(smu->adev->dev, "Supported indices: [0:min,1:max]\n"); in sienna_cichlid_od_edit_dpm_table()
2326 dev_info(smu->adev->dev, "invalid number of input parameters %d\n", size); in sienna_cichlid_od_edit_dpm_table()
2333 dev_info(smu->adev->dev, "UclkFmin (%ld) must be <= UclkFmax (%u)!\n", in sienna_cichlid_od_edit_dpm_table()
2344 dev_info(smu->adev->dev, "UclkFmax (%ld) must be >= UclkFmin (%u)!\n", in sienna_cichlid_od_edit_dpm_table()
[all …]
Darcturus_ppt.c524 dev_info(smu->adev->dev, "smc_dpm_info table revision(format.content): %d.%d\n", in arcturus_append_powerplay_table()
1568 dev_info(smu->adev->dev, "Dumped PPTable:\n"); in arcturus_dump_pptable()
1570 dev_info(smu->adev->dev, "Version = 0x%08x\n", pptable->Version); in arcturus_dump_pptable()
1572 dev_info(smu->adev->dev, "FeaturesToRun[0] = 0x%08x\n", pptable->FeaturesToRun[0]); in arcturus_dump_pptable()
1573 dev_info(smu->adev->dev, "FeaturesToRun[1] = 0x%08x\n", pptable->FeaturesToRun[1]); in arcturus_dump_pptable()
1576 dev_info(smu->adev->dev, "SocketPowerLimitAc[%d] = %d\n", i, pptable->SocketPowerLimitAc[i]); in arcturus_dump_pptable()
1577dev_info(smu->adev->dev, "SocketPowerLimitAcTau[%d] = %d\n", i, pptable->SocketPowerLimitAcTau[i]); in arcturus_dump_pptable()
1580 dev_info(smu->adev->dev, "TdcLimitSoc = %d\n", pptable->TdcLimitSoc); in arcturus_dump_pptable()
1581 dev_info(smu->adev->dev, "TdcLimitSocTau = %d\n", pptable->TdcLimitSocTau); in arcturus_dump_pptable()
1582 dev_info(smu->adev->dev, "TdcLimitGfx = %d\n", pptable->TdcLimitGfx); in arcturus_dump_pptable()
[all …]
/linux-6.12.1/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);
40 struct dev_info *dev_info,
/linux-6.12.1/drivers/net/ethernet/emulex/benet/
Dbe_roce.c28 struct be_dev_info dev_info; in _be_roce_dev_add() local
45 dev_info.dpp_unmapped_addr = pci_resource_start(pdev, 2); in _be_roce_dev_add()
46 dev_info.dpp_unmapped_len = pci_resource_len(pdev, 2); in _be_roce_dev_add()
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()
53 dev_info.unmapped_db = adapter->roce_db.io_addr; in _be_roce_dev_add()
54 dev_info.db_page_size = adapter->roce_db.size; in _be_roce_dev_add()
55 dev_info.db_total_size = adapter->roce_db.total_size; in _be_roce_dev_add()
[all …]
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_parser.c136 dev_info(dev, "boost main:\n"); in ice_imem_bst_bm_dump()
137 dev_info(dev, "\talu0 = %d\n", bm->alu0); in ice_imem_bst_bm_dump()
138 dev_info(dev, "\talu1 = %d\n", bm->alu1); in ice_imem_bst_bm_dump()
139 dev_info(dev, "\talu2 = %d\n", bm->alu2); in ice_imem_bst_bm_dump()
140 dev_info(dev, "\tpg = %d\n", bm->pg); in ice_imem_bst_bm_dump()
148 dev_info(dev, "boost key builder:\n"); in ice_imem_bst_kb_dump()
149 dev_info(dev, "\tpriority = %d\n", kb->prio); in ice_imem_bst_kb_dump()
150 dev_info(dev, "\ttsr_ctrl = %d\n", kb->tsr_ctrl); in ice_imem_bst_kb_dump()
158 dev_info(dev, "next proto key builder:\n"); in ice_imem_np_kb_dump()
159 dev_info(dev, "\topc = %d\n", kb->opc); in ice_imem_np_kb_dump()
[all …]
/linux-6.12.1/drivers/staging/iio/addac/
Dadt7316.c216 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_enabled() local
217 struct adt7316_chip_info *chip = iio_priv(dev_info); in adt7316_show_enabled()
247 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_store_enabled() local
248 struct adt7316_chip_info *chip = iio_priv(dev_info); in adt7316_store_enabled()
271 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_select_ex_temp() local
272 struct adt7316_chip_info *chip = iio_priv(dev_info); in adt7316_show_select_ex_temp()
285 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_store_select_ex_temp() local
286 struct adt7316_chip_info *chip = iio_priv(dev_info); in adt7316_store_select_ex_temp()
315 struct iio_dev *dev_info = dev_to_iio_dev(dev); in adt7316_show_mode() local
316 struct adt7316_chip_info *chip = iio_priv(dev_info); in adt7316_show_mode()
[all …]
/linux-6.12.1/drivers/platform/x86/x86-android-tablets/
Dcore.c158 static __init int x86_instantiate_i2c_client(const struct x86_dev_info *dev_info, in x86_instantiate_i2c_client() argument
161 const struct x86_i2c_client_info *client_info = &dev_info->i2c_client_info[idx]; in x86_instantiate_i2c_client()
192 static __init int x86_instantiate_spi_dev(const struct x86_dev_info *dev_info, int idx) in x86_instantiate_spi_dev() argument
194 const struct x86_spi_dev_info *spi_dev_info = &dev_info->spi_dev_info[idx]; in x86_instantiate_spi_dev()
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()
339 gpiod_lookup_tables = dev_info->gpiod_lookup_tables; in x86_android_tablet_probe()
[all …]
/linux-6.12.1/sound/isa/gus/
Dgus_io.c430 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()
455 dev_info(gus->card->dev, in snd_gf1_print_voice_registers()
459 dev_info(gus->card->dev, in snd_gf1_print_voice_registers()
462 dev_info(gus->card->dev, in snd_gf1_print_voice_registers()
465 dev_info(gus->card->dev, in snd_gf1_print_voice_registers()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_rap.c76 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()
Damdgpu_benchmark.c69 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 …]
Damdgpu_kms.c847 struct drm_amdgpu_info_device *dev_info; in amdgpu_info_ioctl() local
851 dev_info = kzalloc(sizeof(*dev_info), GFP_KERNEL); in amdgpu_info_ioctl()
852 if (!dev_info) in amdgpu_info_ioctl()
855 dev_info->device_id = adev->pdev->device; in amdgpu_info_ioctl()
856 dev_info->chip_rev = adev->rev_id; in amdgpu_info_ioctl()
857 dev_info->external_rev = adev->external_rev_id; in amdgpu_info_ioctl()
858 dev_info->pci_rev = adev->pdev->revision; in amdgpu_info_ioctl()
859 dev_info->family = adev->family; in amdgpu_info_ioctl()
860 dev_info->num_shader_engines = adev->gfx.config.max_shader_engines; in amdgpu_info_ioctl()
861 dev_info->num_shader_arrays_per_engine = adev->gfx.config.max_sh_per_se; in amdgpu_info_ioctl()
[all …]
/linux-6.12.1/drivers/mfd/
Dstw481x.c95 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()
102 dev_info(&stw481x->client->dev, "STw481x power control registers:\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()
136 dev_info(&stw481x->client->dev, "TWARN: %s threshold, %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()
[all …]
/linux-6.12.1/drivers/i3c/master/mipi-i3c-hci/
Dext_caps.c30 dev_info(&hci->master.dev, "vendor MIPI ID: %#x\n", hci->vendor_mipi_id); in hci_extcap_hardware_id()
31 dev_info(&hci->master.dev, "vendor version ID: %#x\n", hci->vendor_version_id); in hci_extcap_hardware_id()
32 dev_info(&hci->master.dev, "vendor product ID: %#x\n", hci->vendor_product_id); in hci_extcap_hardware_id()
52 dev_info(&hci->master.dev, "operation mode: %s\n", functionality[operation_mode]); in hci_extcap_master_config()
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()
[all …]
/linux-6.12.1/drivers/gpu/drm/pl111/
Dpl111_versatile.c119 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()
197 dev_info(drm->dev, "disable Versatile CLCD connectors\n"); in pl111_versatile_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()
[all …]
/linux-6.12.1/drivers/gpu/drm/ast/
Dast_drv.c191 dev_info(dev, "Using default configuration\n"); in ast_detect_chip()
194 dev_info(dev, "Using device-tree for configuration\n"); in ast_detect_chip()
197 dev_info(dev, "Using P2A bridge for configuration\n"); in ast_detect_chip()
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()
[all …]
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dadf_ctl_drv.c227 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()
354 accel_dev = adf_devmgr_get_dev_by_id(dev_info.accel_id); in adf_ctl_ioctl_get_status()
359 dev_info.state = adf_dev_started(accel_dev) ? DEV_UP : DEV_DOWN; 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()
362 dev_info.num_logical_accel = hw_data->num_logical_accel; in adf_ctl_ioctl_get_status()
363 dev_info.banks_per_accel = hw_data->num_banks in adf_ctl_ioctl_get_status()
[all …]
/linux-6.12.1/drivers/net/ethernet/amd/pds_core/
Ddev.c251 pdsc->dev_info.asic_type = ioread8(&pdsc->info_regs->asic_type); in pdsc_init_devinfo()
252 pdsc->dev_info.asic_rev = ioread8(&pdsc->info_regs->asic_rev); in pdsc_init_devinfo()
256 memcpy_fromio(pdsc->dev_info.fw_version, in pdsc_init_devinfo()
259 pdsc->dev_info.fw_version[PDS_CORE_DEVINFO_FWVERS_BUFLEN] = 0; in pdsc_init_devinfo()
261 memcpy_fromio(pdsc->dev_info.serial_num, in pdsc_init_devinfo()
264 pdsc->dev_info.serial_num[PDS_CORE_DEVINFO_SERIAL_BUFLEN] = 0; in pdsc_init_devinfo()
266 dev_dbg(pdsc->dev, "fw_version %s\n", pdsc->dev_info.fw_version); 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()
[all …]
/linux-6.12.1/net/caif/
Dcfsrvl.c46 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()

12345678910>>...122