Home
last modified time | relevance | path

Searched refs:prop_name (Results 1 – 25 of 45) sorted by relevance

12

/external/u-boot/include/
Dfdtdec.h310 const char *prop_name, int index, int na, int ns,
332 int node, const char *prop_name, int index, fdt_size_t *sizep,
358 const char *prop_name, int index, fdt_size_t *sizep,
385 const char *prop_name);
413 const char *prop_name, fdt_size_t *sizep);
430 const char *prop_name, struct fdt_pci_addr *addr);
468 s32 fdtdec_get_int(const void *blob, int node, const char *prop_name,
481 unsigned int fdtdec_get_uint(const void *blob, int node, const char *prop_name,
507 uint64_t fdtdec_get_uint64(const void *blob, int node, const char *prop_name,
659 int fdtdec_lookup_phandle(const void *blob, int node, const char *prop_name);
[all …]
/external/u-boot/lib/
Dfdtdec.c86 const char *prop_name, int index, int na, in fdtdec_get_addr_size_fixed() argument
95 debug("%s: %s: ", __func__, prop_name); in fdtdec_get_addr_size_fixed()
107 prop = fdt_getprop(blob, node, prop_name, &len); in fdtdec_get_addr_size_fixed()
142 int node, const char *prop_name, in fdtdec_get_addr_size_auto_parent() argument
164 return fdtdec_get_addr_size_fixed(blob, node, prop_name, index, na, in fdtdec_get_addr_size_auto_parent()
169 const char *prop_name, int index, in fdtdec_get_addr_size_auto_noparent() argument
183 return fdtdec_get_addr_size_auto_parent(blob, parent, node, prop_name, in fdtdec_get_addr_size_auto_noparent()
188 const char *prop_name, fdt_size_t *sizep) in fdtdec_get_addr_size() argument
192 return fdtdec_get_addr_size_fixed(blob, node, prop_name, 0, in fdtdec_get_addr_size()
197 fdt_addr_t fdtdec_get_addr(const void *blob, int node, const char *prop_name) in fdtdec_get_addr() argument
[all …]
Dfdtdec_common.c21 int fdtdec_get_int(const void *blob, int node, const char *prop_name, in fdtdec_get_int() argument
27 debug("%s: %s: ", __func__, prop_name); in fdtdec_get_int()
28 cell = fdt_getprop(blob, node, prop_name, &len); in fdtdec_get_int()
39 unsigned int fdtdec_get_uint(const void *blob, int node, const char *prop_name, in fdtdec_get_uint() argument
45 debug("%s: %s: ", __func__, prop_name); in fdtdec_get_uint()
46 cell = fdt_getprop(blob, node, prop_name, &len); in fdtdec_get_uint()
/external/v8/infra/testing/
DPRESUBMIT.py57 def _check_properties(error_msg, src_dict, prop_name, supported_keys): argument
58 properties = src_dict.get(prop_name, {})
60 return error_msg('Value for %s must be a dict' % prop_name)
64 def _check_int_range(error_msg, src_dict, prop_name, lower_bound=None, argument
66 if prop_name not in src_dict:
70 value = int(src_dict[prop_name])
72 return error_msg('If specified, %s must be an int' % prop_name)
74 return error_msg('If specified, %s must be >=%d' % (prop_name, lower_bound))
76 return error_msg('If specified, %s must be <=%d' % (prop_name, upper_bound))
/external/python/oauth2client/oauth2client/
Dclientsecrets.py98 for prop_name in VALID_CLIENT[client_type]['required']:
99 if prop_name not in client_info:
102 prop_name, client_type))
103 for prop_name in VALID_CLIENT[client_type]['string']:
104 if client_info[prop_name].startswith('[['):
106 'Property "{0}" is not configured.'.format(prop_name))
/external/grpc-grpc/src/core/lib/security/util/
Djson_util.cc29 const char* prop_name) { in grpc_json_get_string_property() argument
36 if (strcmp(child->key, prop_name) == 0) break; in grpc_json_get_string_property()
39 gpr_log(GPR_ERROR, "Invalid or missing %s property.", prop_name); in grpc_json_get_string_property()
46 const char* prop_name, in grpc_copy_json_string_property() argument
48 const char* prop_value = grpc_json_get_string_property(json, prop_name); in grpc_copy_json_string_property()
Djson_util.h35 const char* prop_name);
40 const char* prop_name, char** copied_value);
/external/u-boot/drivers/tpm/
Dtpm_tis_sandbox.c81 char prop_name[20]; in sandbox_tpm_read_state() local
83 sprintf(prop_name, "nvdata%d", i); in sandbox_tpm_read_state()
84 prop = fdt_getprop(blob, node, prop_name, &len); in sandbox_tpm_read_state()
111 char prop_name[20]; in sandbox_tpm_write_state() local
113 sprintf(prop_name, "nvdata%d", i); in sandbox_tpm_write_state()
114 fdt_setprop(blob, node, prop_name, g_state.nvdata[i], in sandbox_tpm_write_state()
/external/u-boot/common/
Dimage-fit.c111 char *prop_name, int err) in fit_get_debug() argument
114 prop_name, (ulong)fit, noffset, fit_get_name(fit, noffset, NULL), in fit_get_debug()
1682 const char *prop_name) in fit_conf_get_prop_node_count() argument
1684 return fdt_stringlist_count(fit, noffset, prop_name); in fit_conf_get_prop_node_count()
1688 const char *prop_name, int index) in fit_conf_get_prop_node_index() argument
1694 uname = fdt_stringlist_get(fit, noffset, prop_name, index, &len); in fit_conf_get_prop_node_index()
1702 const char *prop_name) in fit_conf_get_prop_node() argument
1704 return fit_conf_get_prop_node_index(fit, noffset, prop_name, 0); in fit_conf_get_prop_node()
1723 int fit_get_node_from_config(bootm_headers_t *images, const char *prop_name, in fit_get_node_from_config() argument
1731 prop_name, images->fit_uname_cfg, addr); in fit_get_node_from_config()
[all …]
/external/cldr/tools/scripts/
Dcldr-svnprops-check.py125 prop_name, prop_val = prop.split("=", 1)
128 prop_name, prop_val = prop, ""
129 prop_name = prop_name.strip()
134 proplist.append((prop_name, prop_val))
/external/chromium-trace/catapult/devil/devil/android/tools/
Dsystem_app_test.py40 def dict_setprop(prop_name, value): argument
41 system_props[prop_name] = value
43 def dict_getprop(prop_name): argument
44 return system_props.get(prop_name, '')
/external/drm_hwcomposer/
Ddrmdevice.h66 int GetPlaneProperty(const DrmPlane &plane, const char *prop_name,
68 int GetCrtcProperty(const DrmCrtc &crtc, const char *prop_name,
70 int GetConnectorProperty(const DrmConnector &connector, const char *prop_name,
85 int GetProperty(uint32_t obj_id, uint32_t obj_type, const char *prop_name,
Ddrmdevice.cpp447 const char *prop_name, DrmProperty *property) { in GetProperty() argument
459 if (!strcmp(p->name, prop_name)) { in GetProperty()
470 int DrmDevice::GetPlaneProperty(const DrmPlane &plane, const char *prop_name, in GetPlaneProperty() argument
472 return GetProperty(plane.id(), DRM_MODE_OBJECT_PLANE, prop_name, property); in GetPlaneProperty()
475 int DrmDevice::GetCrtcProperty(const DrmCrtc &crtc, const char *prop_name, in GetCrtcProperty() argument
477 return GetProperty(crtc.id(), DRM_MODE_OBJECT_CRTC, prop_name, property); in GetCrtcProperty()
481 const char *prop_name, in GetConnectorProperty() argument
483 return GetProperty(connector.id(), DRM_MODE_OBJECT_CONNECTOR, prop_name, in GetConnectorProperty()
/external/pdfium/fxjs/
DJS_Define.h145 #define JS_STATIC_PROP(err_name, prop_name, class_name) \ argument
146 static void get_##prop_name##_static( \
149 JSPropGetter<class_name, &class_name::get_##prop_name>( \
152 static void set_##prop_name##_static( \
155 JSPropSetter<class_name, &class_name::set_##prop_name>( \
DCJX_Define.h34 #define JS_PROP(prop_name) \ argument
35 void prop_name(CFXJSE_Value* pValue, bool bSetting, XFA_Attribute eAttribute)
/external/u-boot/drivers/pinctrl/
Dpinctrl-sti.c213 const char *prop_name; in sti_pinctrl_set_state() local
231 fdt_getprop_by_offset(blob, property_offset, &prop_name, in sti_pinctrl_set_state()
236 prop_name, "#gpio-cells", in sti_pinctrl_set_state()
253 prop_name, cells, in sti_pinctrl_set_state()
/external/u-boot/arch/sandbox/cpu/
Dstate.c308 int state_setprop(int node, const char *prop_name, const void *data, int size) in state_setprop() argument
314 fdt_getprop(state->state_fdt, node, prop_name, &len); in state_setprop()
317 ret = state_ensure_space(size - len + strlen(prop_name) + 32); in state_setprop()
323 ret = fdt_setprop(blob, node, prop_name, data, size); in state_setprop()
326 __func__, prop_name, fdt_get_name(blob, node, NULL), in state_setprop()
/external/dtc/pylibfdt/
Dlibfdt.i317 def delprop(self, nodeoffset, prop_name):
327 return check_err(fdt_delprop(self._fdt, nodeoffset, prop_name))
329 def getprop(self, nodeoffset, prop_name, quiet=()):
343 pdata = check_err_null(fdt_getprop(self._fdt, nodeoffset, prop_name),
/external/freetype/src/base/
Dftbdf.c64 const char* prop_name, in FT_Get_BDF_Property() argument
83 error = service->get_property( face, prop_name, aproperty ); in FT_Get_BDF_Property()
/external/u-boot/tools/dtoc/
Dfdt.py244 def DeleteProp(self, prop_name): argument
254 CheckErr(libfdt.fdt_delprop(self._fdt.GetFdt(), self.Offset(), prop_name),
255 "Node '%s': delete property: '%s'" % (self.path, prop_name))
256 del self.props[prop_name]
/external/u-boot/drivers/mmc/
Domap_hsmmc.c1608 char *prop_name) argument
1614 phandle = fdt_getprop(fdt, node, prop_name, NULL);
1616 debug("failed to get property %s\n", prop_name);
1624 char *prop_name) argument
1632 phandle = fdt_getprop(fdt, node, prop_name, &len);
1634 debug("failed to get property %s\n", prop_name);
1647 omap_hsmmc_get_pad_conf(struct mmc *mmc, char *prop_name, int *npads) argument
1655 phandle = omap_hsmmc_get_pad_conf_phandle(mmc, prop_name);
1675 omap_hsmmc_get_iodelay(struct mmc *mmc, char *prop_name, int *niodelay) argument
1683 phandle = omap_hsmmc_get_iodelay_phandle(mmc, prop_name);
[all …]
/external/autotest/client/cros/networking/
Dshill_xmlrpc_server.py428 def get_dbus_property_on_device(self, wifi_interface, prop_name): argument
442 if prop_name not in object_properties:
446 object_properties[prop_name])
450 def set_dbus_property_on_device(self, wifi_interface, prop_name, value): argument
465 prop_name,
/external/u-boot/tools/binman/
Dbsection.py285 entry_name, prop_name = m.groups()
303 if prop_name == 'pos':
306 raise ValueError("%s: No such property '%s'" % (msg, prop_name))
/external/v8/tools/
Dgenerate-builtins-tests.py102 for prop_name in obj["properties"]:
103 prop = obj["properties"][prop_name]
/external/u-boot/scripts/dtc/pylibfdt/
Dlibfdt.i_shipped291 def delprop(self, nodeoffset, prop_name):
296 prop_name: Name of property to delete
301 return check_err(fdt_delprop(self._fdt, nodeoffset, prop_name))
303 def getprop(self, nodeoffset, prop_name, quiet=()):
308 prop_name: Name of property to get
317 pdata = check_err_null(fdt_getprop(self._fdt, nodeoffset, prop_name),

12