/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib.c | 43 * get/set operations for common cases, so that access to SOC-integrated 84 * Number of GPIOs to use for the fast path in set array 399 * When offset is set in the driver side we assume the driver internally in gpiochip_set_names() 749 * set up the struct device. in gpiochip_add_data_with_key() 1174 * @gc: the gpiochip to set the irqchip hierarchical handler to 1214 chip_err(gc, "skip set-up on hwirq %d\n", in gpiochip_set_hierarchical_irqchip() 1300 * We set handle_bad_irq because the .set_type() should in gpiochip_hierarchy_irq_domain_alloc() 1301 * always be invoked and set the right type of handler. in gpiochip_hierarchy_irq_domain_alloc() 1455 * This function will set up the mapping for a certain IRQ line on a 1488 * No set in gpiochip_irq_map() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_device_queue_manager.c | 476 /* qpd->page_table_base is set earlier when register_process() in allocate_vmid() 482 /* invalidate the VM context after pasid and vmid mapping is set up */ in allocate_vmid() 652 bool set; in allocate_hqd() local 655 set = false; in allocate_hqd() 669 set = true; in allocate_hqd() 674 if (!set) in allocate_hqd()
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | ohci.c | 928 * wrong generation. We set the correct generation for these in handle_ar_packet() 1868 reg = write_phy_reg(ohci, 8, reg); /* set PMODE bit */ in initiated_reset() 2032 * the two generations match we know we have a consistent set in bus_reset_work() 2070 * was set up before this reset, the old one is now no longer in bus_reset_work() 2249 int ret, clear, set, offset; in configure_1394a_enhancements() local 2275 set = PHY_ENABLE_ACCEL | PHY_ENABLE_MULTI; in configure_1394a_enhancements() 2278 set = 0; in configure_1394a_enhancements() 2280 ret = update_phy_reg(ohci, 5, clear, set); in configure_1394a_enhancements() 2357 ohci_err(ohci, "failed to set Link Power Status\n"); in ohci_enable() 2525 * then set u in ohci_set_config_rom() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | debug.c | 880 int sel, set; in rtw89_debug_priv_mac_dbg_port_dump_select() local 889 num = sscanf(buf, "%d %d", &sel, &set); in rtw89_debug_priv_mac_dbg_port_dump_select() 891 rtw89_info(rtwdev, "invalid format: <sel> <set>\n"); in rtw89_debug_priv_mac_dbg_port_dump_select() 895 enable = set != 0; in rtw89_debug_priv_mac_dbg_port_dump_select() 913 rtw89_info(rtwdev, "invalid args: sel %d set %d\n", sel, set); in rtw89_debug_priv_mac_dbg_port_dump_select()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_cx0_phy.c | 308 int lane, u16 addr, u8 clear, u8 set, bool committed) in __intel_cx0_rmw() 313 val = (old & ~clear) | set; in __intel_cx0_rmw() 320 u8 lane_mask, u16 addr, u8 clear, u8 set, bool committed) in intel_cx0_rmw() 325 __intel_cx0_rmw(i915, port, lane, addr, clear, set, committed); in intel_cx0_rmw() 307 __intel_cx0_rmw(struct drm_i915_private *i915, enum port port, int lane, u16 addr, u8 clear, u8 set, bool committed) __intel_cx0_rmw() argument 319 intel_cx0_rmw(struct drm_i915_private *i915, enum port port, u8 lane_mask, u16 addr, u8 clear, u8 set, bool committed) intel_cx0_rmw() argument
|
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.c | 450 * lock counter. When held in exclusive state, the lock counter is set in arm_smmu_cmdq_shared_lock() 533 u32 sprod, u32 eprod, bool set) in __arm_smmu_cmdq_poll_set_valid_map() 565 if (set) { in __arm_smmu_cmdq_poll_set_valid_map() 3120 static int arm_smmu_update_gbpa(struct arm_smmu_device *smmu, u32 set, u32 clr) in arm_smmu_update_gbpa() argument 3131 reg |= set; in arm_smmu_update_gbpa() 3531 * The coherency feature as set by FW is used in preference to the ID in arm_smmu_device_hw_probe() 3672 "failed to set DMA mask for table walker\n"); in arm_smmu_device_hw_probe() 532 __arm_smmu_cmdq_poll_set_valid_map(struct arm_smmu_cmdq *cmdq, u32 sprod, u32 eprod, bool set) __arm_smmu_cmdq_poll_set_valid_map() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | transtst.cpp | 318 /* Another set of rules: in TestSimpleRules() 362 * Test inline set syntax and set variable syntax. 797 // Again, using a smaller rule set in TestJ277() 1751 const char* SET = "set"; in TestToRules() 1852 UnicodeSet set(pat, status); in TestToRules() 1859 set.toPattern(toPat); in TestToRules() 2394 // Col. 1 = ID or rule set (latter must start with #) in TestCompoundFilterID() 2452 * Test new property set syntax 3077 UnicodeString rule = "$set in TestOutputSet() [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_opcodes.py | 1371 ( -1, -1, -1, -1, 0x34, "buffer_atomic_csub"), #GFX10.3+. seems glc must be set 1656 ( -1, 0x34, "global_atomic_csub"), #GFX10.3+. seems glc must be set 1704 names = set([op_to_name[key], op.name]) 1705 if ver in ['gfx8', 'gfx9'] and names == set(['v_mul_lo_i32', 'v_mul_lo_u32']): 1708 if ver == 'gfx10' and names == set(['v_mad_legacy_f32', 'v_fma_legacy_f32']): 1711 if ver == 'gfx10' and names == set(['v_mac_legacy_f32', 'v_fmac_legacy_f32']):
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 101 if ((list.Count() & 1) != 0) list.set(padreg); in PadRegList() 106 if ((list.Count() & 1) != 0) list.set(fp_scratch); in PadVRegList() 640 Register store_result = pinned.set(__ GetUnusedRegister(kGpReg, pinned)).gp(); in AtomicBinop() 1637 // If V flag set, at least one of the arguments was a Nan -> false. in emit_f32_set_cond() 1649 // If V flag set, at least one of the arguments was a Nan -> false. in emit_f64_set_cond() 2233 // are signed will have i-th bit set, unsigned will be 0. in emit_i32x4_bitmask() 2409 // are signed will have i-th bit set, unsigned will be 0. in emit_i16x8_bitmask() 2614 // are signed will have i-th bit set, unsigned will be 0. in emit_i8x16_bitmask() 3274 // If it's a NaN, it must be non-zero, so store that as the set value. in emit_i8x16_bitmask()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_nir.cpp | 98 // cases, sometimes we require immediate values or set some fileds on 1366 // usually the blocks will set everything up, but main is special 3116 texi->offset[s][c].set(getSrc(offsets[s], s2)); 3128 texi->offset[i][j].set(loadImm(NULL, insn->tg4_offsets[i][j])); 3138 texi->dPdx[c].set(getSrc(&insn->src[ddxIdx].src, c)); 3139 texi->dPdy[c].set(getSrc(&insn->src[ddyIdx].src, c));
|
H A D | nv50_ir_lowering_nv50.cpp | 146 // set carry defs / sources in expandIntegerMUL() 415 // We cannot set defs to non-lvalues before register allocation, so in propagateWriteToOutput() 873 i->offset[0][c].set(NULL); in handleTEX() 883 // have set, which is selected by differing bias values. 884 // Move the input values for TEX into a new register set for each group and 955 // that would require all 4 threads' sources to be set up properly. 1395 i->src(0).set(i->src(1)); in handleEXPORT() 1506 CmpInstruction *set = in handleSharedATOM() local 1512 ld->getDef(0), set->getDef(0)); in handleSharedATOM() 2094 // set, s in handleSUSTP() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 1169 Added.set(N); in createAdjacencyStructure() 1182 Added.set(N); in createAdjacencyStructure() 1191 Added.set(OD.second); in createAdjacencyStructure() 1202 Blocked.set(V); in circuit() 1242 assert(SI != BU.end() && "Invalid B set."); in unblock() 1425 // After computing the node functions, compute the summary for each node set. in computeNodeFunctions() 1443 /// Compute the Pred_L(O) set, as defined in the paper. The set is defined 1476 /// Compute the Succ_L(O) set, as defined in the paper. The set i [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | GrOvalOpFactory.cpp | 1349 geoClipPlane.set(circle.fClipPlane[1] - circle.fIsectPlane[1], 1458 // Because we've set up the ops that don't use the planes with noop values 1889 scaledStroke.set(SK_ScalarHalf, SK_ScalarHalf); 2194 // set inner radius (if needed) 2426 // in the center. The shared vertices are duplicated so we can set a different outer radius 2920 devStrokeWidths.set(SK_ScalarHalf, SK_ScalarHalf); 3278 scaledStroke.set(1, 1);
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftobjs.c | 731 /* set transform_flags bit flag 0 if `matrix' isn't the identity */ in FT_Set_Transform() 747 /* set transform_flags bit flag 1 if `delta' isn't the null vector */ in FT_Set_Transform() 890 * - Then, auto-hint if FT_LOAD_FORCE_AUTOHINT is set or if we don't in FT_EXPORT_DEF() 1439 /* set the FT_FACE_FLAG_EXTERNAL_STREAM bit for FT_Done_Face */ in open_face() 1581 /* If we have a (set of) `POST' resources, massage them into a (memory) */ 2714 /* Per-face filtering can only be set up by FT_Face_Properties */ in ft_open_face_internal() 5188 FT_Bool set, in ft_property_do() 5200 const FT_String* func_name = set ? set_name : get_name; in ft_property_do() 5247 if ( set ) in ft_property_do() 5259 return set in ft_property_do() 5184 ft_property_do( FT_Library library, const FT_String* module_name, const FT_String* property_name, void* value, FT_Bool set, FT_Bool value_is_string ) ft_property_do() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-gpos-table.hh | 1423 const PairSet& set = (this + _); in compute_effective_value_formats() local 1424 const PairValueRecord *record = &set.firstPairValueRecord; in compute_effective_value_formats() 1426 for (unsigned i = 0; i < set.len; i++) in compute_effective_value_formats() 1998 klass_mapping->set (klass, idx); in Markclass_closure_and_remap_indexes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 145 // The value already exists in the class, treat this as a set. in AddValue() 199 return Error(Loc, "Cannot set bit #" + Twine(Bit) + " of value '" + in SetValue() 248 // If a value is specified for this template arg, set it now. in AddSubClass() 259 R.set(TArgs[i], CurRec->getValue(TArgs[i])->getValue()); in AddSubClass() 270 R.set(QualifiedNameOfImplicitName(*SC), Name); in AddSubClass() 274 // Since everything went well, we can now set the "superclass" list for the in AddSubClass() 376 R.set(S.first, S.second); in resolve() 424 R.set(S.first, S.second); in resolve() 2414 /// which case CurRec will be null, but CurMultiClass will be set). This can 2415 /// also happen within a def that is within a multiclass, which will set bot [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 540 uint32_t is_field_ref : 1; // set if unpaired field or complementary field pair 2038 * 0: fail, 1: suceeded, > 1: override dpb size of parser (set by 3464 pPictureParameters->m_spsIdsUsed.set(currentSpsId, true); 3469 pPictureParameters->m_ppsIdsUsed.set(currentPpsId, true); 3542 m_spsIdsUsed.set(currentSpsId, true); 3547 m_ppsIdsUsed.set(currentPpsId, true);
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | ohos_gen_framework.py | 1397 bitfieldTypeNames = set([bitmask.name for bitmask in api.bitmasks]) 1685 QUERY_RESULT_TYPES = set([ 2387 blobStructs[vkVersion] = set() 2590 blobStructs[vkVersion] = set()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 477 if (os_strcmp(txt, "set") == 0) { in hostapd_ctrl_iface_wps_ap_pin() 706 wpa_printf(MSG_INFO, "Failed to set QoS Map Set"); in hostapd_ctrl_iface_set_qos_map_set() 728 wpa_printf(MSG_INFO, "QoS Map Set is not set"); in hostapd_ctrl_iface_send_qos_map_conf() 2732 goto set; in hostapd_ctrl_iface_set_neighbor() 2749 goto set; in hostapd_ctrl_iface_set_neighbor() 2767 goto set; in hostapd_ctrl_iface_set_neighbor() 2772 set: in hostapd_ctrl_iface_set_neighbor()
|
/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/device_manager/ |
H A D | v4l2_device_manager.cpp | 612 std::set<int32_t> fpsSet; in ConvertAbilityFpsRangesToOhos()
|
/foundation/ability/form_fwk/test/unittest/fms_form_rdb_data_mgr_test/ |
H A D | fms_form_rdb_data_mgr_test.cpp | 337 std::set<std::string> datas; in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 21 #include <set>
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 21 #include <set>
|
/foundation/ability/ability_runtime/test/unittest/app_running_manager_test/ |
H A D | app_running_manager_test.cpp | 168 * @tc.desc: verify the function of OnWindowVisibilityChanged : set windowIds 699 std::set<std::shared_ptr<AppRunningRecord>> cachedSet; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model.h | 292 virtual void SetAllowDrop(const std::set<std::string>& allowDrop) = 0;
|