/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_bus.c | 414 const char *prop, bool optional) in rmi_of_property_read_u32() 419 retval = of_property_read_u32(dev->of_node, prop, &val); in rmi_of_property_read_u32() 422 prop, retval); in rmi_of_property_read_u32() 413 rmi_of_property_read_u32(struct device *dev, u32 *result, const char *prop, bool optional) rmi_of_property_read_u32() argument
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | st1232.c | 43 struct touchscreen_properties prop; member 94 &ts->prop, x, y); in st1232_ts_parse_and_report() 251 touchscreen_parse_properties(input_dev, true, &ts->prop); in st1232_ts_probe()
|
H A D | ektf2127.c | 47 struct touchscreen_properties prop; member 90 touchscreen_report_pos(ts->input, &ts->prop, in ektf2127_report_event() 273 touchscreen_parse_properties(input, true, &ts->prop); in ektf2127_probe()
|
H A D | bu21029_ts.c | 162 struct touchscreen_properties prop; member 200 touchscreen_report_pos(bu21029->in_dev, &bu21029->prop, in bu21029_touch_report() 400 touchscreen_parse_properties(in_dev, false, &bu21029->prop); in bu21029_probe()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | tps65090-charger.c | 192 unsigned int prop; in tps65090_parse_dt_charger_data() local 200 prop = of_property_read_bool(np, "ti,enable-low-current-chrg"); in tps65090_parse_dt_charger_data() 201 pdata->enable_low_current_chrg = prop; in tps65090_parse_dt_charger_data()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | fsl_pq_mdio.c | 480 const u32 *prop = of_get_property(tbi, "reg", NULL); in fsl_pq_mdio_probe() local 481 if (!prop) { in fsl_pq_mdio_probe() 488 set_tbipa(*prop, pdev, in fsl_pq_mdio_probe()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | tps65090-charger.c | 192 unsigned int prop; in tps65090_parse_dt_charger_data() local 200 prop = of_property_read_bool(np, "ti,enable-low-current-chrg"); in tps65090_parse_dt_charger_data() 201 pdata->enable_low_current_chrg = prop; in tps65090_parse_dt_charger_data()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | novatek-nvt-ts.c | 58 struct touchscreen_properties prop; member 133 touchscreen_report_pos(data->input, &data->prop, x, y, true); in nvt_ts_irq() 252 touchscreen_parse_properties(input, true, &data->prop); in nvt_ts_probe()
|
H A D | stmpe-ts.c | 55 * @prop: Touchscreen properties 77 struct touchscreen_properties prop; member 156 touchscreen_report_pos(ts->idev, &ts->prop, x, y, false); in stmpe_ts_handler() 342 touchscreen_parse_properties(idev, false, &ts->prop); in stmpe_input_probe()
|
H A D | st1232.c | 56 struct touchscreen_properties prop; member 147 &ts->prop, x, y); in st1232_ts_parse_and_report() 312 touchscreen_parse_properties(input_dev, true, &ts->prop); in st1232_ts_probe()
|
H A D | bu21029_ts.c | 162 struct touchscreen_properties prop; member 200 touchscreen_report_pos(bu21029->in_dev, &bu21029->prop, in bu21029_touch_report() 388 touchscreen_parse_properties(in_dev, false, &bu21029->prop); in bu21029_probe()
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_bus.c | 415 const char *prop, bool optional) in rmi_of_property_read_u32() 420 retval = of_property_read_u32(dev->of_node, prop, &val); in rmi_of_property_read_u32() 423 prop, retval); in rmi_of_property_read_u32() 414 rmi_of_property_read_u32(struct device *dev, u32 *result, const char *prop, bool optional) rmi_of_property_read_u32() argument
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | fsl_pamu_domain.c | 290 const u32 *prop; in fsl_pamu_set_platform_dma() local 310 prop = of_get_property(dev->of_node, "fsl,liodn", &len); in fsl_pamu_set_platform_dma() 311 if (prop) in fsl_pamu_set_platform_dma()
|
/third_party/libdrm/freedreno/kgsl/ |
H A D | kgsl_pipe.c | 202 #define GETPROP(fd, prop, x) do { \ 203 if (getprop((fd), KGSL_PROP_##prop, &(x), sizeof(x))) { \ 204 ERROR_MSG("failed to get property: " #prop); \
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | CodecExports.cpp | 24 static void SetPropFromAscii(const char *s, PROPVARIANT *prop) throw()
in SetPropFromAscii() argument 32 prop->bstrVal = dest;
in SetPropFromAscii() 33 prop->vt = VT_BSTR;
in SetPropFromAscii()
|
H A D | XzEncoder.h | 27 HRESULT SetCoderProp(PROPID propID, const PROPVARIANT &prop);
|
/third_party/node/test/parallel/ |
H A D | test-blob.js | 201 for (const prop of enumerable) { 202 assert.notStrictEqual(descriptors[prop], undefined); 203 assert.strictEqual(descriptors[prop].enumerable, true);
|
H A D | test-zlib-deflate-raw-inherits.js | 12 this.prop = true;
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | attribute.js | 201 _proto._handleEscapes = function _handleEscapes(prop, value) { 207 this.raws[prop] = escaped; 209 delete this.raws[prop];
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | ReflectionUtil.cs | 315 var prop = typeof(T1).GetTypeInfo().GetDeclaredProperty("_Extensions"); in CreateIsInitializedCaller() 317 var getFunc = (Func<T1, ExtensionSet<T1>>)prop.GetGetMethod(true).CreateDelegate(typeof(Func<T1, ExtensionSet<T1>>)); in CreateIsInitializedCaller() 319 var getFunc = (Func<T1, ExtensionSet<T1>>)prop.GetMethod.CreateDelegate(typeof(Func<T1, ExtensionSet<T1>>)); in CreateIsInitializedCaller()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | operationsAvailableOnPromisedType.js | 6 d: Promise<{ prop: string }>, 22 d.prop; 105 d.prop;
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UnicodeSet.java | 3350 int prop; field in UnicodeSet.IntPropertyFilter 3352 IntPropertyFilter(int prop, int value) { in IntPropertyFilter() argument 3353 this.prop = prop; in IntPropertyFilter() 3358 return UCharacter.getIntPropertyValue(ch, prop) == value; in contains() 3464 * @param prop a property in the range 3470 * UCharacter.getIntPropertyMinValue(prop).. 3471 * UCharacter.getIntPropertyMaxValue(prop), with one exception. 3472 * If prop is UProperty.GENERAL_CATEGORY_MASK, then value should not be 3481 public UnicodeSet applyIntPropertyValue(int prop, in argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UnicodeSet.java | 3236 int prop; field in UnicodeSet.IntPropertyFilter 3238 IntPropertyFilter(int prop, int value) { in IntPropertyFilter() argument 3239 this.prop = prop; in IntPropertyFilter() 3244 return UCharacter.getIntPropertyValue(ch, prop) == value; in contains() 3350 * @param prop a property in the range 3356 * UCharacter.getIntPropertyMinValue(prop).. 3357 * UCharacter.getIntPropertyMaxValue(prop), with one exception. 3358 * If prop is UProperty.GENERAL_CATEGORY_MASK, then value should not be 3365 public UnicodeSet applyIntPropertyValue(int prop, in argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 3688 for (int prop = 0; prop < UProperty.BINARY_LIMIT; ++prop) { in TestBinaryCharacterProperties() 3689 UnicodeSet set = CharacterProperties.getBinaryPropertySet(prop); in TestBinaryCharacterProperties() 3692 assertFalse("!hasBinaryProperty(U+0020, " + prop + ')', in TestBinaryCharacterProperties() 3693 UCharacter.hasBinaryProperty(0x20, prop)); in TestBinaryCharacterProperties() 3694 assertFalse("!hasBinaryProperty(U+0061, " + prop + ')', in TestBinaryCharacterProperties() 3695 UCharacter.hasBinaryProperty(0x61, prop)); in TestBinaryCharacterProperties() 3696 assertFalse("!hasBinaryProperty(U+4E00, " + prop + ')', in TestBinaryCharacterProperties() 3697 UCharacter.hasBinaryProperty(0x4e00, prop)); in TestBinaryCharacterProperties() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 3836 for (int prop = 0; prop < UProperty.BINARY_LIMIT; ++prop) { in TestBinaryCharacterProperties() 3837 UnicodeSet set = CharacterProperties.getBinaryPropertySet(prop); in TestBinaryCharacterProperties() 3840 assertFalse("!hasBinaryProperty(U+0020, " + prop + ')', in TestBinaryCharacterProperties() 3841 UCharacter.hasBinaryProperty(0x20, prop)); in TestBinaryCharacterProperties() 3842 assertFalse("!hasBinaryProperty(U+0061, " + prop + ')', in TestBinaryCharacterProperties() 3843 UCharacter.hasBinaryProperty(0x61, prop)); in TestBinaryCharacterProperties() 3844 assertFalse("!hasBinaryProperty(U+4E00, " + prop + ')', in TestBinaryCharacterProperties() 3845 UCharacter.hasBinaryProperty(0x4e00, prop)); in TestBinaryCharacterProperties() [all...] |