Home
last modified time | relevance | path

Searched refs:info (Results 11351 - 11375 of 21459) sorted by relevance

1...<<451452453454455456457458459460>>...859

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H A Dprestera_switchdev.c1204 struct switchdev_notifier_fdb_info *info) in prestera_fdb_offload_notify()
1208 send_info.addr = info->addr; in prestera_fdb_offload_notify()
1209 send_info.vid = info->vid; in prestera_fdb_offload_notify()
1213 &send_info.info, NULL); in prestera_fdb_offload_notify()
1294 struct switchdev_notifier_info *info = ptr; in prestera_switchdev_event() local
1326 fdb_info = container_of(info, in prestera_switchdev_event()
1328 info); in prestera_switchdev_event()
1772 struct switchdev_notifier_fdb_info info = {}; in prestera_fdb_event() local
1795 info.addr = evt->fdb_evt.data.mac; in prestera_fdb_event()
1796 info in prestera_fdb_event()
1203 prestera_fdb_offload_notify(struct prestera_port *port, struct switchdev_notifier_fdb_info *info) prestera_fdb_offload_notify() argument
[all...]
/kernel/linux/linux-6.6/drivers/i3c/master/
H A Ddw-i3c-master.c607 struct i3c_device_info info = { }; in dw_i3c_master_bus_init() local
654 memset(&info, 0, sizeof(info)); in dw_i3c_master_bus_init()
655 info.dyn_addr = ret; in dw_i3c_master_bus_init()
657 ret = i3c_master_set_info(&master->base, &info); in dw_i3c_master_bus_init()
887 COMMAND_PORT_SPEED(dev->info.max_read_ds); in dw_i3c_master_priv_xfers()
893 COMMAND_PORT_SPEED(dev->info.max_write_ds); in dw_i3c_master_priv_xfers()
940 master->devs[pos].addr = dev->info.dyn_addr; in dw_i3c_master_reattach_i3c_dev()
944 writel(DEV_ADDR_TABLE_DYNAMIC_ADDR(dev->info.dyn_addr), in dw_i3c_master_reattach_i3c_dev()
948 master->devs[data->index].addr = dev->info in dw_i3c_master_reattach_i3c_dev()
[all...]
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dbmc150-accel-core.c463 return false; /* DUAL250E fwnodes have no mount matrix info */ in bmc150_apply_dual250e_acpi_orientation()
561 data->interrupts[i].info = &irq_info[i]; in bmc150_accel_interrupts_setup()
569 const struct bmc150_accel_interrupt_info *info = intr->info; in bmc150_accel_set_interrupt() local
594 ret = regmap_update_bits(data->regmap, info->map_reg, info->map_bitmask, in bmc150_accel_set_interrupt()
595 (state ? info->map_bitmask : 0)); in bmc150_accel_set_interrupt()
602 ret = regmap_update_bits(data->regmap, info->en_reg, info->en_bitmask, in bmc150_accel_set_interrupt()
603 (state ? info in bmc150_accel_set_interrupt()
783 bmc150_accel_read_event(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, enum iio_event_type type, enum iio_event_direction dir, enum iio_event_info info, int *val, int *val2) bmc150_accel_read_event() argument
807 bmc150_accel_write_event(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, enum iio_event_type type, enum iio_event_direction dir, enum iio_event_info info, int val, int val2) bmc150_accel_write_event() argument
[all...]
/kernel/linux/linux-6.6/sound/pci/echoaudio/
H A Dechoaudio.c1055 .info = snd_echo_output_gain_info,
1065 .info = snd_echo_output_gain_info,
1135 .info = snd_echo_input_gain_info,
1198 .info = snd_echo_output_nominal_info,
1264 .info = snd_echo_input_nominal_info,
1330 .info = snd_echo_mixer_info,
1393 .info = snd_echo_vmixer_info,
1481 .info = snd_echo_digital_mode_info,
1531 .info = snd_echo_spdif_mode_info,
1605 .info
[all...]
/kernel/linux/linux-6.6/sound/pci/
H A Drme96.c21 #include <sound/info.h>
348 .info = (SNDRV_PCM_INFO_MMAP_IOMEM |
379 .info = (SNDRV_PCM_INFO_MMAP_IOMEM |
410 .info = (SNDRV_PCM_INFO_MMAP_IOMEM |
437 .info = (SNDRV_PCM_INFO_MMAP_IOMEM |
2225 .info = snd_rme96_control_spdif_info,
2233 .info = snd_rme96_control_spdif_stream_info,
2241 .info = snd_rme96_control_spdif_mask_info,
2251 .info = snd_rme96_control_spdif_mask_info,
2260 .info
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_multi.c132 static int snd_pcm_multi_info(snd_pcm_t *pcm, snd_pcm_info_t *info) in snd_pcm_multi_info() argument
136 assert(info->subdevice < multi->slaves_count); in snd_pcm_multi_info()
137 n = info->subdevice; in snd_pcm_multi_info()
138 info->subdevice = 0; in snd_pcm_multi_info()
139 err = snd_pcm_info(multi->slaves[n].pcm, info); in snd_pcm_multi_info()
142 info->subdevices_count = multi->slaves_count; in snd_pcm_multi_info()
161 params->info = ~0U; in snd_pcm_multi_hw_refine_cprepare()
243 params->info &= sparams->info; in snd_pcm_multi_hw_refine_cchange()
605 static int snd_pcm_multi_channel_info(snd_pcm_t *pcm, snd_pcm_channel_info_t *info) in snd_pcm_multi_channel_info() argument
[all...]
/third_party/backends/backend/
H A Dmustek_pp_cis.c172 #define M1015_MARK_LL(info)\
173 fprintf(M1015_LOG_1, "* %s\n", info);
192 #define M1015_MARK_LL(info)
240 #define M1015_MARK(info)\
241 sprintf(&hl_next_line[0], "%s+ %s\n", cis_indent, info);\
253 #define M1015_MARK(info)
339 Mustek_PP_1015_display_regs(Mustek_PP_CIS_dev * dev, const char* info) in Mustek_PP_1015_display_regs() argument
351 " R0: %s : ASIC info\n" in Mustek_PP_1015_display_regs()
353 " R2: %s : CCD/motor info\n" in Mustek_PP_1015_display_regs()
378 info, in Mustek_PP_1015_display_regs()
410 Mustek_PP_1015_display_reg(const char* info, int val) Mustek_PP_1015_display_reg() argument
2189 cis_attach(SANE_String_Const port, SANE_String_Const name, SANE_Attach_Callback attach, SANE_Int driverNo, SANE_Int info) cis_attach() argument
2282 cis_drv_capabilities(SANE_Int info, SANE_String *model, SANE_String *vendor, SANE_String *type, SANE_Int *maxres, SANE_Int *minres, SANE_Int *maxhsize, SANE_Int *maxvsize, SANE_Int *caps) cis_drv_capabilities() argument
[all...]
H A Dmustek_pp.c132 SANE_Int driver, SANE_Int info);
321 sane_attach (SANE_String_Const port, SANE_String_Const name, SANE_Int driver, SANE_Int info) in sane_attach() argument
345 dev->info = info; /* Modified by EDG */ in sane_attach()
353 dev->func->capabilities (info, &dev->model, &dev->vendor, &dev->type, in sane_attach()
1261 * If a pointer to info is given, the value is initialized to zero
1275 SANE_Action action, void *val, SANE_Int * info) in sane_control_option()
1281 if (info) in sane_control_option()
1282 *info = 0; in sane_control_option()
1352 status = sanei_constrain_value (hndl->opt + option, val, info); in sane_control_option()
1274 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int * info) sane_control_option() argument
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects.c193 ecma_typedarray_info_t info = ecma_typedarray_get_info (object_p); in ecma_op_object_get_own_property() local
196 if (array_index < info.length) in ecma_op_object_get_own_property()
198 ecma_length_t byte_pos = array_index << info.shift; in ecma_op_object_get_own_property()
199 ecma_number_t num = ecma_get_typedarray_element (info.buffer_p + byte_pos, info.id); in ecma_op_object_get_own_property()
562 ecma_typedarray_info_t info = ecma_typedarray_get_info (object_p); in ecma_op_object_find_own() local
564 if (array_index >= info.length) in ecma_op_object_find_own()
569 ecma_length_t byte_pos = array_index << info.shift; in ecma_op_object_find_own()
570 ecma_number_t num = ecma_get_typedarray_element (info.buffer_p + byte_pos, info in ecma_op_object_find_own()
1379 ecma_typedarray_info_t info = ecma_typedarray_get_info (object_p); ecma_op_object_put_with_receiver() local
[all...]
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c215 bool enough_vram = ws->info.all_vram_visible || in radv_amdgpu_cs_domain()
216 p_atomic_read_relaxed(&ws->allocated_vram_vis) * 2 <= (uint64_t)ws->info.vram_vis_size_kb * 1024; in radv_amdgpu_cs_domain()
218 (enough_vram && ws->info.has_dedicated_vram && !(ws->perftest & RADV_PERFTEST_NO_SAM)) || in radv_amdgpu_cs_domain()
227 uint32_t ib_pad_dw_mask = MAX2(3, radv_amdgpu_winsys(ws)->info.ib_pad_dw_mask[ip_type]); in radv_amdgpu_cs_create()
286 return cs->ws->info.gfx_ib_pad_with_type2 ? PKT2_NOP_PAD : PKT3_NOP_PAD; in get_nop_packet()
288 return cs->ws->info.gfx_level <= GFX6 ? 0xF0000000 : SDMA_NOP_PAD; in get_nop_packet()
359 uint32_t ib_pad_dw_mask = MAX2(3, cs->ws->info.ib_pad_dw_mask[ip_type]); in radv_amdgpu_cs_grow()
431 uint32_t ib_pad_dw_mask = MAX2(3, cs->ws->info.ib_pad_dw_mask[ip_type]); in radv_amdgpu_cs_finalize()
1070 uint32_t ib_pad_dw_mask = cs0->ws->info.ib_pad_dw_mask[ip_type]; in radv_amdgpu_winsys_cs_submit_sysmem()
1308 if (ctx->ws->info in radv_amdgpu_cs_submit_zero()
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c252 VkSubpassBeginInfo info = { in vk_common_CmdBeginRenderPass() local
258 pRenderPassBegin, &info); in vk_common_CmdBeginRenderPass()
269 VkSubpassEndInfo info = { in vk_common_CmdEndRenderPass() local
273 disp->device->dispatch_table.CmdEndRenderPass2(commandBuffer, &info); in vk_common_CmdEndRenderPass()
408 const VkRenderPassCreateInfo2 *info) in vk_subpass_attachment_link_resolve()
822 vk_get_pipeline_rendering_create_info(const VkGraphicsPipelineCreateInfo *info) in vk_get_pipeline_rendering_create_info() argument
824 VK_FROM_HANDLE(vk_render_pass, render_pass, info->renderPass); in vk_get_pipeline_rendering_create_info()
826 assert(info->subpass < render_pass->subpass_count); in vk_get_pipeline_rendering_create_info()
827 return &render_pass->subpasses[info->subpass].pipeline_info; in vk_get_pipeline_rendering_create_info()
830 return vk_find_struct_const(info in vk_get_pipeline_rendering_create_info()
406 vk_subpass_attachment_link_resolve(struct vk_subpass_attachment *att, struct vk_subpass_attachment *resolve, const VkRenderPassCreateInfo2 *info) vk_subpass_attachment_link_resolve() argument
834 vk_get_pipeline_sample_count_info_amd(const VkGraphicsPipelineCreateInfo *info) vk_get_pipeline_sample_count_info_amd() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dcmp.c278 "InfoType name for requesting specific info in genm, e.g. 'signKeyPairTypes'"},
521 "A single failure info bit number to include in server response, 0..26"},
632 CMP_print(bio_out, OSSL_CMP_LOG_INFO, "info", msg, a1, a2, a3)
1958 APP_HTTP_TLS_INFO *info; in setup_client_ctx() local
1971 if ((info = OPENSSL_zalloc(sizeof(*info))) == NULL) in setup_client_ctx()
1973 (void)OSSL_CMP_CTX_set_http_cb_arg(ctx, info); in setup_client_ctx()
1974 info->ssl_ctx = setup_ssl_ctx(ctx, host, engine); in setup_client_ctx()
1975 info->server = host; in setup_client_ctx()
1977 if ((info in setup_client_ctx()
3062 APP_HTTP_TLS_INFO *info = OSSL_CMP_CTX_get_http_cb_arg(cmp_ctx); cmp_main() local
[all...]
/third_party/rust/crates/clang-sys/src/
H A Dlib.rs1929 pub fn clang_TargetInfo_dispose(info: CXTargetInfo); in clang_TargetInfo_dispose()
1932 pub fn clang_TargetInfo_getPointerWidth(info: CXTargetInfo) -> c_int; in clang_TargetInfo_getPointerWidth()
1935 pub fn clang_TargetInfo_getTriple(info: CXTargetInfo) -> CXString; in clang_TargetInfo_getTriple()
2192 pub fn clang_index_getCXXClassDeclInfo(info: *const CXIdxDeclInfo) -> *const CXIdxCXXClassDeclInfo; in clang_index_getCXXClassDeclInfo()
2193 pub fn clang_index_getClientContainer(info: *const CXIdxContainerInfo) -> CXIdxClientContainer; in clang_index_getClientContainer()
2194 pub fn clang_index_getClientEntity(info: *const CXIdxEntityInfo) -> CXIdxClientEntity; in clang_index_getClientEntity()
2195 pub fn clang_index_getIBOutletCollectionAttrInfo(info: *const CXIdxAttrInfo) -> *const CXIdxIBOutletCollectionAttrInfo; in clang_index_getIBOutletCollectionAttrInfo()
2196 pub fn clang_index_getObjCCategoryDeclInfo(info: *const CXIdxDeclInfo) -> *const CXIdxObjCCategoryDeclInfo; in clang_index_getObjCCategoryDeclInfo()
2197 pub fn clang_index_getObjCContainerDeclInfo(info: *const CXIdxDeclInfo) -> *const CXIdxObjCContainerDeclInfo; in clang_index_getObjCContainerDeclInfo()
2198 pub fn clang_index_getObjCInterfaceDeclInfo(info in clang_index_getObjCContainerDeclInfo()
[all...]
/third_party/openssl/apps/
H A Dcmp.c278 "InfoType name for requesting specific info in genm, e.g. 'signKeyPairTypes'"},
521 "A single failure info bit number to include in server response, 0..26"},
632 CMP_print(bio_out, OSSL_CMP_LOG_INFO, "info", msg, a1, a2, a3)
1958 APP_HTTP_TLS_INFO *info; in setup_client_ctx() local
1971 if ((info = OPENSSL_zalloc(sizeof(*info))) == NULL) in setup_client_ctx()
1973 (void)OSSL_CMP_CTX_set_http_cb_arg(ctx, info); in setup_client_ctx()
1974 info->ssl_ctx = setup_ssl_ctx(ctx, host, engine); in setup_client_ctx()
1975 info->server = host; in setup_client_ctx()
1977 if ((info in setup_client_ctx()
3061 APP_HTTP_TLS_INFO *info = OSSL_CMP_CTX_get_http_cb_arg(cmp_ctx); cmp_main() local
[all...]
/third_party/python/Lib/xml/dom/
H A Dminidom.py446 info = doc._get_elem_info(elem)
447 if info is None:
450 return info.isIdNS(self.namespaceURI, self.localName)
452 return info.isId(self.nodeName)
460 info = doc._get_elem_info(elem)
461 if info is None:
464 return info.getAttributeTypeNS(self.namespaceURI, self.localName)
466 return info.getAttributeType(self.nodeName)
1171 info = self.ownerDocument._get_elem_info(elem)
1172 if info i
[all...]
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Ddump_jsheap_info.h34 bool DumpJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info);
/base/hiviewdfx/hiview/interfaces/innerkits/xpower_event/include/
H A Dxpower_event_jsvm.h25 * Used to report js stack info to XPower
28 * @param info additional informations
34 int ReportXPowerJsStackSysEvent(EcmaVM *vm, const std::string &tagName, const std::string &info = "");
/base/hiviewdfx/hiview/plugins/faultlogger/common/
H A Dlog_analyzer.h23 bool AnalysisFaultlog(const FaultLogInfo& info, std::map<std::string, std::string>& eventInfos);
/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_authenticator_manager.h26 static ErrCode GetAuthenticatorInfo(const std::string &owner, int32_t userId, AuthenticatorInfo &info);
/base/global/i18n/interfaces/js/kits/include/
H A Djs_utils.h26 static napi_value DefaultConstructor(napi_env env, napi_callback_info info);
/base/telephony/core_service/test/unittest/ui_client/
H A Dims_reg_info_callback_gtest.h25 int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) override;
/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_ims_reg_info_callback.h25 int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) override;
/base/telephony/core_service/services/network_search/test/
H A Dims_reg_info_callback_test.h25 int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) override;
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dims_reg_info_callback_gtest.h25 int32_t OnImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) override;
/base/update/updateservice/napi/include/
H A Dnapi_client_interface.h28 virtual napi_value HandleFunc(napi_env env, napi_callback_info info) = 0;

Completed in 51 milliseconds

1...<<451452453454455456457458459460>>...859