Home
last modified time | relevance | path

Searched refs:info (Results 16951 - 16975 of 17028) sorted by relevance

1...<<671672673674675676677678679680>>...682

/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dmxl5005s.c4077 .info = {
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Ddib8000.c4412 .info = {
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptsas.c1640 * @work: work queue payload containing info describing the event
2005 .info = mptscsih_info,
2847 * mptsas_exp_repmanufacture_info - sets expander manufacturer info
4394 "%s %d port info is NULL\n", in mptsas_hotplug_work()
4404 "%s %d phy info is NULL\n", in mptsas_hotplug_work()
4859 * @fw_event: work queue payload containing info describing the event
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dmxl5005s.c4083 .info = {
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c1451 /* Initialize f2fs-specific inode info */ in f2fs_alloc_inode()
3616 /* check reserved ino info */ in sanity_check_raw_super()
4383 /* allocate memory for f2fs-specific super block info */ in f2fs_fill_super()
4489 /* init f2fs-specific super block info */ in f2fs_fill_super()
4620 le64_to_cpu(seg_i->journal->info.kbytes_written); in f2fs_fill_super()
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S715 # Outputs encrypted bytes, and updates hash and partial info in gcm_data_context
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dwmi.h3494 u32 info; member
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c4633 const struct drm_display_info *info, in dsi_bridge_mode_valid()
4632 dsi_bridge_mode_valid(struct drm_bridge *bridge, const struct drm_display_info *info, const struct drm_display_mode *mode) dsi_bridge_mode_valid() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dni_dpm.c3877 struct _ATOM_POWERPLAY_INFO info; member
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/
H A Dib_srp.c3071 .info = srp_target_info,
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwcd9335.c23 #include <sound/info.h>
H A Dwcd934x.c97 /* As fine version info cannot be retrieved before wcd probe.
125 .info = wcd934x_iir_filter_info, \
/kernel/linux/linux-6.6/drivers/scsi/
H A Dips.c148 * IPS_DEBUG - Turn on debugging info
360 .info = ips_info,
1155 /* ?!?! host adater info invalid */ in ips_biosparam()
1397 /* Return info about the driver */
1556 /* Make a passthru command out of the info in the Scsi block */
2438 "unable to write driver info to controller.\n"); in ips_hainit()
5911 /* FFDC: write reset info */
5945 /* FFDC: write time info */
6905 /* Store info in HA structure */ in ips_init_phase1()
6961 "Unable to allocate logical drive info structur in ips_init_phase1()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_attr.c61 #define LPFC_INFO_MORE_STR "\nCould be more info...\n"
810 * lpfc_info_show - Return some pci info about the host in ascii
1910 len = scnprintf(buf, PAGE_SIZE - len, "SFP info NA:\n"); in lpfc_xcvr_data_show()
2969 static DEVICE_ATTR(info, S_IRUGO, lpfc_info_show, NULL);
/third_party/elfutils/src/
H A Delflint.c2614 TEST (info, 1); in check_null()
3649 { ".got", 5, SHT_PROGBITS, unused, 0, 0 }, // XXX more info?
3996 section [%2zu] '%s': invalid section reference in info value\n"), in check_sections()
/third_party/backends/sanei/
H A Dsanei_scsi.c428 u_int bus, target, lun; /* nexus info; used for some interfaces only */
516 /* Driver info: */
2371 if (((req->sgdata.sg3.hdr.info & SG_INFO_CHECK) != 0) in sanei_scsi_req_wait()
2879 /* some info is still missing */ in sanei_proc_scsi_find_devices()
4238 /* some info is still missing */ in sanei_scsi_find_devices()
5136 /* Get the inquiry info for the devices on that hca. */ in sanei_scsi_find_devices()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2625 pub info: __IncompleteArrayField<file_dedupe_range_info>,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4427 info: *mut kvm_swap, in kvm_getswapinfo()
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2624 pub info: __IncompleteArrayField<file_dedupe_range_info>,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2604 pub info: __IncompleteArrayField<file_dedupe_range_info>,
/third_party/vulkan-loader/loader/
H A Dtrampoline.c572 // Look for one or more VK_EXT_debug_report or VK_EXT_debug_utils create info structures in vkCreateInstance()
892 // Call down the chain to get the physical device info in vkEnumeratePhysicalDevices()
1088 memcpy(&pProperties[i], &(inst->app_activated_layer_list.list[i]->info), sizeof(VkLayerProperties)); in vkEnumerateDeviceLayerProperties()
2623 // Call down the chain to get the physical device group info. in vkEnumeratePhysicalDeviceGroups()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c2774 /* With all the info we got, fill in the values */ in kvm_guest_time_update()
7020 struct x86_instruction_info *info, in emulator_intercept()
7023 return kvm_x86_ops.check_intercept(emul_to_vcpu(ctxt), info, stage, in emulator_intercept()
7019 emulator_intercept(struct x86_emulate_ctxt *ctxt, struct x86_instruction_info *info, enum x86_intercept_stage stage) emulator_intercept() argument
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp138 infoSink.info << sourceLoc.getFilenameStr() << "(" << sourceLoc.line << "): error at column " << sourceLoc.column in parseShaderStrings()
10282 infoSink.info << "WARNING: AST will form illegal SPIR-V; need to transform to legalize"; in finish()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp342 const VkCommandBufferBeginInfo info = in beginSecondaryCommandBuffer() local
349 VK_CHECK(vk.beginCommandBuffer(commandBuffer, &info)); in beginSecondaryCommandBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp342 const VkCommandBufferBeginInfo info = in beginSecondaryCommandBuffer() local
349 VK_CHECK(vk.beginCommandBuffer(commandBuffer, &info)); in beginSecondaryCommandBuffer()

Completed in 207 milliseconds

1...<<671672673674675676677678679680>>...682