/kernel/linux/linux-5.10/net/netlabel/ |
H A D | netlabel_mgmt.c | 67 * @info: the Generic NETLINK info block 76 static int netlbl_mgmt_add_common(struct genl_info *info, in netlbl_mgmt_add_common() argument 91 entry->def.type = nla_get_u32(info->attrs[NLBL_MGMT_A_PROTOCOL]); in netlbl_mgmt_add_common() 92 if (info->attrs[NLBL_MGMT_A_DOMAIN]) { in netlbl_mgmt_add_common() 93 size_t tmp_size = nla_len(info->attrs[NLBL_MGMT_A_DOMAIN]); in netlbl_mgmt_add_common() 100 info->attrs[NLBL_MGMT_A_DOMAIN], tmp_size); in netlbl_mgmt_add_common() 110 if (info->attrs[NLBL_MGMT_A_FAMILY]) in netlbl_mgmt_add_common() 112 nla_get_u16(info->attrs[NLBL_MGMT_A_FAMILY]); in netlbl_mgmt_add_common() 117 if (!info in netlbl_mgmt_add_common() 422 netlbl_mgmt_add(struct sk_buff *skb, struct genl_info *info) netlbl_mgmt_add() argument 453 netlbl_mgmt_remove(struct sk_buff *skb, struct genl_info *info) netlbl_mgmt_remove() argument 546 netlbl_mgmt_adddef(struct sk_buff *skb, struct genl_info *info) netlbl_mgmt_adddef() argument 576 netlbl_mgmt_removedef(struct sk_buff *skb, struct genl_info *info) netlbl_mgmt_removedef() argument 596 netlbl_mgmt_listdef(struct sk_buff *skb, struct genl_info *info) netlbl_mgmt_listdef() argument 728 netlbl_mgmt_version(struct sk_buff *skb, struct genl_info *info) netlbl_mgmt_version() argument [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | platinumfb.c | 44 struct fb_info *info; member 78 u_int transp, struct fb_info *info); 79 static int platinumfb_blank(int blank_mode, struct fb_info *info); 80 static int platinumfb_set_par (struct fb_info *info); 81 static int platinumfb_check_var (struct fb_var_screeninfo *var, struct fb_info *info); 111 static int platinumfb_check_var (struct fb_var_screeninfo *var, struct fb_info *info) in platinumfb_check_var() argument 113 return platinum_var_to_par(var, info->par, 1); in platinumfb_check_var() 119 static int platinumfb_set_par (struct fb_info *info) in platinumfb_set_par() argument 121 struct fb_info_platinum *pinfo = info->par; in platinumfb_set_par() 125 if((err = platinum_var_to_par(&info in platinumfb_set_par() 180 platinumfb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, u_int transp, struct fb_info *info) platinumfb_setcolreg() argument 312 platinum_init_info(struct fb_info *info, struct fb_info_platinum *pinfo) platinum_init_info() argument 337 platinum_init_fb(struct fb_info *info) platinum_init_fb() argument 406 read_platinum_sense(struct fb_info_platinum *info) read_platinum_sense() argument 530 struct fb_info *info; platinumfb_probe() local 638 struct fb_info *info = dev_get_drvdata(&odev->dev); platinumfb_remove() local [all...] |
/kernel/linux/linux-6.6/net/netlabel/ |
H A D | netlabel_mgmt.c | 67 * @info: the Generic NETLINK info block 76 static int netlbl_mgmt_add_common(struct genl_info *info, in netlbl_mgmt_add_common() argument 91 entry->def.type = nla_get_u32(info->attrs[NLBL_MGMT_A_PROTOCOL]); in netlbl_mgmt_add_common() 92 if (info->attrs[NLBL_MGMT_A_DOMAIN]) { in netlbl_mgmt_add_common() 93 size_t tmp_size = nla_len(info->attrs[NLBL_MGMT_A_DOMAIN]); in netlbl_mgmt_add_common() 100 info->attrs[NLBL_MGMT_A_DOMAIN], tmp_size); in netlbl_mgmt_add_common() 110 if (info->attrs[NLBL_MGMT_A_FAMILY]) in netlbl_mgmt_add_common() 112 nla_get_u16(info->attrs[NLBL_MGMT_A_FAMILY]); in netlbl_mgmt_add_common() 117 if (!info in netlbl_mgmt_add_common() 422 netlbl_mgmt_add(struct sk_buff *skb, struct genl_info *info) netlbl_mgmt_add() argument 453 netlbl_mgmt_remove(struct sk_buff *skb, struct genl_info *info) netlbl_mgmt_remove() argument 546 netlbl_mgmt_adddef(struct sk_buff *skb, struct genl_info *info) netlbl_mgmt_adddef() argument 576 netlbl_mgmt_removedef(struct sk_buff *skb, struct genl_info *info) netlbl_mgmt_removedef() argument 596 netlbl_mgmt_listdef(struct sk_buff *skb, struct genl_info *info) netlbl_mgmt_listdef() argument 728 netlbl_mgmt_version(struct sk_buff *skb, struct genl_info *info) netlbl_mgmt_version() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCWin64EH.cpp | 143 const WinEH::FrameInfo *info) { in EmitRuntimeFunction() 147 EmitSymbolRefWithOfs(streamer, info->Function, info->Begin); in EmitRuntimeFunction() 148 EmitSymbolRefWithOfs(streamer, info->Function, info->End); in EmitRuntimeFunction() 149 streamer.EmitValue(MCSymbolRefExpr::create(info->Symbol, in EmitRuntimeFunction() 154 static void EmitUnwindInfo(MCStreamer &streamer, WinEH::FrameInfo *info) { in EmitUnwindInfo() argument 156 if (info->Symbol) in EmitUnwindInfo() 164 info->Symbol = Label; in EmitUnwindInfo() 168 if (info in EmitUnwindInfo() 142 EmitRuntimeFunction(MCStreamer &streamer, const WinEH::FrameInfo *info) EmitRuntimeFunction() argument 464 FindMatchingEpilog(const std::vector<WinEH::Instruction>& EpilogInstrs, const std::vector<MCSymbol *>& Epilogs, const WinEH::FrameInfo *info) FindMatchingEpilog() argument 493 ARM64EmitUnwindInfo(MCStreamer &streamer, WinEH::FrameInfo *info) ARM64EmitUnwindInfo() argument 645 ARM64EmitRuntimeFunction(MCStreamer &streamer, const WinEH::FrameInfo *info) ARM64EmitRuntimeFunction() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.h | 87 info.fp##entrypoint = \ 89 if (info.fp##entrypoint == NULL) \ 490 VkResult init_global_layer_properties(sample_info &info); 492 VkResult init_device_extension_properties(struct sample_info &info, layer_properties &layer_props); 494 void init_instance_extension_names(struct sample_info &info); 495 VkResult init_instance(struct sample_info &info, char const *const app_short_name); 496 void init_device_extension_names(struct sample_info &info); 497 VkResult init_device(struct sample_info &info); 498 VkResult init_enumerate_device(struct sample_info &info, uint32_t gpu_count = 1); 501 void init_connection(struct sample_info &info); [all...] |
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | keyboard_session_test.cpp | 71 SessionInfo info; in GetKeyboardSession() local 72 info.abilityName_ = abilityName; in GetKeyboardSession() 73 info.bundleName_ = bundleName; in GetKeyboardSession() 80 sptr<KeyboardSession> keyboardSession = new (std::nothrow) KeyboardSession(info, specificCb, keyboardCb); in GetKeyboardSession() 94 SessionInfo info; in GetSceneSession() local 95 info.abilityName_ = abilityName; in GetSceneSession() 96 info.bundleName_ = bundleName; in GetSceneSession() 100 sptr<SceneSession> sceneSession = sptr<SceneSession>::MakeSptr(info, specificCb); in GetSceneSession() 108 SessionInfo info; in GetSceneSessionMocker() local 109 info in GetSceneSessionMocker() 127 SessionInfo info; HWTEST_F() local 152 SessionInfo info; HWTEST_F() local 180 SessionInfo info; HWTEST_F() local 201 SessionInfo info; HWTEST_F() local 223 SessionInfo info; HWTEST_F() local 243 SessionInfo info; HWTEST_F() local 281 SessionInfo info; HWTEST_F() local 307 SessionInfo info; HWTEST_F() local 336 SessionInfo info; HWTEST_F() local 393 SessionInfo info; HWTEST_F() local 425 SessionInfo info; HWTEST_F() local 458 SessionInfo info; HWTEST_F() local 499 SessionInfo info; HWTEST_F() local 528 SessionInfo info; HWTEST_F() local 556 SessionInfo info; HWTEST_F() local 572 SessionInfo info; HWTEST_F() local 603 SessionInfo info; HWTEST_F() local 644 SessionInfo info; HWTEST_F() local 692 SessionInfo info; HWTEST_F() local 708 SessionInfo info; HWTEST_F() local 745 SessionInfo info; HWTEST_F() local 770 SessionInfo info; HWTEST_F() local 869 SessionInfo info; HWTEST_F() local 892 SessionInfo info; HWTEST_F() local 917 SessionInfo info; HWTEST_F() local 942 SessionInfo info; HWTEST_F() local 966 SessionInfo info; HWTEST_F() local 1011 SessionInfo info; HWTEST_F() local 1039 SessionInfo info; HWTEST_F() local 1060 SessionInfo info; HWTEST_F() local 1085 SessionInfo info; HWTEST_F() local 1595 SessionInfo info; HWTEST_F() local [all...] |
/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | tlssocket_module.cpp | 53 napi_value TLSSocketModuleExports::TLSSocket::GetCertificate(napi_env env, napi_callback_info info) in GetCertificate() argument 55 return ModuleTemplate::Interface<GetCertificateContext>(env, info, FUNCTION_GET_CERTIFICATE, nullptr, in GetCertificate() 60 napi_value TLSSocketModuleExports::TLSSocket::GetProtocol(napi_env env, napi_callback_info info) in GetProtocol() argument 62 return ModuleTemplate::Interface<GetCipherSuitesContext>(env, info, FUNCTION_GET_PROTOCOL, nullptr, in GetProtocol() 67 napi_value TLSSocketModuleExports::TLSSocket::Connect(napi_env env, napi_callback_info info) in Connect() argument 70 env, info, FUNCTION_CONNECT, nullptr, TLSSocketAsyncWork::ExecConnect, TLSSocketAsyncWork::ConnectCallback); in Connect() 73 napi_value TLSSocketModuleExports::TLSSocket::GetCipherSuites(napi_env env, napi_callback_info info) in GetCipherSuites() argument 75 return ModuleTemplate::Interface<GetCipherSuitesContext>(env, info, FUNCTION_GET_CIPHER_SUITE, nullptr, in GetCipherSuites() 80 napi_value TLSSocketModuleExports::TLSSocket::GetRemoteCertificate(napi_env env, napi_callback_info info) in GetRemoteCertificate() argument 82 return ModuleTemplate::Interface<GetRemoteCertificateContext>(env, info, FUNCTION_GET_REMOTE_CERTIFICAT in GetRemoteCertificate() 87 GetSignatureAlgorithms(napi_env env, napi_callback_info info) GetSignatureAlgorithms() argument 94 Send(napi_env env, napi_callback_info info) Send() argument 100 Close(napi_env env, napi_callback_info info) Close() argument 106 Bind(napi_env env, napi_callback_info info) Bind() argument 112 GetState(napi_env env, napi_callback_info info) GetState() argument 118 GetRemoteAddress(napi_env env, napi_callback_info info) GetRemoteAddress() argument 125 GetLocalAddress(napi_env env, napi_callback_info info) GetLocalAddress() argument 132 SetExtraOptions(napi_env env, napi_callback_info info) SetExtraOptions() argument 139 On(napi_env env, napi_callback_info info) On() argument 144 Off(napi_env env, napi_callback_info info) Off() argument 183 ConstructTLSSocketInstance(napi_env env, napi_callback_info info) ConstructTLSSocketInstance() argument [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | pmag-aa-fb.c | 104 static int aafb_cursor(struct fb_info *info, struct fb_cursor *cursor) in aafb_cursor() argument 106 struct aafb_par *par = info->par; in aafb_cursor() 141 static int aafb_blank(int blank, struct fb_info *info) in aafb_blank() argument 143 struct aafb_par *par = info->par; in aafb_blank() 163 struct fb_info *info; in pmagaafb_probe() local 167 info = framebuffer_alloc(sizeof(struct aafb_par), dev); in pmagaafb_probe() 168 if (!info) in pmagaafb_probe() 171 par = info->par; in pmagaafb_probe() 172 dev_set_drvdata(dev, info); in pmagaafb_probe() 174 info in pmagaafb_probe() 251 struct fb_info *info = dev_get_drvdata(dev); pmagaafb_remove() local [all...] |
H A D | hgafb.c | 54 #define CHKINFO(ret) if (info != &fb_info) { printk(KERN_DEBUG __FILE__": This should never happen, line:%d \n", __LINE__); return ret; } 68 static inline u8 __iomem * rowaddr(struct fb_info *info, u_int row) in rowaddr() argument 70 return info->screen_base + HGA_ROWADDR(row); in rowaddr() 241 static void hga_show_logo(struct fb_info *info) in hga_show_logo() argument 365 * @info:pointer to fb_info object containing info for current hga board 369 static int hgafb_open(struct fb_info *info, int init) in hgafb_open() argument 373 if (!nologo) hga_show_logo(info); in hgafb_open() 379 * @info:pointer to fb_info object containing info fo 383 hgafb_release(struct fb_info *info, int init) hgafb_release() argument 404 hgafb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, u_int transp, struct fb_info *info) hgafb_setcolreg() argument 423 hgafb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info) hgafb_pan_display() argument 454 hgafb_blank(int blank_mode, struct fb_info *info) hgafb_blank() argument 463 hgafb_fillrect(struct fb_info *info, const struct fb_fillrect *rect) hgafb_fillrect() argument 483 hgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area) hgafb_copyarea() argument 514 hgafb_imageblit(struct fb_info *info, const struct fb_image *image) hgafb_imageblit() argument 557 struct fb_info *info; hgafb_probe() local 600 struct fb_info *info = platform_get_drvdata(pdev); hgafb_remove() local [all...] |
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | xen-acpi-memhotplug.c | 38 static int xen_hotadd_memory(int pxm, struct acpi_memory_info *info) in xen_hotadd_memory() argument 44 op.u.mem_add.spfn = info->start_addr >> PAGE_SHIFT; in xen_hotadd_memory() 45 op.u.mem_add.epfn = (info->start_addr + info->length) >> PAGE_SHIFT; in xen_hotadd_memory() 52 (unsigned long)info->start_addr, in xen_hotadd_memory() 53 (unsigned long)(info->start_addr + info->length), in xen_hotadd_memory() 63 struct acpi_memory_info *info; in xen_acpi_memory_enable_device() local 72 list_for_each_entry(info, &mem_device->res_list, list) { in xen_acpi_memory_enable_device() 73 if (info in xen_acpi_memory_enable_device() 99 struct acpi_memory_info *info, *new; acpi_memory_get_resource() local 134 struct acpi_memory_info *info, *n; acpi_memory_get_device_resources() local 344 struct acpi_device_info *info; is_memory_device() local [all...] |
/third_party/libdrm/nouveau/ |
H A D | abi16.c | 273 abi16_bo_info(struct nouveau_bo *bo, struct drm_nouveau_gem_info *info) in abi16_bo_info() argument 277 nvbo->map_handle = info->map_handle; in abi16_bo_info() 278 bo->handle = info->handle; in abi16_bo_info() 279 bo->size = info->size; in abi16_bo_info() 280 bo->offset = info->offset; in abi16_bo_info() 283 if (info->domain & NOUVEAU_GEM_DOMAIN_VRAM) in abi16_bo_info() 285 if (info->domain & NOUVEAU_GEM_DOMAIN_GART) in abi16_bo_info() 287 if (!(info->tile_flags & NOUVEAU_GEM_TILE_NONCONTIG)) in abi16_bo_info() 293 bo->config.nvc0.memtype = (info->tile_flags & 0xff00) >> 8; in abi16_bo_info() 294 bo->config.nvc0.tile_mode = info in abi16_bo_info() 313 struct drm_nouveau_gem_info *info = &req.info; abi16_bo_init() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs_analysis.c | 89 const struct lp_tgsi_info *info) in match_aero_minification_shader() 96 if ((info->base.opcode_count[TGSI_OPCODE_TEX] != 4 && in match_aero_minification_shader() 97 info->base.opcode_count[TGSI_OPCODE_SAMPLE] != 4) || in match_aero_minification_shader() 98 info->num_texs != 4) { in match_aero_minification_shader() 108 const struct lp_tgsi_texture_info *tex = &info->tex[index]; in match_aero_minification_shader() 293 struct lp_tgsi_info *info) in llvmpipe_nir_fn_is_linear_compat() 320 struct lp_tgsi_texture_info *tex_info = &info->tex[info->num_texs]; in llvmpipe_nir_fn_is_linear_compat() 367 info->num_texs++; in llvmpipe_nir_fn_is_linear_compat() 392 info in llvmpipe_nir_fn_is_linear_compat() 88 match_aero_minification_shader(const struct tgsi_token *tokens, const struct lp_tgsi_info *info) match_aero_minification_shader() argument 291 llvmpipe_nir_fn_is_linear_compat(const struct nir_shader *shader, nir_function_impl *impl, struct lp_tgsi_info *info) llvmpipe_nir_fn_is_linear_compat() argument 416 llvmpipe_nir_is_linear_compat(struct nir_shader *shader, struct lp_tgsi_info *info) llvmpipe_nir_is_linear_compat() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_jank_stats.cpp | 347 void RSJankStats::SetReportEventResponse(const DataBaseRs& info) in SetReportEventResponse() argument 350 RS_TRACE_NAME("RSJankStats::SetReportEventResponse receive notification: " + GetSceneDescription(info)); in SetReportEventResponse() 358 const auto animationId = GetAnimationId(info); in SetReportEventResponse() 361 jankFrames.info_ = info; in SetReportEventResponse() 366 jankFrames.traceId_ = GetTraceIdInit(info, setTimeSteady); in SetReportEventResponse() 367 jankFrames.isDisplayAnimator_ = info.isDisplayAnimator; in SetReportEventResponse() 370 animateJankFrames_[animationId].info_ = info; in SetReportEventResponse() 372 if (animateJankFrames_.at(animationId).isDisplayAnimator_ != info.isDisplayAnimator) { in SetReportEventResponse() 378 void RSJankStats::SetReportEventComplete(const DataBaseRs& info) in SetReportEventComplete() argument 381 RS_TRACE_NAME("RSJankStats::SetReportEventComplete receive notification: " + GetSceneDescription(info)); in SetReportEventComplete() 395 SetReportEventJankFrame(const DataBaseRs& info, bool isReportTaskDelayed) SetReportEventJankFrame() argument 462 const auto &info = jankFrames.info_; ReportEventResponse() local 480 const auto &info = jankFrames.info_; ReportEventComplete() local 501 const auto &info = jankFrames.info_; ReportEventJankFrame() local 585 const auto &info = jankFrames.info_; ReportEventHitchTimeRatio() local 727 const auto &info = jankFrames.info_; SetAnimationTraceBegin() local 812 GetTraceIdInit(const DataBaseRs& info, int64_t setTimeSteady) GetTraceIdInit() argument [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/mmp/fb/ |
H A D | mmpfb.c | 273 struct fb_info *info) in mmpfb_check_var() 275 struct mmpfb_info *fbi = info->par; in mmpfb_check_var() 313 unsigned int trans, struct fb_info *info) in mmpfb_setcolreg() 315 struct mmpfb_info *fbi = info->par; in mmpfb_setcolreg() 318 if (info->fix.visual == FB_VISUAL_TRUECOLOR && regno < 16) { in mmpfb_setcolreg() 319 val = chan_to_field(red, &info->var.red); in mmpfb_setcolreg() 320 val |= chan_to_field(green, &info->var.green); in mmpfb_setcolreg() 321 val |= chan_to_field(blue , &info->var.blue); in mmpfb_setcolreg() 325 if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR && regno < 256) { in mmpfb_setcolreg() 334 struct fb_info *info) in mmpfb_pan_display() 272 mmpfb_check_var(struct fb_var_screeninfo *var, struct fb_info *info) mmpfb_check_var() argument 311 mmpfb_setcolreg(unsigned int regno, unsigned int red, unsigned int green, unsigned int blue, unsigned int trans, struct fb_info *info) mmpfb_setcolreg() argument 333 mmpfb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info) mmpfb_pan_display() argument 347 var_update(struct fb_info *info) var_update() argument 380 mmpfb_set_win(struct fb_info *info) mmpfb_set_win() argument 398 mmpfb_set_par(struct fb_info *info) mmpfb_set_par() argument 446 mmpfb_blank(int blank, struct fb_info *info) mmpfb_blank() argument 471 struct fb_info *info = fbi->fb_info; modes_setup() local 500 fb_info_setup(struct fb_info *info, struct mmpfb_info *fbi) fb_info_setup() argument 533 fb_info_clear(struct fb_info *info) fb_info_clear() argument 541 struct fb_info *info; mmpfb_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/mmp/fb/ |
H A D | mmpfb.c | 273 struct fb_info *info) in mmpfb_check_var() 275 struct mmpfb_info *fbi = info->par; in mmpfb_check_var() 313 unsigned int trans, struct fb_info *info) in mmpfb_setcolreg() 315 struct mmpfb_info *fbi = info->par; in mmpfb_setcolreg() 318 if (info->fix.visual == FB_VISUAL_TRUECOLOR && regno < 16) { in mmpfb_setcolreg() 319 val = chan_to_field(red, &info->var.red); in mmpfb_setcolreg() 320 val |= chan_to_field(green, &info->var.green); in mmpfb_setcolreg() 321 val |= chan_to_field(blue , &info->var.blue); in mmpfb_setcolreg() 325 if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR && regno < 256) { in mmpfb_setcolreg() 334 struct fb_info *info) in mmpfb_pan_display() 272 mmpfb_check_var(struct fb_var_screeninfo *var, struct fb_info *info) mmpfb_check_var() argument 311 mmpfb_setcolreg(unsigned int regno, unsigned int red, unsigned int green, unsigned int blue, unsigned int trans, struct fb_info *info) mmpfb_setcolreg() argument 333 mmpfb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info) mmpfb_pan_display() argument 347 var_update(struct fb_info *info) var_update() argument 380 mmpfb_set_win(struct fb_info *info) mmpfb_set_win() argument 398 mmpfb_set_par(struct fb_info *info) mmpfb_set_par() argument 446 mmpfb_blank(int blank, struct fb_info *info) mmpfb_blank() argument 469 struct fb_info *info = fbi->fb_info; modes_setup() local 498 fb_info_setup(struct fb_info *info, struct mmpfb_info *fbi) fb_info_setup() argument 531 fb_info_clear(struct fb_info *info) fb_info_clear() argument 539 struct fb_info *info; mmpfb_probe() local [all...] |
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | SingleKvStoreDataPromiseJsTest.js | 77 console.info('beforeAll config:'+ JSON.stringify(config)); 80 console.info('beforeAll createKVManager success'); 84 console.info('beforeAll end'); 89 console.info('afterAll'); 96 console.info('beforeEach' + JSON.stringify(options)); 99 console.info('beforeEach getKVStore success'); 103 console.info('beforeEach end'); 108 console.info('afterEach'); 110 console.info('afterEach closeKVStore success'); 112 console.info('afterEac [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_fb_helper.c | 152 * @info: fbdev registered by the helper 154 int drm_fb_helper_debug_enter(struct fb_info *info) in drm_fb_helper_debug_enter() argument 156 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_enter() 188 * @info: fbdev registered by the helper 190 int drm_fb_helper_debug_leave(struct fb_info *info) in drm_fb_helper_debug_leave() argument 192 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_leave() 335 static void drm_fb_helper_dpms(struct fb_info *info, int dpms_mode) in drm_fb_helper_dpms() argument 337 struct drm_fb_helper *fb_helper = info->par; in drm_fb_helper_dpms() 347 * @info: fbdev registered by the helper 349 int drm_fb_helper_blank(int blank, struct fb_info *info) in drm_fb_helper_blank() argument 526 struct fb_info *info; drm_fb_helper_alloc_fbi() local 587 struct fb_info *info; drm_fb_helper_fini() local 633 drm_fb_helper_dirty(struct fb_info *info, u32 x, u32 y, u32 width, u32 height) drm_fb_helper_dirty() argument 661 drm_fb_helper_deferred_io(struct fb_info *info, struct list_head *pagelist) drm_fb_helper_deferred_io() argument 695 drm_fb_helper_sys_read(struct fb_info *info, char __user *buf, size_t count, loff_t *ppos) drm_fb_helper_sys_read() argument 711 drm_fb_helper_sys_write(struct fb_info *info, const char __user *buf, size_t count, loff_t *ppos) drm_fb_helper_sys_write() argument 732 drm_fb_helper_sys_fillrect(struct fb_info *info, const struct fb_fillrect *rect) drm_fb_helper_sys_fillrect() argument 748 drm_fb_helper_sys_copyarea(struct fb_info *info, const struct fb_copyarea *area) drm_fb_helper_sys_copyarea() argument 764 drm_fb_helper_sys_imageblit(struct fb_info *info, const struct fb_image *image) drm_fb_helper_sys_imageblit() argument 780 drm_fb_helper_cfb_fillrect(struct fb_info *info, const struct fb_fillrect *rect) drm_fb_helper_cfb_fillrect() argument 796 drm_fb_helper_cfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) drm_fb_helper_cfb_copyarea() argument 812 drm_fb_helper_cfb_imageblit(struct fb_info *info, const struct fb_image *image) drm_fb_helper_cfb_imageblit() argument 883 setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info) setcmap_pseudo_palette() argument 915 setcmap_legacy(struct fb_cmap *cmap, struct fb_info *info) setcmap_legacy() argument 998 setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info) setcmap_atomic() argument 1086 drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info) drm_fb_helper_setcmap() argument 1128 drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) drm_fb_helper_ioctl() argument 1268 drm_fb_helper_check_var(struct fb_var_screeninfo *var, struct fb_info *info) drm_fb_helper_check_var() argument 1345 drm_fb_helper_set_par(struct fb_info *info) drm_fb_helper_set_par() argument 1395 pan_display_atomic(struct fb_var_screeninfo *var, struct fb_info *info) pan_display_atomic() argument 1413 pan_display_legacy(struct fb_var_screeninfo *var, struct fb_info *info) pan_display_legacy() argument 1446 drm_fb_helper_pan_display(struct fb_var_screeninfo *var, struct fb_info *info) drm_fb_helper_pan_display() argument 1651 drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch, uint32_t depth) drm_fb_helper_fill_fix() argument 1668 drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper, uint32_t fb_width, uint32_t fb_height) drm_fb_helper_fill_var() argument 1704 drm_fb_helper_fill_info(struct fb_info *info, struct drm_fb_helper *fb_helper, struct drm_fb_helper_surface_size *sizes) drm_fb_helper_fill_info() argument 1732 struct fb_info *info = fb_helper->fbdev; drm_setup_crtcs_fb() local 1793 struct fb_info *info; __drm_fb_helper_initial_config_and_unlock() local 1986 drm_fbdev_fb_open(struct fb_info *info, int user) drm_fbdev_fb_open() argument 1997 drm_fbdev_fb_release(struct fb_info *info, int user) drm_fbdev_fb_release() argument 2038 drm_fbdev_fb_destroy(struct fb_info *info) drm_fbdev_fb_destroy() argument 2043 drm_fbdev_fb_mmap(struct fb_info *info, struct vm_area_struct *vma) drm_fbdev_fb_mmap() argument [all...] |
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | prog.c | 89 static int prep_prog_info(struct bpf_prog_info *const info, enum dump_mode mode, in prep_prog_info() argument 97 holder.jited_prog_len = info->jited_prog_len; in prep_prog_info() 98 needed += info->jited_prog_len; in prep_prog_info() 100 holder.xlated_prog_len = info->xlated_prog_len; in prep_prog_info() 101 needed += info->xlated_prog_len; in prep_prog_info() 104 holder.nr_jited_ksyms = info->nr_jited_ksyms; in prep_prog_info() 105 needed += info->nr_jited_ksyms * sizeof(__u64); in prep_prog_info() 107 holder.nr_jited_func_lens = info->nr_jited_func_lens; in prep_prog_info() 108 needed += info->nr_jited_func_lens * sizeof(__u32); in prep_prog_info() 110 holder.nr_func_info = info in prep_prog_info() 192 struct bpf_prog_info info = {}; show_prog_maps() local 413 print_prog_header_json(struct bpf_prog_info *info, int fd) print_prog_header_json() argument 445 print_prog_json(struct bpf_prog_info *info, int fd) print_prog_json() argument 501 print_prog_header_plain(struct bpf_prog_info *info, int fd) print_prog_header_plain() argument 530 print_prog_plain(struct bpf_prog_info *info, int fd) print_prog_plain() argument 579 struct bpf_prog_info info = {}; show_prog() local 697 prog_dump(struct bpf_prog_info *info, enum dump_mode mode, char *filepath, bool opcodes, bool visual, bool linum) prog_dump() argument 871 struct bpf_prog_info info; do_dump() local 2192 struct bpf_prog_info info = {}; profile_target_name() local [all...] |
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_vulkan.cpp | 557 VkImageCreateInfo info = {}; in ImGui_ImplVulkan_CreateFontsTexture() local 558 info.sType = VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO; in ImGui_ImplVulkan_CreateFontsTexture() 559 info.imageType = VK_IMAGE_TYPE_2D; in ImGui_ImplVulkan_CreateFontsTexture() 560 info.format = VK_FORMAT_R8G8B8A8_UNORM; in ImGui_ImplVulkan_CreateFontsTexture() 561 info.extent.width = width; in ImGui_ImplVulkan_CreateFontsTexture() 562 info.extent.height = height; in ImGui_ImplVulkan_CreateFontsTexture() 563 info.extent.depth = 1; in ImGui_ImplVulkan_CreateFontsTexture() 564 info.mipLevels = 1; in ImGui_ImplVulkan_CreateFontsTexture() 565 info.arrayLayers = 1; in ImGui_ImplVulkan_CreateFontsTexture() 566 info in ImGui_ImplVulkan_CreateFontsTexture() 587 VkImageViewCreateInfo info = {}; ImGui_ImplVulkan_CreateFontsTexture() local 753 VkDescriptorSetLayoutCreateInfo info = {}; ImGui_ImplVulkan_CreateDescriptorSetLayout() local 870 VkGraphicsPipelineCreateInfo info = {}; ImGui_ImplVulkan_CreatePipeline() local 898 VkSamplerCreateInfo info = {}; ImGui_ImplVulkan_CreateDeviceObjects() local 921 VkDescriptorSetLayoutCreateInfo info = {}; ImGui_ImplVulkan_CreateDeviceObjects() local 1018 ImGui_ImplVulkan_Init(ImGui_ImplVulkan_InitInfo* info, VkRenderPass render_pass) ImGui_ImplVulkan_Init() argument 1180 VkCommandPoolCreateInfo info = {}; ImGui_ImplVulkanH_CreateWindowCommandBuffers() local 1188 VkCommandBufferAllocateInfo info = {}; ImGui_ImplVulkanH_CreateWindowCommandBuffers() local 1197 VkFenceCreateInfo info = {}; ImGui_ImplVulkanH_CreateWindowCommandBuffers() local 1204 VkSemaphoreCreateInfo info = {}; ImGui_ImplVulkanH_CreateWindowCommandBuffers() local 1258 VkSwapchainCreateInfoKHR info = {}; ImGui_ImplVulkanH_CreateWindowSwapChain() local 1336 VkRenderPassCreateInfo info = {}; ImGui_ImplVulkanH_CreateWindowSwapChain() local 1354 VkImageViewCreateInfo info = {}; ImGui_ImplVulkanH_CreateWindowSwapChain() local 1376 VkFramebufferCreateInfo info = {}; ImGui_ImplVulkanH_CreateWindowSwapChain() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_base_node.cpp | 57 void JSBaseNode::BuildNode(const JSCallbackInfo& info) in BuildNode() argument 59 auto builder = info[0]; in BuildNode() 61 auto buildFunc = AceType::MakeRefPtr<JsFunction>(info.This(), JSRef<JSFunc>::Cast(builder)); in BuildNode() 63 auto infoLen = info.Length(); in BuildNode() 66 || (Container::LessThanAPITargetVersion(PlatformVersion::VERSION_TWELVE) && info[1]->IsObject()))) { in BuildNode() 67 param = info[1]; in BuildNode() 89 auto updateTsNodeBuilder = info[BUILD_PARAM_INDEX_TWO]; in BuildNode() 90 EcmaVM* vm = info.GetVm(); in BuildNode() 91 auto updateTsFunc = AceType::MakeRefPtr<JsFunction>(info.This(), JSRef<JSFunc>::Cast(updateTsNodeBuilder)); in BuildNode() 102 auto updateTsNodeConfig = info[BUILD_PARAM_INDEX_THRE in BuildNode() 175 Create(const JSCallbackInfo& info) Create() argument 189 ConstructorCallback(const JSCallbackInfo& info) ConstructorCallback() argument 229 FinishUpdateFunc(const JSCallbackInfo& info) FinishUpdateFunc() argument 234 PostTouchEvent(const JSCallbackInfo& info) PostTouchEvent() argument 258 InitTouchEvent(const JSCallbackInfo& info) InitTouchEvent() argument 344 UpdateStart(const JSCallbackInfo& info) UpdateStart() argument 349 UpdateEnd(const JSCallbackInfo& info) UpdateEnd() argument [all...] |
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/ |
H A D | ringtone_dualfwk_restore.cpp | 241 RINGTONE_INFO_LOG("new info found in media_lib: %{public}s", infoPtr->toString().c_str()); // debug in QueryMediaLibForFileInfo() 289 RINGTONE_INFO_LOG("new info found in ringtone_lib: %{public}s", infoPtr->toString().c_str()); // debug in QueryRingToneDbForFileInfo() 295 static void AddSettingsToFileInfo(const DualFwkSettingItem &setting, FileInfo &info) in AddSettingsToFileInfo() argument 299 info.toneType = TONE_TYPE_ALARM; in AddSettingsToFileInfo() 300 info.alarmToneType = setting.toneType; in AddSettingsToFileInfo() 301 info.alarmToneSourceType = SOURCE_TYPE_CUSTOMISED; in AddSettingsToFileInfo() 304 info.toneType = TONE_TYPE_RINGTONE; in AddSettingsToFileInfo() 305 info.ringToneType = setting.toneType; in AddSettingsToFileInfo() 306 info.ringToneSourceType = SOURCE_TYPE_CUSTOMISED; in AddSettingsToFileInfo() 309 info in AddSettingsToFileInfo() 376 FileInfo info = *infoPtr; BuildFileInfo() local 406 DupToneFile(FileInfo &info) DupToneFile() argument 435 UpdateRestoreFileInfo(FileInfo &info) UpdateRestoreFileInfo() argument 446 OnPrepare(FileInfo &info, const std::string &dstPath) OnPrepare() argument [all...] |
/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | vpn_database_helper.cpp | 127 void VpnDatabaseHelper::BindVpnData(NativeRdb::ValuesBucket &values, const sptr<VpnDataBean> &info)
in BindVpnData() argument 129 if (info == nullptr) {
in BindVpnData() 130 NETMGR_EXT_LOG_E("BindVpnData info is nullptr");
in BindVpnData() 133 values.PutString(VPN_ID, info->vpnId_);
in BindVpnData() 134 values.PutString(VPN_NAME, info->vpnName_);
in BindVpnData() 135 values.PutInt(VPN_TYPE, info->vpnType_);
in BindVpnData() 136 values.PutString(VPN_ADDRESS, info->vpnAddress_);
in BindVpnData() 137 values.PutString(USER_NAME, info->userName_);
in BindVpnData() 138 values.PutString(PASSWORD, info->password_);
in BindVpnData() 139 values.PutInt(USER_ID, info in BindVpnData() 341 SysVpnConfig info; QueryAllData() local [all...] |
/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/ |
H A D | SchemaJsTest.js | 46 console.info("beforeAll: createKVManager (single) with " + JSON.stringify(options)); 48 console.info("fail on exception: " + e); 55 console.info('afterAll'); 62 console.info('beforeEach testcase will update options:' + JSON.stringify(options)); 67 console.info('afterEach'); 69 console.info('afterEach closeKVStore success'); 71 console.info('afterEach deleteKVStore success'); 73 console.info('afterEach deleteKVStore err ' + err); 76 console.info('afterEach closeKVStore err ' + err); 103 console.info('SchemaToJsonStringSucTes [all...] |
/kernel/linux/linux-5.10/drivers/uio/ |
H A D | uio_fsl_elbc_gpcm.c | 61 void (*init)(struct uio_info *info); 62 void (*shutdown)(struct uio_info *info, bool init_err); 63 irqreturn_t (*irq_handler)(int irq, struct uio_info *info); 84 struct uio_info *info = dev_get_drvdata(dev); in reg_show() local 85 struct fsl_elbc_gpcm *priv = info->priv; in reg_show() 103 struct uio_info *info = dev_get_drvdata(dev); in reg_store() local 104 struct fsl_elbc_gpcm *priv = info->priv; in reg_store() 156 static irqreturn_t netx5152_irq_handler(int irq, struct uio_info *info) in netx5152_irq_handler() argument 158 void __iomem *reg_int_en = info->mem[0].internal_addr + in netx5152_irq_handler() 161 void __iomem *reg_int_stat = info in netx5152_irq_handler() 177 netx5152_init(struct uio_info *info) netx5152_init() argument 194 netx5152_shutdown(struct uio_info *info, bool init_err) netx5152_shutdown() argument 313 struct uio_info *info; uio_fsl_elbc_gpcm_probe() local 442 struct uio_info *info = platform_get_drvdata(pdev); uio_fsl_elbc_gpcm_remove() local [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | overlay-sysfs.c | 107 struct omap_overlay_info info; in overlay_input_size_show() local 109 ovl->get_overlay_info(ovl, &info); in overlay_input_size_show() 112 info.width, info.height); in overlay_input_size_show() 117 struct omap_overlay_info info; in overlay_screen_width_show() local 119 ovl->get_overlay_info(ovl, &info); in overlay_screen_width_show() 121 return snprintf(buf, PAGE_SIZE, "%d\n", info.screen_width); in overlay_screen_width_show() 126 struct omap_overlay_info info; in overlay_position_show() local 128 ovl->get_overlay_info(ovl, &info); in overlay_position_show() 131 info in overlay_position_show() 139 struct omap_overlay_info info; overlay_position_store() local 165 struct omap_overlay_info info; overlay_output_size_show() local 178 struct omap_overlay_info info; overlay_output_size_store() local 230 struct omap_overlay_info info; overlay_global_alpha_show() local 243 struct omap_overlay_info info; overlay_global_alpha_store() local 272 struct omap_overlay_info info; overlay_pre_mult_alpha_show() local 285 struct omap_overlay_info info; overlay_pre_mult_alpha_store() local 313 struct omap_overlay_info info; overlay_zorder_show() local 325 struct omap_overlay_info info; overlay_zorder_store() local [all...] |