/kernel/linux/linux-5.10/arch/powerpc/platforms/8xx/ |
H A D | tqm8xx_setup.c | 96 struct property *prop; in init_ioports() local 106 prop = of_find_property(dnode, "ethernet1", &len); in init_ioports() 107 if (prop == NULL) in init_ioports()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | backlight.c | 63 const char *prop = of_get_property(bk_node, in pmac_has_backlight_type() local 65 if (prop && strncmp(prop, type, strlen(type)) == 0) { in pmac_has_backlight_type()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/8xx/ |
H A D | tqm8xx_setup.c | 94 struct property *prop; in init_ioports() local 104 prop = of_find_property(dnode, "ethernet1", &len); in init_ioports() 108 if (prop == NULL) in init_ioports()
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-pxa-pci.c | 45 const void *prop; in add_i2c_device() local 59 prop = of_get_property(child, "fast-mode", NULL); in add_i2c_device() 60 if (prop) in add_i2c_device()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dss-of.c | 95 struct property *prop; in dss_of_port_get_parent_device() local 97 prop = of_find_property(np, "compatible", NULL); in dss_of_port_get_parent_device() 99 if (prop) in dss_of_port_get_parent_device()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dss-of.c | 95 struct property *prop; in dss_of_port_get_parent_device() local 97 prop = of_find_property(np, "compatible", NULL); in dss_of_port_get_parent_device() 99 if (prop) in dss_of_port_get_parent_device()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-pxa-pci.c | 44 const void *prop; in add_i2c_device() local 58 prop = of_get_property(child, "fast-mode", NULL); in add_i2c_device() 59 if (prop) in add_i2c_device()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBPropertiesExporter.java | 58 Properties prop = new Properties(); in export() 71 prop.setProperty(item.getKey(), item.getTranslation()); in export() 78 prop.store(fos, header); in export()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | context.cpp | 41 for (auto &prop : props) { in clCreateContext() 42 if (prop.first == CL_CONTEXT_PLATFORM) in clCreateContext() 43 find_platform(prop.second.as<cl_platform_id>()); in clCreateContext()
|
/third_party/node/lib/ |
H A D | wasi.js | 81 for (const prop in wrap) { 82 wrap[prop] = FunctionPrototypeBind(wrap[prop], wrap);
|
/third_party/node/test/parallel/ |
H A D | test-file.js | 21 for (const prop of properties) { 22 const desc = Object.getOwnPropertyDescriptor(File.prototype, prop); 25 assert.strictEqual(desc.get?.name, `get ${prop}`);
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | devicetree.c | 74 const void *prop; in pcibios_get_phb_of_node() local 77 prop = of_get_property(np, "bus-range", NULL); in pcibios_get_phb_of_node() 78 if (!prop) in pcibios_get_phb_of_node() 80 bus_min = be32_to_cpup(prop); in pcibios_get_phb_of_node()
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | vmlinux.lds.S | 366 .xt.prop 0 : { KEEP(*(.xt.prop .xt.prop.* .gnu.linkonce.prop.*)) }
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | devicetree.c | 64 const void *prop; in pcibios_get_phb_of_node() local 67 prop = of_get_property(np, "bus-range", NULL); in pcibios_get_phb_of_node() 68 if (!prop) in pcibios_get_phb_of_node() 70 bus_min = be32_to_cpup(prop); in pcibios_get_phb_of_node()
|
/third_party/lzma/CPP/Common/ |
H A D | MyWindows.cpp | 109 HRESULT VariantClear(VARIANTARG *prop)
in VariantClear() argument 111 if (prop->vt == VT_BSTR)
in VariantClear() 112 SysFreeString(prop->bstrVal);
in VariantClear() 113 prop->vt = VT_EMPTY;
in VariantClear()
|
/third_party/libevdev/libevdev/ |
H A D | libevdev.h | 1373 * @param prop The input property to query for, one of INPUT_PROP_... 1379 int libevdev_has_property(const struct libevdev *dev, unsigned int prop); 1385 * @param prop The input property to enable, one of INPUT_PROP_... 1392 int libevdev_enable_property(struct libevdev *dev, unsigned int prop); 1398 * @param prop The input property to disable, one of INPUT_PROP_... 1402 int libevdev_disable_property(struct libevdev *dev, unsigned int prop); 2080 * @param prop The input prop to return the name for (e.g. INPUT_PROP_BUTTONPAD) 2082 * @return The name of the given input prop (e.g. INPUT_PROP_BUTTONPAD) or NULL for an 2090 const char* libevdev_property_get_name(unsigned int prop); [all...] |
/third_party/libevdev/export_include/libevdev/ |
H A D | libevdev.h | 1373 * @param prop The input property to query for, one of INPUT_PROP_... 1379 int libevdev_has_property(const struct libevdev *dev, unsigned int prop); 1385 * @param prop The input property to enable, one of INPUT_PROP_... 1392 int libevdev_enable_property(struct libevdev *dev, unsigned int prop); 1398 * @param prop The input property to disable, one of INPUT_PROP_... 1402 int libevdev_disable_property(struct libevdev *dev, unsigned int prop); 2080 * @param prop The input prop to return the name for (e.g. INPUT_PROP_BUTTONPAD) 2082 * @return The name of the given input prop (e.g. INPUT_PROP_BUTTONPAD) or NULL for an 2090 const char* libevdev_property_get_name(unsigned int prop); [all...] |
/third_party/python/Doc/tools/ |
H A D | rstlint.py | 151 for prop in checker_props: 152 setattr(func, prop, kwds.get(prop, checker_props[prop]))
|
/third_party/typescript/tests/baselines/reference/ |
H A D | commentsInheritance.js | 71 /** c2 prop*/ 72 public get prop() { 95 /** c3 prop*/ 96 public get prop() { 217 Object.defineProperty(c2.prototype, "prop", {
218 /** c2 prop*/
244 Object.defineProperty(c3.prototype, "prop", {
245 /** c3 prop*/
336 /** c2 prop*/
337 get prop() [all...] |
/third_party/jerryscript/tests/jerry/ |
H A D | object_freeze.js | 16 prop: function() {}, 23 delete obj.prop;
|
/third_party/lzma/C/ |
H A D | Lzma2DecMt.h | 49 Byte prop,
69 Byte prop,
|
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property_local.h | 53 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop); 54 int ossl_prop_defn_set(OSSL_LIB_CTX *ctx, const char *prop,
|
/third_party/openssl/crypto/property/ |
H A D | property_local.h | 53 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop); 54 int ossl_prop_defn_set(OSSL_LIB_CTX *ctx, const char *prop,
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | setup_64.c | 488 const char *prop; in mdesc_cpu_hwcap_list() local 500 prop = mdesc_get_property(hp, pn, "hwcap-list", &len); in mdesc_cpu_hwcap_list() 501 if (!prop) in mdesc_cpu_hwcap_list() 510 if (hwcaps[i] && !strcmp(prop, hwcaps[i])) { in mdesc_cpu_hwcap_list() 516 if (!strcmp(prop, crypto_hwcaps[i])) in mdesc_cpu_hwcap_list() 520 plen = strlen(prop) + 1; in mdesc_cpu_hwcap_list() 521 prop += plen; in mdesc_cpu_hwcap_list()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | mobility.c | 119 static int update_dt_property(struct device_node *dn, struct property **prop, in update_dt_property() argument 122 struct property *new_prop = *prop; in update_dt_property() 168 *prop = new_prop; in update_dt_property() 174 *prop = NULL; in update_dt_property() 183 struct property *prop = NULL; in update_dt_node() local 239 prop = NULL; in update_dt_node() 243 rc = update_dt_property(dn, &prop, prop_name, in update_dt_node()
|