/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_rxtx.h | 106 if (x->props.mode == XFRM_MODE_TUNNEL) in mlx5e_ipsec_feature_check()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/ |
H A D | lcd_ams_delta.c | 154 lcd_device->props.max_contrast = AMS_DELTA_MAX_CONTRAST; in ams_delta_panel_probe()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/ |
H A D | verbs.h | 38 struct ib_port_attr *props);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | selftest_guc_hangcheck.c | 64 old_beat = engine->props.heartbeat_interval_ms; in intel_hang_guc()
|
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/ishtp/ |
H A D | ishtp-dev.h | 67 * @props - client properties 71 struct ishtp_client_properties props; member
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/ |
H A D | ah.c | 69 if (dev->n_ahs_allocated == dev->dparms.props.max_ah) { in rvt_create_ah()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | xfrm6_output.c | 75 if (x->props.mode != XFRM_MODE_TUNNEL) in __xfrm6_output()
|
/test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/ |
H A D | popoverCheckBox.js | 57 props: ["headername", "options", "type"],
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.h | 104 const CObjectVector<CProperty> &props,
|
/third_party/lzma/CPP/7zip/ |
H A D | IStream.h | 134 x(GetProps2(CStreamFileProps *props))
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderapi.h | 159 GLsizei propCount, const GLenum *props,
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ppucd.h | 153 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ppucd.h | 153 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | provider.h | 50 int ossl_provider_default_props_update(OSSL_LIB_CTX *libctx, const char *props);
|
/third_party/skia/src/core/ |
H A D | SkSpecialImage.h | 53 const SkSurfaceProps& props() const { return fProps; } in props() function in SkSpecialImage
|
H A D | SkRemoteGlyphCache.h | 65 const SkSurfaceProps& props,
|
/third_party/openssl/include/internal/ |
H A D | provider.h | 50 int ossl_provider_default_props_update(OSSL_LIB_CTX *libctx, const char *props);
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ppucd.h | 153 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
H A D | bdf.h | 188 bdf_property_t* props; /* Font properties themselves. */ member
|
/third_party/typescript/tests/baselines/reference/ |
H A D | contextualTypingOfOptionalMembers.js | 72 declare function App4<State, Actions extends ActionsObjectOr<State>>(props: Options<State, Actions>["actions"] & { state: State }): JSX.Element;
|
/third_party/skia/include/utils/ |
H A D | SkPaintFilterCanvas.h | 93 bool onGetProps(SkSurfaceProps* props) const override;
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | sleepgraph.py | 923 props = dict() 937 if dev not in props: 938 props[dev] = DevProps() 945 if dev in props and (not props[dev].syspath or len(dirname) < len(props[dev].syspath)): 946 props[dev].syspath = dirname[:-6] 949 for dev in sorted(props): 950 dirname = props[dev].syspath 955 props[de [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_devfreq.c | 121 *core_mask = kbdev->gpu_props.props.raw_props.shader_present; in kbase_devfreq_opp_translate() 441 u64 shader_present = kbdev->gpu_props.props.raw_props.shader_present; in kbase_devfreq_init_core_mask_table() 509 kbdev->gpu_props.props.raw_props.shader_present; in kbase_devfreq_init_core_mask_table() 721 kbdev->gpu_props.props.core_props.gpu_freq_khz_max = in kbase_devfreq_init()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_pattern_test_ng.cpp | 724 auto props = AceType::DynamicCast<ImageLayoutProperty>(frameNode->GetLayoutProperty()); in HWTEST_F() local 725 ASSERT_NE(props, nullptr); in HWTEST_F() 726 props->calcLayoutConstraint_ = std::make_unique<MeasureProperty>(); in HWTEST_F() 727 props->calcLayoutConstraint_->selfIdealSize = std::make_optional<CalcSize>(CalcLength(100.0f), CalcLength(200.0f)); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.cpp | 91 capability_.props.clear();
in RSScreen() 525 propIndex, capability_.props[propIndex].name.c_str(), capability_.props[propIndex].propId,
in PropDump() 526 capability_.props[propIndex].value);
in PropDump()
|