/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-equilibrium.c | 71 unsigned int offset, unsigned int set) in eqbr_cfg_bit() 73 if (set) in eqbr_cfg_bit() 70 eqbr_cfg_bit(void __iomem *addr, unsigned int offset, unsigned int set) eqbr_cfg_bit() argument
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | nvme.h | 767 int nvme_alloc_admin_tag_set(struct nvme_ctrl *ctrl, struct blk_mq_tag_set *set, 770 int nvme_alloc_io_tag_set(struct nvme_ctrl *ctrl, struct blk_mq_tag_set *set,
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pcie-apple.c | 125 * The doorbell address is set to 0xfffff000, which by convention 156 static void rmw_set(u32 set, void __iomem *addr) in rmw_set() argument 158 writel_relaxed(readl_relaxed(addr) | set, addr); in rmw_set()
|
/kernel/linux/linux-6.6/drivers/phy/allwinner/ |
H A D | phy-sun4i-usb.c | 148 static void sun4i_usb_phy0_update_iscr(struct phy *_phy, u32 clr, u32 set) in sun4i_usb_phy0_update_iscr() argument 156 iscr |= set; in sun4i_usb_phy0_update_iscr() 192 /* SoCs newer than A33 need us to set phyctl to 0 explicitly */ in sun4i_usb_phy_write() 202 /* set the address */ in sun4i_usb_phy_write() 206 /* set the data bit and clear usbc bit*/ in sun4i_usb_phy_write()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | sev-shared.c | 61 * Since feature negotiation related variables are set early in the boot 92 static void __noreturn sev_es_terminate(unsigned int set, unsigned int reason) in sev_es_terminate() argument 97 val |= GHCB_SEV_TERM_REASON(set, reason); in sev_es_terminate() 384 * Either the guest set unsupported XCR0/XSS bits, or the corresponding in snp_cpuid_calc_xsave_size() 551 * not in the table, set the values to zero. Then, if they are in snp_cpuid() 1038 * Initialize the kernel's copy of the SNP CPUID table, and set up the 1152 /* Verify that reserved bit is not set */ in vmgexit_psc() 1153 if (WARN(data->hdr.reserved, "Reserved bit is set in the PSC header\n")) { in vmgexit_psc()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-sysfs.c | 364 bool set = test_bit(QUEUE_FLAG_SAME_COMP, &q->queue_flags); in queue_rq_affinity_show() local 367 return queue_var_show(set << force, page); in queue_rq_affinity_show()
|
/kernel/linux/linux-6.6/drivers/iio/trigger/ |
H A D | stm32-timer-trigger.c | 577 .set = stm32_set_trigger_mode, 655 .set = stm32_set_enable_mode,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_hwmon.c | 69 i915_reg_t reg, u32 clear, u32 set) in hwm_locked_with_pm_intel_uncore_rmw() 78 intel_uncore_rmw(uncore, reg, clear, set); in hwm_locked_with_pm_intel_uncore_rmw() 357 * HW allows arbitrary PL1 limits to be set but silently clamps these values to 359 * same pattern for sysfs, allow arbitrary PL1 limits to be set but display 770 * Initialize 'struct hwm_energy_info', i.e. set fields to the in hwm_get_preregistration_info() 68 hwm_locked_with_pm_intel_uncore_rmw(struct hwm_drvdata *ddat, i915_reg_t reg, u32 clear, u32 set) hwm_locked_with_pm_intel_uncore_rmw() argument
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | ibmaem.c | 118 ssize_t (*set)(struct device *dev, member 943 sensors->dev_attr.store = rw->set; in aem_register_sensors()
|
/kernel/linux/linux-6.6/drivers/iio/dac/ |
H A D | ad5064.c | 98 * @use_internal_vref: set to true if the internal reference voltage should be 265 .set = ad5064_set_powerdown_mode, 272 .set = ad5064_set_powerdown_mode,
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-sh_mobile.c | 97 /* I2C message or if the I2C_M_STOP flag is set. Similarly, the BUSY bit is */ 199 unsigned char set, unsigned char clr) in iic_set_clr() 201 iic_wr(pd, offs, (iic_rd(pd, offs) | set) & ~clr); in iic_set_clr() 198 iic_set_clr(struct sh_mobile_i2c_data *pd, int offs, unsigned char set, unsigned char clr) iic_set_clr() argument
|
H A D | i2c-mchp-pci1xxxx.c | 403 * specific bits that needs to be set. 405 static void pci1xxxx_i2c_set_clear_FW_ACK(struct pci1xxxx_i2c *i2c, bool set) in pci1xxxx_i2c_set_clear_FW_ACK() argument 409 if (set) in pci1xxxx_i2c_set_clear_FW_ACK() 432 * specific bits that needs to be set. 821 * Hence a bit FW_ACK is set for all the read chunks except for in pci1xxxx_i2c_read() 824 * set in the flags and only for the last transaction. in pci1xxxx_i2c_read() 956 * Send STOP only when I2C_FLAGS_STOP bit is set in the flags and in pci1xxxx_i2c_write() 1006 * if the I2C_M_STOP flag is set. in pci1xxxx_i2c_xfer()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | ati_remote2.c | 93 .set = ati_remote2_set_channel_mask, 102 .set = ati_remote2_set_mode_mask, 692 dev_err(&ar2->udev->dev, "%s - failed to set channel due to error: %d\n", in ati_remote2_setup()
|
/kernel/linux/linux-6.6/tools/net/ynl/lib/ |
H A D | ynl.py | 426 self.async_msg_ids = set() 479 value = set() 653 set of attributes (as a dict).
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | test_wacom_generic.py | 84 may be present on a stylus. Buttons set to 'None' indicate the 318 if not set(require).issubset(set([f.usage_name for f in rdesc])): 602 Todo: Verify that INPUT_PROP_DIRECT is set on display devices. 608 Todo: Verify that INPUT_PROP_POINTER is set on opaque devices. 878 confidence bit is set to 1 it should process it as a valid touch to cover 907 Bring a finger in contact with the tablet with confidence set to false. 909 Ensure that the confidence bit being set to false should not result in a touch event.
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 734 for catg in set(args.category): 825 print(str(set(duplicate_ids))) 883 Start of execution; set up argument parser and get the arguments,
|
/test/testfwk/arkxtest/uitest/napi/ |
H A D | uitest_napi.cpp | 20 #include <set> 43 static set<string> g_unCalledJsFuncNames; 291 // NOT:: use 'auto&' rather than 'auto', or the result will be set to copy-constructed temp-object in TransactAsync()
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_lut3d.asm | 175 maxps m5, m5, m15 ; max zero, Max first, NAN set to zero 199 maxps m%1, m%1, m15 ; Max first, NAN set to zero
|
/third_party/ffmpeg/tests/fate/ |
H A D | matroska.mak | 109 # option is set and more than enough space has been reserved in advance. 155 # It also tests the capability of the VP8 parser to set the keyframe flag
|
/third_party/curl/lib/ |
H A D | content_encoding.c | 82 #define ASCII_FLAG 0x01 /* bit 0 set: file probably ascii text */ 83 #define HEAD_CRC 0x02 /* bit 1 set: header CRC present */ 84 #define EXTRA_FIELD 0x04 /* bit 2 set: extra field present */ 85 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ 86 #define COMMENT 0x10 /* bit 4 set: file comment present */ 207 /* (re)set buffer for decompressed output for every iteration */ in inflate_stream() 998 if((is_transfer && !data->set.http_transfer_encoding && in Curl_build_unencoding_stack() 1000 (!is_transfer && data->set.http_ce_skip)) { in Curl_build_unencoding_stack()
|
H A D | ftplistparser.c | 318 /* set the finfo pointers */ in ftp_pl_insert_finfo() 332 compare = data->set.fnmatch; in ftp_pl_insert_finfo() 338 if(compare(data->set.fnmatch_data, wc->pattern, in ftp_pl_insert_finfo() 362 #define MAX_FTPLIST_BUFFER 10000 /* arbitrarily set */
|
H A D | krb5.c | 201 const char *service = data->set.str[STRING_SERVICE_NAME] ? in krb5_auth() 202 data->set.str[STRING_SERVICE_NAME] : in krb5_auth() 754 /* Bail out if we try to set up the same level */ in sec_set_protection_level() 769 failf(data, "Failed to set the protection's buffer size."); in sec_set_protection_level() 792 failf(data, "Failed to set the protection level."); in sec_set_protection_level()
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 46 #include <set> 574 std::set<std::string> test_param_names;
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof.cpp | 342 const UnicodeSet *set = UnicodeSet::fromUSet(chars); in uspoof_setAllowedChars() local 343 uspoof_setAllowedUnicodeSet(sc, set, status); in uspoof_setAllowedChars() 508 // If we get here, the strings are confusable. Now we just need to set the flags for the appropriate classes in uspoof_areConfusableUnicodeString()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | Transliterator.java | 107 * Keyboard transliteration methods maintain a set of three indices that are updated with each call to 113 * disambiguate between possible inputs. The <code>cursor</code> can also be explicitly set by rules. 227 * <p>A set of rules determines how to perform translations. 228 * Rules within a rule set are separated by semicolons (';'). 234 * <p>Each set of rules consists of two groups, one forward, and one 365 * set pattern. Although this is usually the match character for the end anchor, the set will 568 * contextStart, and contextLimit. The limit is set to the 594 set(pos); in Position() 601 public void set(Positio method in Transliterator.Position [all...] |