Home
last modified time | relevance | path

Searched refs:prop (Results 651 - 675 of 1572) sorted by relevance

1...<<21222324252627282930>>...63

/kernel/linux/linux-5.10/arch/powerpc/platforms/8xx/
H A Dtqm8xx_setup.c96 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 Dbacklight.c63 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 Dtqm8xx_setup.c94 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 Di2c-pxa-pci.c45 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 Ddss-of.c95 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 Ddss-of.c95 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 Di2c-pxa-pci.c44 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 DRBPropertiesExporter.java58 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 Dcontext.cpp41 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 Dwasi.js81 for (const prop in wrap) {
82 wrap[prop] = FunctionPrototypeBind(wrap[prop], wrap);
/third_party/node/test/parallel/
H A Dtest-file.js21 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 Ddevicetree.c74 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 Dvmlinux.lds.S366 .xt.prop 0 : { KEEP(*(.xt.prop .xt.prop.* .gnu.linkonce.prop.*)) }
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Ddevicetree.c64 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 DMyWindows.cpp109 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 Dlibevdev.h1373 * @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 Dlibevdev.h1373 * @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 Drstlint.py151 for prop in checker_props:
152 setattr(func, prop, kwds.get(prop, checker_props[prop]))
/third_party/typescript/tests/baselines/reference/
H A DcommentsInheritance.js71 /** 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 Dobject_freeze.js16 prop: function() {},
23 delete obj.prop;
/third_party/lzma/C/
H A DLzma2DecMt.h49 Byte prop,
69 Byte prop,
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_local.h53 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 Dproperty_local.h53 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 Dsetup_64.c488 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 Dmobility.c119 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()

Completed in 14 milliseconds

1...<<21222324252627282930>>...63