Home
last modified time | relevance | path

Searched refs:prop (Results 1026 - 1050 of 1702) sorted by relevance

1...<<41424344454647484950>>...69

/kernel/linux/linux-5.10/drivers/input/rmi4/
H A Drmi_bus.c414 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 Dst1232.c43 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 Dektf2127.c47 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 Dbu21029_ts.c162 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 Dtps65090-charger.c192 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 Dfsl_pq_mdio.c480 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 Dtps65090-charger.c192 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 Dnovatek-nvt-ts.c58 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 Dstmpe-ts.c55 * @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 Dst1232.c56 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 Dbu21029_ts.c162 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 Drmi_bus.c415 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 Dfsl_pamu_domain.c290 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 Dkgsl_pipe.c202 #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 DCodecExports.cpp24 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 DXzEncoder.h27 HRESULT SetCoderProp(PROPID propID, const PROPVARIANT &prop);
/third_party/node/test/parallel/
H A Dtest-blob.js201 for (const prop of enumerable) {
202 assert.notStrictEqual(descriptors[prop], undefined);
203 assert.strictEqual(descriptors[prop].enumerable, true);
H A Dtest-zlib-deflate-raw-inherits.js12 this.prop = true;
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dattribute.js201 _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 DReflectionUtil.cs315 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 DoperationsAvailableOnPromisedType.js6 d: Promise<{ prop: string }>,
22 d.prop;
105 d.prop;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java3350 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 DUnicodeSet.java3236 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 DUCharacterTest.java3688 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 DUCharacterTest.java3836 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...]

Completed in 30 milliseconds

1...<<41424344454647484950>>...69